diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/aliases.sh | 1 | ||||
-rwxr-xr-x | functions/architectures.sh | 1 | ||||
-rwxr-xr-x | functions/arguments.sh | 1 | ||||
-rwxr-xr-x | functions/bootloaders.sh | 3 | ||||
-rwxr-xr-x | functions/breakpoints.sh | 1 | ||||
-rwxr-xr-x | functions/cache.sh | 1 | ||||
-rwxr-xr-x | functions/chroot.sh | 1 | ||||
-rwxr-xr-x | functions/chroot_bind_path.sh | 1 | ||||
-rwxr-xr-x | functions/color.sh | 1 | ||||
-rwxr-xr-x | functions/common.sh | 1 | ||||
-rwxr-xr-x | functions/conffile.sh | 1 | ||||
-rwxr-xr-x | functions/configuration.sh | 1 | ||||
-rwxr-xr-x | functions/defaults.sh | 1 | ||||
-rwxr-xr-x | functions/echo.sh | 1 | ||||
-rwxr-xr-x | functions/exit.sh | 1 | ||||
-rwxr-xr-x | functions/firmwarelists.sh | 1 | ||||
-rwxr-xr-x | functions/help.sh | 1 | ||||
-rwxr-xr-x | functions/init.sh | 3 | ||||
-rwxr-xr-x | functions/lockfile.sh | 1 | ||||
-rwxr-xr-x | functions/losetup.sh | 1 | ||||
-rwxr-xr-x | functions/man.sh | 1 | ||||
-rwxr-xr-x | functions/packagelists.sh | 1 | ||||
-rwxr-xr-x | functions/packages.sh | 1 | ||||
-rwxr-xr-x | functions/sourcelist.sh | 3 | ||||
-rwxr-xr-x | functions/stagefile.sh | 1 | ||||
-rwxr-xr-x | functions/usage.sh | 1 | ||||
-rwxr-xr-x | functions/wrapper.sh | 1 |
27 files changed, 30 insertions, 3 deletions
diff --git a/functions/aliases.sh b/functions/aliases.sh index 7ec1cd3f2..c4fb634e2 100755 --- a/functions/aliases.sh +++ b/functions/aliases.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/architectures.sh b/functions/architectures.sh index df61a1edc..aeb298eb3 100755 --- a/functions/architectures.sh +++ b/functions/architectures.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/arguments.sh b/functions/arguments.sh index 6b3a5d117..9aa4b1f1c 100755 --- a/functions/arguments.sh +++ b/functions/arguments.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/bootloaders.sh b/functions/bootloaders.sh index 1898232e5..832d4eea1 100755 --- a/functions/bootloaders.sh +++ b/functions/bootloaders.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2016 Adrian Gibanel Lopez <adrian15sgd@gmail.com> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. @@ -125,4 +126,4 @@ Check_Any_Bootloader_Role () exit 0 -}
\ No newline at end of file +} diff --git a/functions/breakpoints.sh b/functions/breakpoints.sh index 55f4d4240..6896c0521 100755 --- a/functions/breakpoints.sh +++ b/functions/breakpoints.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/cache.sh b/functions/cache.sh index 313aa51ae..4e4c4b884 100755 --- a/functions/cache.sh +++ b/functions/cache.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/chroot.sh b/functions/chroot.sh index 247d5957b..374cefd89 100755 --- a/functions/chroot.sh +++ b/functions/chroot.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/chroot_bind_path.sh b/functions/chroot_bind_path.sh index b296f69f8..e6695dd2f 100755 --- a/functions/chroot_bind_path.sh +++ b/functions/chroot_bind_path.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/color.sh b/functions/color.sh index 43be765f3..fef55e95f 100755 --- a/functions/color.sh +++ b/functions/color.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/common.sh b/functions/common.sh index 6ca94df55..3071c9a73 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/conffile.sh b/functions/conffile.sh index 13407c381..15f16c93f 100755 --- a/functions/conffile.sh +++ b/functions/conffile.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/configuration.sh b/functions/configuration.sh index 6c0fb2fcb..0fb84a962 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/defaults.sh b/functions/defaults.sh index 77700a586..63279a465 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/echo.sh b/functions/echo.sh index 70a5b9041..55d87ac72 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/exit.sh b/functions/exit.sh index 9add3612c..737af29bc 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/firmwarelists.sh b/functions/firmwarelists.sh index fdd9d67ed..a31860622 100755 --- a/functions/firmwarelists.sh +++ b/functions/firmwarelists.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/help.sh b/functions/help.sh index ab6442f1c..e8035fd91 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/init.sh b/functions/init.sh index 4eb6e7299..23c403427 100755 --- a/functions/init.sh +++ b/functions/init.sh @@ -1,7 +1,8 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2014 Daniel Baumann <mail@daniel-baumann.ch> +## Copyright (C) 2016-2020 The Debian Live team +## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it diff --git a/functions/lockfile.sh b/functions/lockfile.sh index cabb85f34..cf7e22d5f 100755 --- a/functions/lockfile.sh +++ b/functions/lockfile.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/losetup.sh b/functions/losetup.sh index cdf984b74..3bcb2feb6 100755 --- a/functions/losetup.sh +++ b/functions/losetup.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/man.sh b/functions/man.sh index 7896f5a9c..cb886fba1 100755 --- a/functions/man.sh +++ b/functions/man.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/packagelists.sh b/functions/packagelists.sh index b238e980e..4701c3c70 100755 --- a/functions/packagelists.sh +++ b/functions/packagelists.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/packages.sh b/functions/packages.sh index bb92ea119..f07bed35f 100755 --- a/functions/packages.sh +++ b/functions/packages.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/sourcelist.sh b/functions/sourcelist.sh index b00187554..3a2fcb485 100755 --- a/functions/sourcelist.sh +++ b/functions/sourcelist.sh @@ -1,7 +1,8 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2014 Daniel Baumann <mail@daniel-baumann.ch> +## Copyright (C) 2016-2020 The Debian Live team +## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it diff --git a/functions/stagefile.sh b/functions/stagefile.sh index fdbab3588..09168f5f4 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/usage.sh b/functions/usage.sh index 794a45032..19a91c110 100755 --- a/functions/usage.sh +++ b/functions/usage.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/functions/wrapper.sh b/functions/wrapper.sh index 136f4f98b..002de785e 100755 --- a/functions/wrapper.sh +++ b/functions/wrapper.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. |