Update license headers.

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

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "lib/zuper"]
path = lib/zuper
url = https://github.com/dyne/zuper.git
[submodule "lib/libdevuansdk"]
path = lib/libdevuansdk
url = https://github.com/parazyd/libdevuansdk

View File

@ -7,7 +7,7 @@ live-sdk is simple distro build system aimed at creating liveCDs
live-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 shell=bash
# Copyright (c) 2016-2020 Dyne.org Foundation
# live-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 live-sdk
#
# This source code is free software: you can redistribute it and/or modify

@ -1 +1 @@
Subproject commit 8e7a779237a55bbedf4b28c0980ff0ca2464fc8a
Subproject commit 7eb4f578833f4b093e224633176a12a214dec300

@ -1 +0,0 @@
Subproject commit 5c978ec28ac5f680f7bd3b3709a125304b7843e9

2
sdk
View File

@ -1,6 +1,6 @@
#!/usr/bin/env zsh
# shellcheck shell=bash
# Copyright (c) 2016-2020 Dyne.org Foundation
# Copyright (c) 2016-2021 Ivan J. <parazyd@dyne.org>
# live-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
#
# This file is part of live-sdk