From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-449091-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SJF9t-00087j-QL
	for garchives@archives.gentoo.org; Sun, 15 Apr 2012 02:25:46 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AE01AE0B0E;
	Sun, 15 Apr 2012 02:25:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7E6CAE0AFD
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2012 02:25:31 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E1B241B404E
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2012 02:25:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id D70AEE542C
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Apr 2012 02:25:28 +0000 (UTC)
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org>
Message-ID: <1334456711.2828226b6fd05929fa04a21b907c3e6b1baac434.robbat2@gentoo>
Subject: [gentoo-commits] proj/genkernel:master commit in: /
X-VCS-Repository: proj/genkernel
X-VCS-Files: ChangeLog gen_initramfs.sh
X-VCS-Directories: /
X-VCS-Committer: robbat2
X-VCS-Committer-Name: Robin H. Johnson
X-VCS-Revision: 2828226b6fd05929fa04a21b907c3e6b1baac434
X-VCS-Branch: master
Date: Sun, 15 Apr 2012 02:25:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 504da7f6-5247-42fb-95da-08a331eb4088
X-Archives-Hash: 9405abba7b739bf1bd9ae9fb7f2c4fe6

commit:     2828226b6fd05929fa04a21b907c3e6b1baac434
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 02:24:47 2012 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 02:25:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git=
;a=3Dcommit;h=3D2828226b

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 regi=
ons.

Written by:
- Robin H. Johnson <robbat2 <AT> gentoo.org> (complete rewrite)
- Richard Yao <ryao <AT> cs.stonybrook.edu> (original concept)

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ChangeLog        |    3 +++
 gen_initramfs.sh |    7 +++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f75e034..8490dc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 # $Id$
=20
   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.
=20
   09 Apr 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scri=
pts,

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index f178b2d..5bffbb0 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -3,6 +3,13 @@
=20
 CPIO_ARGS=3D"--quiet -o -H newc"
=20
+# The copy_binaries function is explicitly released into the public doma=
in to
+# encourage wide adoption and re-use.
+# Written by:=20
+# - 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=3D$1
 	shift