Skip to content

Commit 9d1d2d9

Browse files
authored
Merge pull request #1218 from swinslow/mit-modern-variant
Add MIT-Modern-Variant
2 parents c68b8c8 + 8933337 commit 9d1d2d9

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

src/MIT-Modern-Variant.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<license isOsiApproved="true" licenseId="MIT-Modern-Variant" name="MIT License Modern Variant" listVersionAdded="3.12">
4+
<crossRefs>
5+
<crossRef>https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants</crossRef>
6+
<crossRef>https://ptolemy.berkeley.edu/copyright.htm</crossRef>
7+
<crossRef>https://pirlwww.lpl.arizona.edu/resources/guide/software/PerlTk/Tixlic.html</crossRef>
8+
</crossRefs>
9+
<notes>
10+
This license is labeled as "Modern Variant" based on its corresponding listing on the Fedora licensing wiki page.
11+
</notes>
12+
<text>
13+
<copyrightText>
14+
<p>Copyright © 1990-2021 The Regents of the University of California. All rights reserved.</p>
15+
</copyrightText>
16+
17+
<p>
18+
Permission is hereby granted, without written agreement and without license or royalty fees, to use,
19+
copy, modify, and distribute this software and its documentation for any purpose, provided that the
20+
above copyright notice and the following two paragraphs appear in all copies of this software.
21+
</p>
22+
23+
<p>
24+
IN NO EVENT SHALL <alt match=".+" name="copyrightHolder0">THE UNIVERSITY OF CALIFORNIA</alt> BE LIABLE
25+
TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
26+
USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF <alt match=".+" name="copyrightHolder1">THE UNIVERSITY OF CALIFORNIA</alt>
27+
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
</p>
29+
30+
<p>
31+
<alt match=".+" name="copyrightHolder2">THE UNIVERSITY OF CALIFORNIA</alt> SPECIFICALLY DISCLAIMS ANY
32+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33+
A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND
34+
<alt match=".+" name="copyrightHolder3">THE UNIVERSITY OF CALIFORNIA</alt> HAS NO OBLIGATION TO PROVIDE
35+
MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
36+
</p>
37+
</text>
38+
</license>
39+
</SPDXLicenseCollection>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Permission is hereby granted, without written agreement and without
2+
license or royalty fees, to use, copy, modify, and distribute this
3+
software and its documentation for any purpose, provided that the
4+
above copyright notice and the following two paragraphs appear in
5+
all copies of this software.
6+
7+
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
8+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
9+
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
10+
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
11+
DAMAGE.
12+
13+
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
14+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
15+
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
16+
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
17+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

0 commit comments

Comments
 (0)