Skip to content

Commit 8f99e26

Browse files
authored
Merge pull request #967 from swinslow/johnmhoran-ntp-0
Add NTP No Attribution
2 parents b731f6e + 07a57ac commit 8f99e26

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

src/NTP-0.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<license isOsiApproved="false" licenseId="NTP-0" name="NTP No Attribution" listVersionAdded="3.8">
4+
<crossRefs>
5+
<crossRef>https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c</crossRef>
6+
</crossRefs>
7+
<notes>
8+
This license is similar to NTP, but it omits the language regarding reproduction of copyright and permission notices. It also omits the phrase "with or without fee".
9+
</notes>
10+
<text>
11+
<titleText>
12+
<p>NTP No Attribution (NTP-0)</p>
13+
</titleText>
14+
<copyrightText>
15+
<p>Copyright (4-digit-year) by (CopyrightHoldersName)
16+
</p>
17+
</copyrightText>
18+
19+
<p>Permission to use, copy, modify, and distribute this software and its documentation for any purpose
20+
is hereby granted, provided that the name<optional spacing="none">s</optional> of
21+
<alt match=".+" name="TMname">(TrademarkedName)</alt> not be used in advertising or publicity pertaining
22+
to distribution of the software without specific, written prior permission.
23+
<alt match=".+" name="TMname">(TrademarkedName)</alt> make<optional spacing="none">s</optional> no representations about the suitability
24+
of this software for any purpose. It is provided "as is" without express or implied warranty.
25+
</p>
26+
</text>
27+
</license>
28+
</SPDXLicenseCollection>

test/simpleTestForGenerator/NTP-0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
NTP No Attribution (NTP-0)
2+
3+
Copyright (4-digit-year) by (CopyrightHoldersName)
4+
5+
Permission to use, copy, modify, and distribute this software and its documentation for any purpose is hereby granted, provided that the name of (TrademarkedName) not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. (TrademarkedName) make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

0 commit comments

Comments
 (0)