Skip to content

Commit aed28f9

Browse files
authored
Merge pull request #603 from ArniDagur/patch-1
Add "BSD 2-Clause + Patent" license
2 parents 6229c19 + 87efde5 commit aed28f9

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

_licenses/bsd-2-clause-patent.txt

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: BSD-2-Clause Plus Patent License
3+
spdx-id: BSD-2-Clause-Patent
4+
5+
description: "This license is designed to provide: a) a simple permissive license; b) that is compatible with the GNU GPL-2.0; and c) which also has an express patent grant included."
6+
7+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
8+
9+
using:
10+
Manubot: https://github.com/manubot/manubot/blob/main/LICENSE.md
11+
obonet: https://github.com/dhimmel/obonet/blob/main/LICENSE.md
12+
Preprint Similarity Search: https://github.com/greenelab/preprint-similarity-search/blob/master/LICENSE.md
13+
14+
permissions:
15+
- commercial-use
16+
- modifications
17+
- distribution
18+
- patent-use
19+
- private-use
20+
21+
conditions:
22+
- include-copyright
23+
24+
limitations:
25+
- liability
26+
- warranty
27+
28+
---
29+
30+
Copyright (c) [year] [fullname]
31+
32+
Redistribution and use in source and binary forms, with or without
33+
modification, are permitted provided that the following conditions are met:
34+
35+
1. Redistributions of source code must retain the above copyright notice,
36+
this list of conditions and the following disclaimer.
37+
38+
2. Redistributions in binary form must reproduce the above copyright notice,
39+
this list of conditions and the following disclaimer in the documentation
40+
and/or other materials provided with the distribution.
41+
42+
Subject to the terms and conditions of this license, each copyright holder
43+
and contributor hereby grants to those receiving rights under this license
44+
a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45+
(except for failure to satisfy the conditions of this license) patent license
46+
to make, have made, use, offer to sell, sell, import, and otherwise transfer
47+
this software, where such license applies only to those patent claims, already
48+
acquired or hereafter acquired, licensable by such copyright holder or
49+
contributor that are necessarily infringed by:
50+
51+
(a) their Contribution(s) (the licensed copyrights of copyright holders and
52+
non-copyrightable additions of contributors, in source or binary form) alone;
53+
or
54+
55+
(b) combination of their Contribution(s) with the work of authorship to which
56+
such Contribution(s) was added by such copyright holder or contributor, if,
57+
at the time the Contribution is added, such addition causes such combination
58+
to be necessarily infringed. The patent license shall not apply to any other
59+
combinations which include the Contribution.
60+
61+
Except as expressly stated above, no rights or licenses from any copyright
62+
holder or contributor is granted under this license, whether expressly, by
63+
implication, estoppel or otherwise.
64+
65+
DISCLAIMER
66+
67+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
68+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
69+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
70+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
71+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
72+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
73+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
74+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
75+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
76+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)