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 1SJcQu-00047Q-Sf for garchives@archives.gentoo.org; Mon, 16 Apr 2012 03:16:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF823E0EA1; Mon, 16 Apr 2012 03:16:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B0ACE0EA1 for ; Mon, 16 Apr 2012 03:16:40 +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 980671B4069 for ; Mon, 16 Apr 2012 03:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7D6B4E5403 for ; Mon, 16 Apr 2012 03:16:37 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1334546176.33f49ec6eea61888789011962bcbb6c291d32264.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: 33f49ec6eea61888789011962bcbb6c291d32264 X-VCS-Branch: master Date: Mon, 16 Apr 2012 03:16:37 +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: 40cb7fe5-3d44-4d53-b6d5-090951649335 X-Archives-Hash: 54d3765d94c246b69d47872d407d0de4 commit: 33f49ec6eea61888789011962bcbb6c291d32264 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Apr 16 03:15:01 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Apr 16 03:16:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D33f49ec6 gen_initramfs: Use CC0 instead of public domain for copy_binaries to cove= r French jurisdiction concerns. Signed-off-by: Robin H. Johnson gentoo.org> --- ChangeLog | 4 ++++ gen_initramfs.sh | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 340de2c..ee762dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ # $Id$ =20 16 Apr 2012; Robin H. Johnson gen_initramfs.sh: + Use CC0 instead of public domain for copy_binaries to cover French + jurisdiction concerns. + + 16 Apr 2012; Robin H. Johnson gen_initramfs.sh: Release copy_binaries function as public domain. =20 16 Apr 2012; Robin H. Johnson gen_initramfs.sh: diff --git a/gen_initramfs.sh b/gen_initramfs.sh index a7f8c1f..7db1c95 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -3,17 +3,19 @@ =20 CPIO_ARGS=3D"--quiet -o -H newc" =20 -# The copy_binaries function is explicitly released into the public doma= in to +# The copy_binaries function is explicitly released under the CC0 licens= e to # encourage wide adoption and re-use. That means: -# - You may use the code of copy_binaries() as Public domain outside of = genkernel -# - Contributions to this function are put into the Public Domain as wel= l. +# - You may use the code of copy_binaries() as CC0 outside of genkernel +# - Contributions to this function are licensed under CC0 as well. +# - If you change it outside of genkernel, please consider sending your +# modifications back to genkernel@gentoo.org. # # On a side note: "Both public domain works and the simple license provi= ded by # CC0 are compatible with the GNU GPL." # (from https://www.gnu.org/licenses/license-list.html#C= C0) # # Written by:=20 -# - Sebastian Pipping (partly rewrite) +# - Sebastian Pipping (error checking) # - Robin H. Johnson (complete rewrite) # - Richard Yao (original concept) # Usage: