From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-890433-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42AF81382EE for <garchives@archives.gentoo.org>; Tue, 5 Jul 2016 18:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE4FCE0A9D; Tue, 5 Jul 2016 18:23:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F67AE0A9D for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2016 18:23:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B108334092D for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2016 18:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44C8997B for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2016 18:23:13 +0000 (UTC) From: "Robin H. Johnson" <robbat2@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org> Message-ID: <1467742976.18f2894dffed87de68ea99bcaf641af3c8d35c14.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: / X-VCS-Repository: proj/netifrc X-VCS-Files: LICENSE README X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 18f2894dffed87de68ea99bcaf641af3c8d35c14 X-VCS-Branch: master Date: Tue, 5 Jul 2016 18:23:13 +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 X-Archives-Salt: 87f40a27-32c9-488d-8dbb-53727b5c6e7b X-Archives-Hash: a4052644d2e2c562e238a6cd10cd9e6d commit: 18f2894dffed87de68ea99bcaf641af3c8d35c14 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Tue Jul 5 18:21:08 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Jul 5 18:22:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=18f2894d Add license info per GitHub issue #11. Bug: https://github.com/gentoo/netifrc/issues/11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> LICENSE | 24 ++++++++++++++++++++++++ README | 5 ++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ad3e643 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +Copyright (c) 2004-2016, Gentoo Foundation +Copyright (c) 2007-2009, Roy Marples <roy@marples.name> +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/README b/README index d5e1fbb..4accc0a 100644 --- a/README +++ b/README @@ -21,7 +21,10 @@ time, at least as far back as September 2001 (that was the rc-scripts-1.1.5 release). If you're interested in who contributed to this, please see the extensive -CREDITS file. +CREDITS file, as well as checking the top of relevant files. + +Netifrc is presently licensed under the 2-clause BSD license, after a switch +in early 2005. Reporting Bugs --------------