Update license headers.
This commit is contained in:
parent
a1ff78680b
commit
d583002586
|
|
@ -1,6 +1,3 @@
|
||||||
[submodule "lib/zuper"]
|
|
||||||
path = lib/zuper
|
|
||||||
url = https://github.com/dyne/zuper.git
|
|
||||||
[submodule "lib/libdevuansdk"]
|
[submodule "lib/libdevuansdk"]
|
||||||
path = lib/libdevuansdk
|
path = lib/libdevuansdk
|
||||||
url = https://github.com/parazyd/libdevuansdk
|
url = https://github.com/parazyd/libdevuansdk
|
||||||
|
|
|
||||||
|
|
@ -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.
|
live-sdk is designed to be used interactively from a terminal.
|
||||||
It requires the following packages to be installed in addition to the
|
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.
|
`sudo` permissions are required for the user that is running the build.
|
||||||
|
|
||||||
|
|
|
||||||
4
config
4
config
|
|
@ -1,8 +1,6 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
# shellcheck shell=bash
|
# 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
|
# This file is part of live-sdk
|
||||||
#
|
#
|
||||||
# This source code is free software: you can redistribute it and/or modify
|
# 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
2
sdk
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
# shellcheck shell=bash
|
# 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>
|
# live-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||||
#
|
#
|
||||||
# This file is part of live-sdk
|
# This file is part of live-sdk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue