Update license headers.

This commit is contained in:
parazyd 2020-12-23 09:23:10 +01:00
parent 694eb9583a
commit e4913cab10
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747
6 changed files with 4 additions and 13 deletions

4
.gitmodules vendored
View File

@ -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

View File

@ -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
View File

@ -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
View File

@ -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