From 0a23f1883ff3a046d6a375ad2d11c0e2c534e48e Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 16 Apr 2012 04:35:18 +0200 Subject: [PATCH] Make sure that we can use our own copy_binaries in the future --- gen_initramfs.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)