From e4913cab1010bf63f56322d3fc10af19bb4bc7d4 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 23 Dec 2020 09:23:10 +0100 Subject: [PATCH] Update license headers. --- .gitmodules | 4 ---- README.md | 2 +- config | 4 +--- lib/libdevuansdk | 2 +- lib/zuper | 1 - sdk | 4 +--- 6 files changed, 4 insertions(+), 13 deletions(-) delete mode 160000 lib/zuper diff --git a/.gitmodules b/.gitmodules index d7a29cc..265d123 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 9eafd19..6cab533 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/config b/config index 95076f6..e6a8685 100644 --- a/config +++ b/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. -# +# Copyright (c) 2016-2021 Ivan J. # This file is part of vm-sdk # # This source code is free software: you can redistribute it and/or modify diff --git a/lib/libdevuansdk b/lib/libdevuansdk index 643deaf..7eb4f57 160000 --- a/lib/libdevuansdk +++ b/lib/libdevuansdk @@ -1 +1 @@ -Subproject commit 643deaf91a5a01e34af903f84d75a054402a4a9c +Subproject commit 7eb4f578833f4b093e224633176a12a214dec300 diff --git a/lib/zuper b/lib/zuper deleted file mode 160000 index 5c978ec..0000000 --- a/lib/zuper +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5c978ec28ac5f680f7bd3b3709a125304b7843e9 diff --git a/sdk b/sdk index 731f371..6a27481 100755 --- a/sdk +++ b/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. -# +# Copyright (c) 2016-2021 Ivan J. # This file is part of vm-sdk # # This source code is free software: you can redistribute it and/or modify