The copy_binaries function is explicitly released into the public domain to
encourage wide adoption and re-use.
This is to enable use in some cases of BSD and other licensing, and
specifically avoiding the need to be party to any contributor agreements.
Additionally, the code could be considered of trivial length in some regions.
Written by:
- Robin H. Johnson <robbat2@gentoo.org> (complete rewrite)
- Richard Yao <ryao@cs.stonybrook.edu> (original concept)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
# Distributed under the GPL v2
# $Id$
+ 14 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
+ Release copy_binaries function as public domain.
+
14 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
Handle other binary paths for LVM.
CPIO_ARGS="--quiet -o -H newc"
+# The copy_binaries function is explicitly released into the public domain to
+# encourage wide adoption and re-use.
+# Written by:
+# - Robin H. Johnson <robbat2@gentoo.org> (complete rewrite)
+# - Richard Yao <ryao@cs.stonybrook.edu> (original concept)
+# Usage:
+# copy_binaries DESTDIR BINARIES...
copy_binaries() {
local destdir=$1
shift