Make sure that we can use our own copy_binaries in the future
authorSebastian Pipping <sebastian@pipping.org>
Mon, 16 Apr 2012 02:35:18 +0000 (04:35 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 16 Apr 2012 02:35:18 +0000 (04:35 +0200)
gen_initramfs.sh

index 5bffbb04271193e1fba02899a789a3ee6da7ceff..3dd757bf10291a9cc2e9ec3d9e31bfbbaf18338f 100755 (executable)
@@ -4,7 +4,10 @@
 CPIO_ARGS="--quiet -o -H newc"
 
 # The copy_binaries function is explicitly released into the public domain to
-# encourage wide adoption and re-use.
+# 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
 # Written by: 
 # - Robin H. Johnson <robbat2@gentoo.org> (complete rewrite)
 # - Richard Yao <ryao@cs.stonybrook.edu> (original concept)