Skip to content

Commit 8cda2eb

Browse files
authored
Merge pull request #2856 from jopejoe1/mit-stk
add MIT-STK
2 parents 88388db + 8fa7b31 commit 8cda2eb

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

src/MIT-STK.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.</notes>
8+
<text>
9+
<titleText>
10+
<p>The Synthesis ToolKit in C++ (STK)</p>
11+
</titleText>
12+
<copyrightText>
13+
<p>Copyright (c) 1995-2023 Perry R. Cook and Gary P. Scavone</p>
14+
</copyrightText>
15+
<p>
16+
Permission is hereby granted, free of charge, to any person obtaining
17+
a copy of this software and associated documentation files (the
18+
"Software"), to deal in the Software without restriction, including
19+
without limitation the rights to use, copy, modify, merge, publish,
20+
distribute, sublicense, and/or sell copies of the Software, and to
21+
permit persons to whom the Software is furnished to do so, subject to
22+
the following conditions:
23+
</p>
24+
<p>
25+
The above copyright notice and this permission notice shall be
26+
included in all copies or substantial portions of the Software.
27+
</p>
28+
<p>
29+
Any person wishing to distribute modifications to the Software is
30+
asked to send the modifications to the original developer so that they
31+
can be incorporated into the canonical version. This is, however, not
32+
a binding provision of this license.
33+
</p>
34+
<p>
35+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
38+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
39+
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
40+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
41+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
42+
</p>
43+
</text>
44+
</license>
45+
</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)