From: Robin H. Johnson Date: Mon, 16 Apr 2012 03:15:01 +0000 (+0000) Subject: gen_initramfs: Use CC0 instead of public domain for copy_binaries to cover French... X-Git-Tag: v3.4.31~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33f49ec6eea61888789011962bcbb6c291d32264;p=genkernel.git gen_initramfs: Use CC0 instead of public domain for copy_binaries to cover French jurisdiction concerns. Signed-off-by: Robin H. Johnson --- diff --git a/ChangeLog b/ChangeLog index 340de2c..ee762dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 16 Apr 2012; Robin H. Johnson gen_initramfs.sh: + Use CC0 instead of public domain for copy_binaries to cover French + jurisdiction concerns. + 16 Apr 2012; Robin H. Johnson gen_initramfs.sh: Release copy_binaries function as public domain. diff --git a/gen_initramfs.sh b/gen_initramfs.sh index a7f8c1f..7db1c95 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -3,17 +3,19 @@ CPIO_ARGS="--quiet -o -H newc" -# The copy_binaries function is explicitly released into the public domain to +# The copy_binaries function is explicitly released under the CC0 license to # encourage wide adoption and re-use. That means: -# - You may use the code of copy_binaries() as Public domain outside of genkernel -# - Contributions to this function are put into the Public Domain as well. +# - You may use the code of copy_binaries() as CC0 outside of genkernel +# - Contributions to this function are licensed under CC0 as well. +# - If you change it outside of genkernel, please consider sending your +# modifications back to genkernel@gentoo.org. # # On a side note: "Both public domain works and the simple license provided by # CC0 are compatible with the GNU GPL." # (from https://www.gnu.org/licenses/license-list.html#CC0) # # Written by: -# - Sebastian Pipping (partly rewrite) +# - Sebastian Pipping (error checking) # - Robin H. Johnson (complete rewrite) # - Richard Yao (original concept) # Usage: