summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh1
-rwxr-xr-xscripts/build/binary1
-rwxr-xr-xscripts/build/binary_checksums1
-rwxr-xr-xscripts/build/binary_chroot1
-rwxr-xr-xscripts/build/binary_disk1
-rwxr-xr-xscripts/build/binary_grub-efi1
-rwxr-xr-xscripts/build/binary_grub-legacy1
-rwxr-xr-xscripts/build/binary_grub-pc1
-rwxr-xr-xscripts/build/binary_hdd1
-rwxr-xr-xscripts/build/binary_hooks1
-rwxr-xr-xscripts/build/binary_includes1
-rwxr-xr-xscripts/build/binary_iso1
-rwxr-xr-xscripts/build/binary_linux-image1
-rwxr-xr-xscripts/build/binary_loadlin1
-rwxr-xr-xscripts/build/binary_loopback_cfg1
-rwxr-xr-xscripts/build/binary_manifest1
-rwxr-xr-xscripts/build/binary_memtest1
-rwxr-xr-xscripts/build/binary_netboot1
-rwxr-xr-xscripts/build/binary_onie3
-rwxr-xr-xscripts/build/binary_package-lists1
-rwxr-xr-xscripts/build/binary_rootfs1
-rwxr-xr-xscripts/build/binary_syslinux1
-rwxr-xr-xscripts/build/binary_tar1
-rwxr-xr-xscripts/build/binary_win32-loader1
-rwxr-xr-xscripts/build/binary_zsync1
-rwxr-xr-xscripts/build/bootstrap1
-rwxr-xr-xscripts/build/bootstrap_archives1
-rwxr-xr-xscripts/build/bootstrap_cache1
-rwxr-xr-xscripts/build/bootstrap_debootstrap1
-rwxr-xr-xscripts/build/build1
-rwxr-xr-xscripts/build/chroot1
-rwxr-xr-xscripts/build/chroot_apt1
-rwxr-xr-xscripts/build/chroot_archives1
-rwxr-xr-xscripts/build/chroot_cache1
-rwxr-xr-xscripts/build/chroot_debianchroot1
-rwxr-xr-xscripts/build/chroot_devpts1
-rwxr-xr-xscripts/build/chroot_dpkg1
-rwxr-xr-xscripts/build/chroot_firmware1
-rwxr-xr-xscripts/build/chroot_hacks1
-rwxr-xr-xscripts/build/chroot_hooks1
-rwxr-xr-xscripts/build/chroot_hostname1
-rwxr-xr-xscripts/build/chroot_hosts1
-rwxr-xr-xscripts/build/chroot_includes1
-rwxr-xr-xscripts/build/chroot_install-packages1
-rwxr-xr-xscripts/build/chroot_interactive1
-rwxr-xr-xscripts/build/chroot_linux-image1
-rwxr-xr-xscripts/build/chroot_package-lists1
-rwxr-xr-xscripts/build/chroot_preseed1
-rwxr-xr-xscripts/build/chroot_proc1
-rwxr-xr-xscripts/build/chroot_resolv1
-rwxr-xr-xscripts/build/chroot_selinuxfs1
-rwxr-xr-xscripts/build/chroot_sysfs1
-rwxr-xr-xscripts/build/chroot_sysv-rc1
-rwxr-xr-xscripts/build/chroot_tmpfs1
-rwxr-xr-xscripts/build/clean1
-rwxr-xr-xscripts/build/config1
-rwxr-xr-xscripts/build/efi-image1
-rwxr-xr-xscripts/build/grub-cpmodules1
-rwxr-xr-xscripts/build/installer1
-rwxr-xr-xscripts/build/installer_debian-installer1
-rwxr-xr-xscripts/build/installer_preseed1
-rwxr-xr-xscripts/build/source1
-rwxr-xr-xscripts/build/source_checksums1
-rwxr-xr-xscripts/build/source_debian1
-rwxr-xr-xscripts/build/source_disk1
-rwxr-xr-xscripts/build/source_hdd1
-rwxr-xr-xscripts/build/source_hooks1
-rwxr-xr-xscripts/build/source_iso1
-rwxr-xr-xscripts/build/source_live1
-rwxr-xr-xscripts/build/source_tar1
70 files changed, 71 insertions, 1 deletions
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.