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 ) id 1SJbpt-00068v-2H for garchives@archives.gentoo.org; Mon, 16 Apr 2012 02:38:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AE69E0E95; Mon, 16 Apr 2012 02:38:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F1B19E0E7F for ; Mon, 16 Apr 2012 02:38:29 +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 37A261B4063 for ; Mon, 16 Apr 2012 02:38:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E2CE2E5430 for ; Mon, 16 Apr 2012 02:38:26 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1334543718.0a23f1883ff3a046d6a375ad2d11c0e2c534e48e.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_initramfs.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0a23f1883ff3a046d6a375ad2d11c0e2c534e48e X-VCS-Branch: master Date: Mon, 16 Apr 2012 02:38:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 53276022-e56b-4ef0-bff6-3e34b5dd2c00 X-Archives-Hash: e74c42b08616eda648b5048d93cce714 commit: 0a23f1883ff3a046d6a375ad2d11c0e2c534e48e Author: Sebastian Pipping pipping org> AuthorDate: Mon Apr 16 02:35:18 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Apr 16 02:35:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D0a23f188 Make sure that we can use our own copy_binaries in the future --- gen_initramfs.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) 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=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. +# 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 licensab= le under +# to maintain license compatibility with genkernel i= tself # Written by:=20 # - Robin H. Johnson (complete rewrite) # - Richard Yao (original concept)