From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 DB7D11382C5 for ; Sat, 21 Apr 2018 14:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE80E07B2; Sat, 21 Apr 2018 14:14:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE27FE07B2 for ; Sat, 21 Apr 2018 14:14:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9AF4335C74 for ; Sat, 21 Apr 2018 14:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95DE427C for ; Sat, 21 Apr 2018 14:14:09 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1524319962.a6f0158f8e32165560e589c9b45ee4dbfca9089e.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: licenses/ X-VCS-Repository: proj/sci X-VCS-Files: licenses/BSD-3 X-VCS-Directories: licenses/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: a6f0158f8e32165560e589c9b45ee4dbfca9089e X-VCS-Branch: master Date: Sat, 21 Apr 2018 14:14:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e2418554-9a78-49cb-9e97-8201a889fe7a X-Archives-Hash: 321449eeabd6d8002240609d0a0cc6c0 commit: a6f0158f8e32165560e589c9b45ee4dbfca9089e Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Sat Apr 21 14:12:42 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Apr 21 14:12:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6f0158f sci-biology/gatk: add the missing license I always forget that repoman ignores license files scheduled for commit and that I have to use 'git commit' solely for that. licenses/BSD-3 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/licenses/BSD-3 b/licenses/BSD-3 new file mode 100644 index 000000000..3e6ae8250 --- /dev/null +++ b/licenses/BSD-3 @@ -0,0 +1,26 @@ +Copyright (c) 2009-2018, Broad Institute, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* 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. + +* Neither the name Broad Institute, Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +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 HOLDER 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.