Adjust licensing policy on copy_binaries() after a chat with robbat2
authorSebastian Pipping <sebastian@pipping.org>
Mon, 16 Apr 2012 03:06:25 +0000 (05:06 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 16 Apr 2012 03:06:34 +0000 (05:06 +0200)
gen_initramfs.sh

index ca4f090737faee229c95b61b16d9ef3a1fce065e..a7f8c1f70c40a3810ec8f06b88780e3d350ae12d 100755 (executable)
@@ -6,8 +6,12 @@ CPIO_ARGS="--quiet -o -H newc"
 # The copy_binaries function is explicitly released into the public domain to
 # encourage wide adoption and re-use.  That means:
 # - You may use the code of copy_binaries() as Public domain outside of genkernel
-# - Past and future changes to copy_binaries() still need to be licensable under
-#   <GPL v2 or later> to maintain license compatibility with genkernel itself
+# - Contributions to this function are put into the Public Domain as well.
+#
+# 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 <sebastian@pipping.org> (partly rewrite)
 # - Robin H. Johnson <robbat2@gentoo.org> (complete rewrite)