aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-04-15 02:24:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-04-15 02:25:11 +0000
commit2828226b6fd05929fa04a21b907c3e6b1baac434 (patch)
tree5718e0ef256bdf238d30724dc7ad32374a1977ce /gen_initramfs.sh
parentHandle other possible paths for LVM. (diff)
downloadgenkernel-2828226b6fd05929fa04a21b907c3e6b1baac434.tar.gz
genkernel-2828226b6fd05929fa04a21b907c3e6b1baac434.tar.bz2
genkernel-2828226b6fd05929fa04a21b907c3e6b1baac434.zip
gen_initramfs: Release the copy_binaries function as public domain.
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>
Diffstat (limited to 'gen_initramfs.sh')
-rwxr-xr-xgen_initramfs.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index f178b2d5..5bffbb04 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -3,6 +3,13 @@
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