Skip to content

Commit e83f77a

Browse files
authored
Merge pull request #1391 from swinslow/jam
Add Jam license
2 parents c144f39 + c73d5ec commit e83f77a

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

src/Jam.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<license isOsiApproved="false" licenseId="Jam" name="Jam License" listVersionAdded="3.16">
4+
<crossRefs>
5+
<crossRef>https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html</crossRef>
6+
<crossRef>https://web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README</crossRef>
7+
</crossRefs>
8+
<text>
9+
<copyrightText>
10+
<p>Copyright 1993-2014 Christopher Seiwald and Perforce Software, Inc.</p>
11+
</copyrightText>
12+
13+
<p>
14+
License is hereby granted to use this software and distribute it
15+
freely, as long as this copyright notice is retained and modifications
16+
are clearly marked.
17+
</p>
18+
19+
<p>
20+
ALL WARRANTIES ARE HEREBY DISCLAIMED.
21+
</p>
22+
</text>
23+
</license>
24+
</SPDXLicenseCollection>

test/simpleTestForGenerator/Jam.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
License is hereby granted to use this software and distribute it freely,
2+
as long as this copyright notice is retained and modifications are
3+
clearly marked.
4+
5+
ALL WARRANTIES ARE HEREBY DISCLAIMED.

0 commit comments

Comments
 (0)