From: Sebastian Pipping Date: Mon, 16 Apr 2012 02:35:18 +0000 (+0200) Subject: Make sure that we can use our own copy_binaries in the future X-Git-Tag: v3.4.31~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a23f1883ff3a046d6a375ad2d11c0e2c534e48e;p=genkernel.git Make sure that we can use our own copy_binaries in the future --- diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 5bffbb0..3dd757b 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -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 +# to maintain license compatibility with genkernel itself # Written by: # - Robin H. Johnson (complete rewrite) # - Richard Yao (original concept)