Skip to content

Commit 824875a

Browse files
authored
Merge pull request #2199 from swinslow/fix-exception-tags
Fix tags for new exceptions
2 parents 594a4b9 + a417665 commit 824875a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/exceptions/GNU-compiler-exception.xml

+2-2
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="false" licenseId="GNU-compiler-exception"
3+
<exception licenseId="GNU-compiler-exception"
44
name="GNU Compiler Exception" listVersionAdded="3.22">
55
<crossRefs>
66
<crossRef>https://sourceware.org/git?p=binutils-gdb.git;a=blob;f=libiberty/unlink-if-ordinary.c;h=e49f2f2f67bfdb10d6b2bd579b0e01cad0fd708e;hb=HEAD#l19</crossRef>
@@ -18,5 +18,5 @@
1818
file might be covered by the GNU General Public License.
1919
</p>
2020
</text>
21-
</license>
21+
</exception>
2222
</SPDXLicenseCollection>

src/exceptions/SANE-exception.xml

+2-2
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="false" licenseId="SANE-exception"
3+
<exception licenseId="SANE-exception"
44
name="SANE Exception" listVersionAdded="3.22">
55
<crossRefs>
66
<crossRef>https://github.com/alexpevzner/sane-airscan/blob/master/LICENSE</crossRef>
@@ -35,5 +35,5 @@
3535
If you do not wish that, delete this exception notice.
3636
</p>
3737
</text>
38-
</license>
38+
</exception>
3939
</SPDXLicenseCollection>

src/exceptions/Texinfo-exception.xml

+2-2
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="false" licenseId="Texinfo-exception"
3+
<exception licenseId="Texinfo-exception"
44
name="Texinfo exception" listVersionAdded="3.22">
55
<crossRefs>
66
<crossRef>https://git.savannah.gnu.org/cgit/automake.git/tree/lib/texinfo.tex?h=v1.16.5#n23</crossRef>
@@ -13,5 +13,5 @@
1313
section 7 of the GNU General Public License, version 3 ("GPLv3").
1414
</p>
1515
</text>
16-
</license>
16+
</exception>
1717
</SPDXLicenseCollection>

0 commit comments

Comments
 (0)