Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: licenses/
Date: Sun, 19 Nov 2017 20:49:57
Message-Id: 1511124438.9c153a9b73ea5ebd469fad877c6e08872a1b30da.tupone@gentoo
1 commit: 9c153a9b73ea5ebd469fad877c6e08872a1b30da
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 20:45:44 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 20:47:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c153a9b
7
8 license/BSD-3: Add it
9
10 licenses/BSD-3 | 26 ++++++++++++++++++++++++++
11 1 file changed, 26 insertions(+)
12
13 diff --git a/licenses/BSD-3 b/licenses/BSD-3
14 new file mode 100644
15 index 00000000000..45f4d9a7002
16 --- /dev/null
17 +++ b/licenses/BSD-3
18 @@ -0,0 +1,26 @@
19 +Copyright (c) <YEAR>, <OWNER>
20 +All rights reserved.
21 +
22 +Redistribution and use in source and binary forms, with or without
23 +modification, are permitted provided that the following conditions are met:
24 +
25 +1. Redistributions of source code must retain the above copyright notice,
26 + this list of conditions and the following disclaimer.
27 +2. Redistributions in binary form must reproduce the above copyright
28 + notice, this list of conditions and the following disclaimer in the
29 + documentation and/or other materials provided with the distribution.
30 +3. Neither the name of the <ORGANIZATION> nor the names of its
31 + contributors may be used to endorse or promote products derived from
32 + this software without specific prior written permission.
33 +
34 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37 +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
38 +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39 +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40 +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41 +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42 +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44 +POSSIBILITY OF SUCH DAMAGE.