diff options
113 files changed, 117 insertions, 14 deletions
diff --git a/examples/hooks/minimal.hook.chroot b/examples/hooks/minimal.hook.chroot index d13ba425f..01f168bbc 100755 --- a/examples/hooks/minimal.hook.chroot +++ b/examples/hooks/minimal.hook.chroot @@ -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/examples/hooks/stripped.hook.chroot b/examples/hooks/stripped.hook.chroot index ade239023..4f6aba54c 100755 --- a/examples/hooks/stripped.hook.chroot +++ b/examples/hooks/stripped.hook.chroot @@ -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/frontend/lb b/frontend/lb index f2015b033..464b07dcc 100755 --- a/frontend/lb +++ b/frontend/lb @@ -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/frontend/live-build b/frontend/live-build index dfd1e4667..29efec9cf 100755 --- a/frontend/live-build +++ b/frontend/live-build @@ -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 is free software: you can redistribute it and/or modify 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. diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index 53c440be9..a529c026f 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-build(7) - Live System Build Components +## 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/manpages/en/lb.1 b/manpages/en/lb.1 index 236c3132d..c5f93ef47 100644 --- a/manpages/en/lb.1 +++ b/manpages/en/lb.1 @@ -31,4 +31,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1 index 584751b71..4fbc837c5 100644 --- a/manpages/en/lb_binary.1 +++ b/manpages/en/lb_binary.1 @@ -29,4 +29,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1 index a56057b63..f8d7d65d5 100644 --- a/manpages/en/lb_bootstrap.1 +++ b/manpages/en/lb_bootstrap.1 @@ -29,4 +29,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1 index bba691be1..a07ef4948 100644 --- a/manpages/en/lb_build.1 +++ b/manpages/en/lb_build.1 @@ -31,4 +31,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1 index dbc110259..9aa66a868 100644 --- a/manpages/en/lb_chroot.1 +++ b/manpages/en/lb_chroot.1 @@ -29,4 +29,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1 index 8044ac16c..72317abf2 100644 --- a/manpages/en/lb_clean.1 +++ b/manpages/en/lb_clean.1 @@ -52,4 +52,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 2b1efa087..d2a071bd4 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -524,4 +524,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_installer.1 b/manpages/en/lb_installer.1 index 3cff5f874..5d5ff214d 100644 --- a/manpages/en/lb_installer.1 +++ b/manpages/en/lb_installer.1 @@ -29,4 +29,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1 index 93df19abd..4651eb26b 100644 --- a/manpages/en/lb_source.1 +++ b/manpages/en/lb_source.1 @@ -29,4 +29,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index 1e6fb2e48..afe6a8946 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -251,4 +251,4 @@ More information about live\-build and the Live Systems project can be found on Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>. .SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. +live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team. diff --git a/scripts/build.sh b/scripts/build.sh index abeb29c99..4eb99d3d5 100755 --- a/scripts/build.sh +++ b/scripts/build.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 is free software: you can redistribute it and/or modify diff --git a/scripts/build/binary b/scripts/build/binary index 787e623cf..461ea517b 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -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/scripts/build/binary_checksums b/scripts/build/binary_checksums index f3fbd5a1c..3b2ce9d3d 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -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/scripts/build/binary_chroot b/scripts/build/binary_chroot index 30c541859..0a6e80753 100755 --- a/scripts/build/binary_chroot +++ b/scripts/build/binary_chroot @@ -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/scripts/build/binary_disk b/scripts/build/binary_disk index e41d0cfb4..aed2a41e3 100755 --- a/scripts/build/binary_disk +++ b/scripts/build/binary_disk @@ -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/scripts/build/binary_grub-efi b/scripts/build/binary_grub-efi index e4c3c02eb..7ee834299 100755 --- a/scripts/build/binary_grub-efi +++ b/scripts/build/binary_grub-efi @@ -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. diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy index 8b604f402..bfcddb650 100755 --- a/scripts/build/binary_grub-legacy +++ b/scripts/build/binary_grub-legacy @@ -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/scripts/build/binary_grub-pc b/scripts/build/binary_grub-pc index c7c53869b..ebcbc0acd 100755 --- a/scripts/build/binary_grub-pc +++ b/scripts/build/binary_grub-pc @@ -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/scripts/build/binary_hdd b/scripts/build/binary_hdd index d958f43e8..e9e30ea40 100755 --- a/scripts/build/binary_hdd +++ b/scripts/build/binary_hdd @@ -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/scripts/build/binary_hooks b/scripts/build/binary_hooks index 286b0672d..6a3b9bfec 100755 --- a/scripts/build/binary_hooks +++ b/scripts/build/binary_hooks @@ -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/scripts/build/binary_includes b/scripts/build/binary_includes index 7142b0def..81b0a7ebc 100755 --- a/scripts/build/binary_includes +++ b/scripts/build/binary_includes @@ -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/scripts/build/binary_iso b/scripts/build/binary_iso index d30443dab..3aecf8a56 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -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/scripts/build/binary_linux-image b/scripts/build/binary_linux-image index 70028bd64..ae8ef45f6 100755 --- a/scripts/build/binary_linux-image +++ b/scripts/build/binary_linux-image @@ -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/scripts/build/binary_loadlin b/scripts/build/binary_loadlin index 9305000c6..7bdeb8778 100755 --- a/scripts/build/binary_loadlin +++ b/scripts/build/binary_loadlin @@ -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/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg index 72f2e7dc4..13e6d1ba9 100755 --- a/scripts/build/binary_loopback_cfg +++ b/scripts/build/binary_loopback_cfg @@ -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/scripts/build/binary_manifest b/scripts/build/binary_manifest index 1bd9969a6..aabae77a8 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -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/scripts/build/binary_memtest b/scripts/build/binary_memtest index d35082f52..0c4a3f00e 100755 --- a/scripts/build/binary_memtest +++ b/scripts/build/binary_memtest @@ -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/scripts/build/binary_netboot b/scripts/build/binary_netboot index cbee37a66..bed1662b9 100755 --- a/scripts/build/binary_netboot +++ b/scripts/build/binary_netboot @@ -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/scripts/build/binary_onie b/scripts/build/binary_onie index da11c5e5d..6f6b95fee 100755 --- a/scripts/build/binary_onie +++ b/scripts/build/binary_onie @@ -1,8 +1,9 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2017 Erik Ziegenbalg <eziegenb@brocade.com> +## Copyright (C) 2018-2020 The Debian Live team ## Copyright (C) 2018 Luca Boccassi <bluca@debian.org> +## Copyright (C) 2017 Erik Ziegenbalg <eziegenb@brocade.com> ## ## 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/scripts/build/binary_package-lists b/scripts/build/binary_package-lists index 4eeb08c55..50453cb04 100755 --- a/scripts/build/binary_package-lists +++ b/scripts/build/binary_package-lists @@ -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/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 567dd0def..2272d4e31 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -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/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index 7bc8bb533..288ee4670 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -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/scripts/build/binary_tar b/scripts/build/binary_tar index c832852c9..d4eb16a93 100755 --- a/scripts/build/binary_tar +++ b/scripts/build/binary_tar @@ -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/scripts/build/binary_win32-loader b/scripts/build/binary_win32-loader index ad61b6642..03868f2f6 100755 --- a/scripts/build/binary_win32-loader +++ b/scripts/build/binary_win32-loader @@ -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/scripts/build/binary_zsync b/scripts/build/binary_zsync index c776454ff..ca84b202d 100755 --- a/scripts/build/binary_zsync +++ b/scripts/build/binary_zsync @@ -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/scripts/build/bootstrap b/scripts/build/bootstrap index 73d256735..edd996f29 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -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/scripts/build/bootstrap_archives b/scripts/build/bootstrap_archives index 80ec52ceb..372470191 100755 --- a/scripts/build/bootstrap_archives +++ b/scripts/build/bootstrap_archives @@ -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/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index 4926b7aab..5ed474090 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -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/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index c17ce2908..c25cbacec 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -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/scripts/build/build b/scripts/build/build index b255346e0..1eb60a43e 100755 --- a/scripts/build/build +++ b/scripts/build/build @@ -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/scripts/build/chroot b/scripts/build/chroot index 123005235..a1eae1176 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -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/scripts/build/chroot_apt b/scripts/build/chroot_apt index 178f33f98..424d05336 100755 --- a/scripts/build/chroot_apt +++ b/scripts/build/chroot_apt @@ -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/scripts/build/chroot_archives b/scripts/build/chroot_archives index 3844b782a..b602caf4b 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -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/scripts/build/chroot_cache b/scripts/build/chroot_cache index 696c907e9..7fea36381 100755 --- a/scripts/build/chroot_cache +++ b/scripts/build/chroot_cache @@ -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/scripts/build/chroot_debianchroot b/scripts/build/chroot_debianchroot index 3271df000..5e7322f73 100755 --- a/scripts/build/chroot_debianchroot +++ b/scripts/build/chroot_debianchroot @@ -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/scripts/build/chroot_devpts b/scripts/build/chroot_devpts index bf89abe4e..3d62d9270 100755 --- a/scripts/build/chroot_devpts +++ b/scripts/build/chroot_devpts @@ -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/scripts/build/chroot_dpkg b/scripts/build/chroot_dpkg index a385bfdc3..e0a81756a 100755 --- a/scripts/build/chroot_dpkg +++ b/scripts/build/chroot_dpkg @@ -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/scripts/build/chroot_firmware b/scripts/build/chroot_firmware index 0f8e61943..673962455 100755 --- a/scripts/build/chroot_firmware +++ b/scripts/build/chroot_firmware @@ -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/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 966ad008b..28c1eadcc 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -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/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index d7e2ea2fc..125b77ec3 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -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/scripts/build/chroot_hostname b/scripts/build/chroot_hostname index b01dfd196..4f393755f 100755 --- a/scripts/build/chroot_hostname +++ b/scripts/build/chroot_hostname @@ -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/scripts/build/chroot_hosts b/scripts/build/chroot_hosts index 463cf526c..edbcb3793 100755 --- a/scripts/build/chroot_hosts +++ b/scripts/build/chroot_hosts @@ -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/scripts/build/chroot_includes b/scripts/build/chroot_includes index 1a19b4a98..bda5caf93 100755 --- a/scripts/build/chroot_includes +++ b/scripts/build/chroot_includes @@ -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/scripts/build/chroot_install-packages b/scripts/build/chroot_install-packages index 7de073a6f..b4313cf4c 100755 --- a/scripts/build/chroot_install-packages +++ b/scripts/build/chroot_install-packages @@ -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/scripts/build/chroot_interactive b/scripts/build/chroot_interactive index 23a47a552..dbb352ed7 100755 --- a/scripts/build/chroot_interactive +++ b/scripts/build/chroot_interactive @@ -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/scripts/build/chroot_linux-image b/scripts/build/chroot_linux-image index ae5bb90c4..4cd8664a1 100755 --- a/scripts/build/chroot_linux-image +++ b/scripts/build/chroot_linux-image @@ -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/scripts/build/chroot_package-lists b/scripts/build/chroot_package-lists index e6190f18d..d74a1e135 100755 --- a/scripts/build/chroot_package-lists +++ b/scripts/build/chroot_package-lists @@ -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/scripts/build/chroot_preseed b/scripts/build/chroot_preseed index 6852d4fbf..7351ea8b6 100755 --- a/scripts/build/chroot_preseed +++ b/scripts/build/chroot_preseed @@ -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/scripts/build/chroot_proc b/scripts/build/chroot_proc index f2637262d..6d1ae8800 100755 --- a/scripts/build/chroot_proc +++ b/scripts/build/chroot_proc @@ -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/scripts/build/chroot_resolv b/scripts/build/chroot_resolv index 8e90741a8..160875c24 100755 --- a/scripts/build/chroot_resolv +++ b/scripts/build/chroot_resolv @@ -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/scripts/build/chroot_selinuxfs b/scripts/build/chroot_selinuxfs index 293dc6ef5..ffd2204aa 100755 --- a/scripts/build/chroot_selinuxfs +++ b/scripts/build/chroot_selinuxfs @@ -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/scripts/build/chroot_sysfs b/scripts/build/chroot_sysfs index e26e1cba1..7882a13d5 100755 --- a/scripts/build/chroot_sysfs +++ b/scripts/build/chroot_sysfs @@ -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/scripts/build/chroot_sysv-rc b/scripts/build/chroot_sysv-rc index d102b87c1..5ac968e20 100755 --- a/scripts/build/chroot_sysv-rc +++ b/scripts/build/chroot_sysv-rc @@ -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/scripts/build/chroot_tmpfs b/scripts/build/chroot_tmpfs index 797ca9f18..fb6262b6e 100755 --- a/scripts/build/chroot_tmpfs +++ b/scripts/build/chroot_tmpfs @@ -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/scripts/build/clean b/scripts/build/clean index e71b7728f..dbbe50386 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -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/scripts/build/config b/scripts/build/config index d2c747b2c..f32756466 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -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/scripts/build/efi-image b/scripts/build/efi-image index 2ad3bdb52..985922896 100755 --- a/scripts/build/efi-image +++ b/scripts/build/efi-image @@ -1,6 +1,7 @@ #! /bin/sh set -e +# Copyright (C) 2016-2020 The Debian Live team # Copyright (C) 2010, 2011 Canonical Ltd. # Author: Colin Watson <cjwatson@ubuntu.com> # diff --git a/scripts/build/grub-cpmodules b/scripts/build/grub-cpmodules index 4f9e26acc..170865dfb 100755 --- a/scripts/build/grub-cpmodules +++ b/scripts/build/grub-cpmodules @@ -1,6 +1,7 @@ #! /bin/sh set -e +# Copyright (C) 2016-2020 The Debian Live team # Copyright (C) 2010, 2011 Canonical Ltd. # Author: Colin Watson <cjwatson@ubuntu.com> # diff --git a/scripts/build/installer b/scripts/build/installer index 1744ee8fa..f4f9e7b09 100755 --- a/scripts/build/installer +++ b/scripts/build/installer @@ -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/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index e527dbd40..a06808282 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -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/scripts/build/installer_preseed b/scripts/build/installer_preseed index 7ab926370..c5802be65 100755 --- a/scripts/build/installer_preseed +++ b/scripts/build/installer_preseed @@ -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/scripts/build/source b/scripts/build/source index d6a532ee2..20fe47aea 100755 --- a/scripts/build/source +++ b/scripts/build/source @@ -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/scripts/build/source_checksums b/scripts/build/source_checksums index ae4c1becb..983f54569 100755 --- a/scripts/build/source_checksums +++ b/scripts/build/source_checksums @@ -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/scripts/build/source_debian b/scripts/build/source_debian index 36a654e26..15b7fcc48 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -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/scripts/build/source_disk b/scripts/build/source_disk index c05bd330f..2e7fa4242 100755 --- a/scripts/build/source_disk +++ b/scripts/build/source_disk @@ -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/scripts/build/source_hdd b/scripts/build/source_hdd index 4eaf80a8c..16fbc3345 100755 --- a/scripts/build/source_hdd +++ b/scripts/build/source_hdd @@ -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/scripts/build/source_hooks b/scripts/build/source_hooks index 82445cc33..fa85e05d5 100755 --- a/scripts/build/source_hooks +++ b/scripts/build/source_hooks @@ -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/scripts/build/source_iso b/scripts/build/source_iso index 77498ac4a..6716ffba5 100755 --- a/scripts/build/source_iso +++ b/scripts/build/source_iso @@ -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/scripts/build/source_live b/scripts/build/source_live index fa39c9390..28f6bd2e4 100755 --- a/scripts/build/source_live +++ b/scripts/build/source_live @@ -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/scripts/build/source_tar b/scripts/build/source_tar index aa34f265f..d5107b362 100755 --- a/scripts/build/source_tar +++ b/scripts/build/source_tar @@ -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/share/bin/Packages b/share/bin/Packages index 185fba78d..ad69fad83 100755 --- a/share/bin/Packages +++ b/share/bin/Packages @@ -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. |