Skip to content

Commit 1ab207b

Browse files
committed
remove isOsiApproved for MIT-0
MIT-0 is not OSI approved, however it is displayed as such on SPDX because it was inadvertently marked to be approved in the template file. Fixes #957
1 parent 5f75bd1 commit 1ab207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MIT-0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3-
<license isOsiApproved="true" licenseId="MIT-0" name="MIT No Attribution">
3+
<license isOsiApproved="false" licenseId="MIT-0" name="MIT No Attribution">
44
<crossRefs>
55
<crossRef>https://github.com/aws/mit-0</crossRef>
66
<crossRef>https://romanrm.net/mit-zero</crossRef>

0 commit comments

Comments
 (0)