mirror of https://github.com/parazyd/vm-sdk.git
Update license headers.
This commit is contained in:
parent
694eb9583a
commit
e4913cab10
|
|
@ -1,7 +1,3 @@
|
|||
[submodule "lib/libdevuansdk"]
|
||||
path = lib/libdevuansdk
|
||||
url = https://github.com/parazyd/libdevuansdk
|
||||
|
||||
[submodule "lib/zuper"]
|
||||
path = lib/zuper
|
||||
url = https://github.com/dyne/zuper.git
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ and other virtual machines.
|
|||
|
||||
vm-sdk is designed to be used interactively from a terminal.
|
||||
It requires the following packages to be installed in addition to the
|
||||
[dependencies required for libdevuansdk](https://github.com/dyne/libdevuansdk/blob/master/README.md#requirements).
|
||||
[dependencies required for libdevuansdk](https://github.com/parazyd/libdevuansdk/blob/master/README.md#requirements).
|
||||
|
||||
`sudo` permissions are required for the user that is running the build.
|
||||
|
||||
|
|
|
|||
4
config
4
config
|
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
# shellcheck=bash
|
||||
# Copyright (c) 2016-2020 Dyne.org Foundation
|
||||
# vm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||
#
|
||||
# Copyright (c) 2016-2021 Ivan J. <parazyd@dyne.org>
|
||||
# This file is part of vm-sdk
|
||||
#
|
||||
# This source code is free software: you can redistribute it and/or modify
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 643deaf91a5a01e34af903f84d75a054402a4a9c
|
||||
Subproject commit 7eb4f578833f4b093e224633176a12a214dec300
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 5c978ec28ac5f680f7bd3b3709a125304b7843e9
|
||||
4
sdk
4
sdk
|
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
# shellcheck shell=bash
|
||||
# Copyright (c) 2016-2020 Dyne.org Foundation
|
||||
# vm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||
#
|
||||
# Copyright (c) 2016-2021 Ivan J. <parazyd@dyne.org>
|
||||
# This file is part of vm-sdk
|
||||
#
|
||||
# This source code is free software: you can redistribute it and/or modify
|
||||
|
|
|
|||
Loading…
Reference in New Issue