Skip to content

Commit a1a3e68

Browse files
committed
src/*: Drop isDeprecated="true"
To catch up with the previous commit's schema change. Generated with: $ sed -i 's/isDeprecated="true" //' $(git grep -l isDeprecated)
1 parent 1ada110 commit a1a3e68

28 files changed

+28
-28
lines changed

src/AGPL-1.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license isOsiApproved="false" licenseId="AGPL-1.0"
44
name="Affero General Public License v1.0"
5-
isDeprecated="true" deprecatedVersion="3.1">
5+
deprecatedVersion="3.1">
66
<crossRefs>
77
<crossRef>http://www.affero.org/oagpl.html</crossRef>
88
</crossRefs>

src/AGPL-3.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="AGPL-3.0" isOsiApproved="true"
44
name="GNU Affero General Public License v3.0"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/agpl.txt</crossRef>
88
<crossRef>http://www.opensource.org/licenses/AGPL-3.0</crossRef>

src/GFDL-1.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="GFDL-1.1" isOsiApproved="false"
44
name="GNU Free Documentation License v1.1"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt</crossRef>
88
</crossRefs>

src/GFDL-1.2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="GFDL-1.2" isOsiApproved="false"
44
name="GNU Free Documentation License v1.2"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt</crossRef>
88
</crossRefs>

src/GFDL-1.3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="GFDL-1.3" isOsiApproved="false"
44
name="GNU Free Documentation License v1.3"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/fdl-1.3.txt</crossRef>
88
</crossRefs>

src/GPL-1.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 isDeprecated="true" deprecatedVersion="2.0rc2" isOsiApproved="false" licenseId="GPL-1.0+"
3+
<license deprecatedVersion="2.0rc2" isOsiApproved="false" licenseId="GPL-1.0+"
44
name="GNU General Public License v1.0 or later">
55
<crossRefs>
66
<crossRef>http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html</crossRef>

src/GPL-1.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="GPL-1.0" isOsiApproved="false"
44
name="GNU General Public License v1.0 only"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html</crossRef>
88
</crossRefs>

src/GPL-2.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="GPL-2.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
3+
<license isOsiApproved="true" licenseId="GPL-2.0+" deprecatedVersion="2.0rc2"
44
name="GNU General Public License v2.0 or later">
55
<notes>DEPRECATED: Use the license identifier GPL-2.0-or-later</notes>
66
<crossRefs>

src/GPL-2.0-with-GCC-exception.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 isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-GCC-exception"
3+
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-GCC-exception"
44
name="GNU General Public License v2.0 w/GCC Runtime Library exception">
55
<crossRefs>
66
<crossRef>https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/libgcc1.c;h=762f5143fc6eed57b6797c82710f3538aa52b40b;hb=cb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10</crossRef>

src/GPL-2.0-with-autoconf-exception.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 isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-autoconf-exception"
3+
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-autoconf-exception"
44
name="GNU General Public License v2.0 w/Autoconf exception">
55
<crossRefs>
66
<crossRef>http://ac-archive.sourceforge.net/doc/copyright.html</crossRef>

src/GPL-2.0-with-bison-exception.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 isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-bison-exception"
3+
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-bison-exception"
44
name="GNU General Public License v2.0 w/Bison exception">
55
<crossRefs>
66
<crossRef>http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id=193d7c7054ba7197b0789e14965b739162319b5e#n141</crossRef>

src/GPL-2.0-with-classpath-exception.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 isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-classpath-exception"
3+
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-classpath-exception"
44
name="GNU General Public License v2.0 w/Classpath exception">
55
<crossRefs>
66
<crossRef>http://www.gnu.org/software/classpath/license.html</crossRef>

src/GPL-2.0-with-font-exception.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 isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-font-exception"
3+
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-font-exception"
44
name="GNU General Public License v2.0 w/Font exception">
55
<crossRefs>
66
<crossRef>http://www.gnu.org/licenses/gpl-faq.html#FontException</crossRef>

src/GPL-2.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="GPL-2.0" isOsiApproved="true"
44
name="GNU General Public License v2.0 only"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html</crossRef>
88
<crossRef>http://www.opensource.org/licenses/GPL-2.0</crossRef>

src/GPL-3.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="GPL-3.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
3+
<license isOsiApproved="true" licenseId="GPL-3.0+" deprecatedVersion="2.0rc2"
44
name="GNU General Public License v3.0 or later">
55
<crossRefs>
66
<crossRef>http://www.gnu.org/licenses/gpl-3.0-standalone.html</crossRef>

src/GPL-3.0-with-GCC-exception.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="GPL-3.0-with-GCC-exception" isDeprecated="true" deprecatedVersion="2.0rc2"
3+
<license isOsiApproved="true" licenseId="GPL-3.0-with-GCC-exception" deprecatedVersion="2.0rc2"
44
name="GNU General Public License v3.0 w/GCC Runtime Library exception">
55
<notes>DEPRECATED: Use License Expression Syntax and Exceptions list to create equivalent license.</notes>
66
<crossRefs>

src/GPL-3.0-with-autoconf-exception.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 isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-3.0-with-autoconf-exception"
3+
<license deprecatedVersion="2.0rc2" licenseId="GPL-3.0-with-autoconf-exception"
44
name="GNU General Public License v3.0 w/Autoconf exception">
55
<crossRefs>
66
<crossRef>http://www.gnu.org/licenses/autoconf-exception-3.0.html</crossRef>

src/GPL-3.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="GPL-3.0" isOsiApproved="true"
44
name="GNU General Public License v3.0 only"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/gpl-3.0-standalone.html</crossRef>
88
<crossRef>http://www.opensource.org/licenses/GPL-3.0</crossRef>

src/LGPL-2.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="LGPL-2.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
3+
<license isOsiApproved="true" licenseId="LGPL-2.0+" deprecatedVersion="2.0rc2"
44
name="GNU Library General Public License v2 or later">
55
<notes>DEPRECATED: Use the license identifier LGPL-2.0-or-later</notes>
66
<crossRefs>

src/LGPL-2.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="LGPL-2.0" isOsiApproved="true"
44
name="GNU Library General Public License v2 only"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html</crossRef>
88
</crossRefs>

src/LGPL-2.1+.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="LGPL-2.1+" isDeprecated="true" deprecatedVersion="2.0rc2"
3+
<license isOsiApproved="true" licenseId="LGPL-2.1+" deprecatedVersion="2.0rc2"
44
name="GNU Library General Public License v2.1 or later">
55
<notes>DEPRECATED: Use the license identifier LGPL-2.1-or-later</notes>
66
<crossRefs>

src/LGPL-2.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="LGPL-2.1" isOsiApproved="true"
44
name="GNU Lesser General Public License v2.1 only"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</crossRef>
88
<crossRef>http://www.opensource.org/licenses/LGPL-2.1</crossRef>

src/LGPL-3.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="LGPL-3.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
3+
<license isOsiApproved="true" licenseId="LGPL-3.0+" deprecatedVersion="2.0rc2"
44
name="GNU Lesser General Public License v3.0 or later">
55
<notes>DEPRECATED: Use the license identifier LGPL-3.0-or-later</notes>
66
<crossRefs>

src/LGPL-3.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
33
<license licenseId="LGPL-3.0" isOsiApproved="true"
44
name="GNU Lesser General Public License v3.0 only"
5-
isDeprecated="true" deprecatedVersion="3.0">
5+
deprecatedVersion="3.0">
66
<crossRefs>
77
<crossRef>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</crossRef>
88
<crossRef>http://www.opensource.org/licenses/LGPL-3.0</crossRef>

src/Nunit.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 isDeprecated="true" deprecatedVersion="3.0" licenseId="Nunit" name="Nunit License">
3+
<license deprecatedVersion="3.0" licenseId="Nunit" name="Nunit License">
44
<crossRefs>
55
<crossRef>https://fedoraproject.org/wiki/Licensing/Nunit</crossRef>
66
</crossRefs>

src/StandardML-NJ.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="false" licenseId="StandardML-NJ" isDeprecated="true" deprecatedVersion="2.0rc2"
3+
<license isOsiApproved="false" licenseId="StandardML-NJ" deprecatedVersion="2.0rc2"
44
name="Standard ML of New Jersey License">
55
<notes>DEPRECATED: This license was added twice (as of v1.17 and then in v1.20) by accident. Use short identifier: SMLNJ</notes>
66
<crossRefs>

src/eCos-2.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 isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="eCos-2.0" name="eCos license version 2.0">
3+
<license deprecatedVersion="2.0rc2" licenseId="eCos-2.0" name="eCos license version 2.0">
44
<crossRefs>
55
<crossRef>http://www.gnu.org/licenses/ecos-license.html</crossRef>
66
</crossRefs>

src/wxWindows.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 licenseId="wxWindows" name="wxWindows Library License" isDeprecated="true" deprecatedVersion="2.0rc2">
3+
<license licenseId="wxWindows" name="wxWindows Library License" deprecatedVersion="2.0rc2">
44
<crossRefs>
55
<crossRef>http://www.opensource.org/licenses/WXwindows</crossRef>
66
</crossRefs>

0 commit comments

Comments
 (0)