Skip to content

Commit f598fdc

Browse files
committed
add MIT-STK
1 parent e68f11e commit f598fdc

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

src/MIT-STK.xml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<license isOsiApproved="false" licenseId="MIT-STK" name="MIT-STK License" listVersionAdded="3.28.0">
4+
<crossRefs>
5+
<crossRef>https://github.com/thestk/stk/blob/6aacd357d76250bb7da2b1ddf675651828784bbc/LICENSE</crossRef>
6+
</crossRefs>
7+
<notes>This is the MIT license with an additional paragraph encouraging modifications be contributed upstream.
8+
</notes>
9+
<text>
10+
<titleText>
11+
<p>The Synthesis ToolKit in C++ (STK)/p>
12+
</titleText>
13+
<copyrightText>
14+
<p>Copyright (c) 1995-2023 Perry R. Cook and Gary P. Scavone
15+
</p>
16+
</copyrightText>
17+
18+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of
19+
<alt match="this\s+software\s+and\s+associated\s+documentation\s+files|this\s+source\s+file" name="files">
20+
this software and associated documentation files</alt> (the
21+
"<alt match="Software|Materials" name="Software1">Software</alt>"),
22+
to deal in the
23+
<alt match="Software|Materials" name="Software2">Software</alt>
24+
without restriction, including without limitation the rights to use, copy, modify,
25+
merge, publish, distribute, sublicense, and/or sell copies of the
26+
<alt match="Software|Materials" name="Software3">Software</alt>,
27+
and to permit persons to whom the
28+
<alt match="Software|Materials" name="Software4">Software</alt>
29+
is furnished to do so, subject to the following conditions:</p>
30+
31+
<p>The above copyright notice and this permission notice
32+
<optional>(including the next paragraph)</optional>
33+
shall be included in all copies or substantial portions of the
34+
<alt match="Software|Materials" name="Software5">Software</alt>.</p>
35+
36+
<p>Any person wishing to distribute modifications to the Software is
37+
asked to send the modifications to the original developer so that they
38+
can be incorporated into the canonical version. This is, however, not
39+
a binding provision of this license.</p>
40+
41+
<p>THE <alt match="SOFTWARE IS|MATERIALS ARE" name="Software-verb">SOFTWARE IS</alt>
42+
PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
43+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
44+
NONINFRINGEMENT. IN NO EVENT SHALL
45+
<alt match=".+" name="copyrightHolder">THE AUTHORS OR COPYRIGHT HOLDERS</alt>
46+
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
47+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
48+
<alt match="SOFTWARE|MATERIALS" name="Software7">SOFTWARE</alt>
49+
OR THE USE OR OTHER DEALINGS IN THE
50+
<alt match="SOFTWARE|MATERIALS" name="Software8">SOFTWARE</alt>.</p>
51+
</text>
52+
</license>
53+
</SPDXLicenseCollection>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
The Synthesis ToolKit in C++ (STK)
2+
3+
Copyright (c) 1995-2023 Perry R. Cook and Gary P. Scavone
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
"Software"), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
Any person wishing to distribute modifications to the Software is
17+
asked to send the modifications to the original developer so that they
18+
can be incorporated into the canonical version. This is, however, not
19+
a binding provision of this license.
20+
21+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
24+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
25+
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
26+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
27+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)