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/chroot_sysfs | |
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/chroot_sysfs')
-rwxr-xr-x | scripts/build/chroot_sysfs | 1 |
1 files changed, 1 insertions, 0 deletions
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. |