diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-11 10:07:21 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-11 13:51:19 +0000 |
commit | 7a4a9f94b89d22c083c1610ecbcb7a173f1b73db (patch) | |
tree | 8b9345abe9e10fd91a4e8b84a247369abbd6b1b8 /scripts/build | |
parent | 87e9543c98a5b8d22fe1659b73f2927bdf6e895f (diff) | |
download | vyos-live-build-7a4a9f94b89d22c083c1610ecbcb7a173f1b73db.tar.gz vyos-live-build-7a4a9f94b89d22c083c1610ecbcb7a173f1b73db.zip |
amend copyright & licensing blocks
Current versions of the project files are built upon versions published
and licensed by Daniel Baumann, but are modified copies of those files and
thus need to be marked as such per licensing requirements (afaik he did
not pass along ownership / licensing rights to anyone when he left the
project). We should also be careful to not be misrepresenting such
modified copies as being attributed to Daniel.
Adding a new copyright line referring to "The Debian Live team" should
suffice for this.
The authorship block in man pages has also similarly been updated.
Notes:
- tweaked a copy of daniel copyright lines stating 2014 instead of 2015.
both of these cases were in files that i had personally introduced in
some of my past merged commits that moved some code around. i don't know
why they stated 2014.
- binary_onie was introduced in 2018, so that has a 2018 date instead of
2016 unlike the rest.
- 'efi-image' is a 3rd-party (Canonical Ltd) work that we bundle, but it
has been modified by 674794a8f4d61a729d2dbd6d99385d2826138694 and
36a3ba76347ef72df1c316312ed3a26aa4b0c816 so I similarly added a
debian live copyright line.
- 'grub-cpmodules' is similar. it was only changed by the indentation fix
of 36a3ba76347ef72df1c316312ed3a26aa4b0c816 but modification is
modification, and this does help cover any possible future changes that
might be made.
Diffstat (limited to 'scripts/build')
69 files changed, 70 insertions, 1 deletions
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. |