Skip to content

Commit 0fd4389

Browse files
committed
New License: ngrep
1 parent 4fbb6b9 commit 0fd4389

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

src/ngrep.xml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<license isOsiApproved="false" licenseId="ngrep"
4+
name="ngrep License" listVersionAdded="3.27.0">
5+
<crossRefs>
6+
<crossRef>https://github.com/jpr5/ngrep/blob/master/LICENSE</crossRef>
7+
</crossRefs>
8+
<text>
9+
<copyrightText>
10+
Copyright (c) 2017 Jordan Ritter. All rights reserved.
11+
</copyrightText>
12+
<p>
13+
Permission is granted to anyone to use this software for
14+
any purpose on any computer system, and to alter it and
15+
redistribute it, subject to the following restrictions:
16+
</p>
17+
<list>
18+
<item>
19+
<bullet>1.</bullet>
20+
<p>
21+
The origin of this software must not be misrepresented,
22+
either by explicit claim or by omission.
23+
</p>
24+
</item>
25+
<item>
26+
<bullet>2.</bullet>
27+
Altered versions must be plainly marked as such, and must
28+
not be misrepresented as being the original software. Any
29+
altered version must clearly and properly represent the
30+
origin of this software in any accompanying documentation.
31+
</item>
32+
<item>
33+
<bullet>3.</bullet>
34+
All advertising materials which relate specifically
35+
to derivate works of this software must display
36+
the following acknowledgement: This product
37+
includes software developed by Jordan Ritter.
38+
</item>
39+
<item>
40+
<bullet>4.</bullet>
41+
The name of the Author may not be used to endorse
42+
or promote products derived from this software
43+
without specific prior written permission.
44+
</item>
45+
<item>
46+
<bullet>5.</bullet>
47+
This notice, and any references to this notice, in any
48+
original or derived source distribution of or documentation
49+
for this software, may not be removed or altered.
50+
</item>
51+
</list>
52+
<p>
53+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS
54+
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
55+
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
56+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
57+
SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
58+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
59+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
60+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
61+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
62+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
63+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
64+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65+
</p>
66+
</text>
67+
</license>
68+
</SPDXLicenseCollection>

0 commit comments

Comments
 (0)