Skip to content

Commit

Permalink
src/*: Drop isDeprecated="true"
Browse files Browse the repository at this point in the history
To catch up with the previous commit's schema change.  Generated with:

  $ sed -i 's/isDeprecated="true" //' $(git grep -l isDeprecated)
  • Loading branch information
wking committed Jan 29, 2018
1 parent 1ada110 commit a1a3e68
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/AGPL-1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="false" licenseId="AGPL-1.0"
name="Affero General Public License v1.0"
isDeprecated="true" deprecatedVersion="3.1">
deprecatedVersion="3.1">
<crossRefs>
<crossRef>http://www.affero.org/oagpl.html</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/AGPL-3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="AGPL-3.0" isOsiApproved="true"
name="GNU Affero General Public License v3.0"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/agpl.txt</crossRef>
<crossRef>http://www.opensource.org/licenses/AGPL-3.0</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GFDL-1.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="GFDL-1.1" isOsiApproved="false"
name="GNU Free Documentation License v1.1"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/old-licenses/fdl-1.1.txt</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/GFDL-1.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="GFDL-1.2" isOsiApproved="false"
name="GNU Free Documentation License v1.2"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/GFDL-1.3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="GFDL-1.3" isOsiApproved="false"
name="GNU Free Documentation License v1.3"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/fdl-1.3.txt</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-1.0+.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" isOsiApproved="false" licenseId="GPL-1.0+"
<license deprecatedVersion="2.0rc2" isOsiApproved="false" licenseId="GPL-1.0+"
name="GNU General Public License v1.0 or later">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="GPL-1.0" isOsiApproved="false"
name="GNU General Public License v1.0 only"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-2.0+.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="true" licenseId="GPL-2.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
<license isOsiApproved="true" licenseId="GPL-2.0+" deprecatedVersion="2.0rc2"
name="GNU General Public License v2.0 or later">
<notes>DEPRECATED: Use the license identifier GPL-2.0-or-later</notes>
<crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-2.0-with-GCC-exception.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-GCC-exception"
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-GCC-exception"
name="GNU General Public License v2.0 w/GCC Runtime Library exception">
<crossRefs>
<crossRef>https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/libgcc1.c;h=762f5143fc6eed57b6797c82710f3538aa52b40b;hb=cb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-2.0-with-autoconf-exception.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-autoconf-exception"
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-autoconf-exception"
name="GNU General Public License v2.0 w/Autoconf exception">
<crossRefs>
<crossRef>http://ac-archive.sourceforge.net/doc/copyright.html</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-2.0-with-bison-exception.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-bison-exception"
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-bison-exception"
name="GNU General Public License v2.0 w/Bison exception">
<crossRefs>
<crossRef>http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id=193d7c7054ba7197b0789e14965b739162319b5e#n141</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-2.0-with-classpath-exception.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-classpath-exception"
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-classpath-exception"
name="GNU General Public License v2.0 w/Classpath exception">
<crossRefs>
<crossRef>http://www.gnu.org/software/classpath/license.html</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-2.0-with-font-exception.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-font-exception"
<license deprecatedVersion="2.0rc2" licenseId="GPL-2.0-with-font-exception"
name="GNU General Public License v2.0 w/Font exception">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/gpl-faq.html#FontException</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-2.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="GPL-2.0" isOsiApproved="true"
name="GNU General Public License v2.0 only"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html</crossRef>
<crossRef>http://www.opensource.org/licenses/GPL-2.0</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-3.0+.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="true" licenseId="GPL-3.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
<license isOsiApproved="true" licenseId="GPL-3.0+" deprecatedVersion="2.0rc2"
name="GNU General Public License v3.0 or later">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/gpl-3.0-standalone.html</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-3.0-with-GCC-exception.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="true" licenseId="GPL-3.0-with-GCC-exception" isDeprecated="true" deprecatedVersion="2.0rc2"
<license isOsiApproved="true" licenseId="GPL-3.0-with-GCC-exception" deprecatedVersion="2.0rc2"
name="GNU General Public License v3.0 w/GCC Runtime Library exception">
<notes>DEPRECATED: Use License Expression Syntax and Exceptions list to create equivalent license.</notes>
<crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-3.0-with-autoconf-exception.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="GPL-3.0-with-autoconf-exception"
<license deprecatedVersion="2.0rc2" licenseId="GPL-3.0-with-autoconf-exception"
name="GNU General Public License v3.0 w/Autoconf exception">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/autoconf-exception-3.0.html</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/GPL-3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="GPL-3.0" isOsiApproved="true"
name="GNU General Public License v3.0 only"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/gpl-3.0-standalone.html</crossRef>
<crossRef>http://www.opensource.org/licenses/GPL-3.0</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/LGPL-2.0+.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="true" licenseId="LGPL-2.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
<license isOsiApproved="true" licenseId="LGPL-2.0+" deprecatedVersion="2.0rc2"
name="GNU Library General Public License v2 or later">
<notes>DEPRECATED: Use the license identifier LGPL-2.0-or-later</notes>
<crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/LGPL-2.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="LGPL-2.0" isOsiApproved="true"
name="GNU Library General Public License v2 only"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/LGPL-2.1+.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="true" licenseId="LGPL-2.1+" isDeprecated="true" deprecatedVersion="2.0rc2"
<license isOsiApproved="true" licenseId="LGPL-2.1+" deprecatedVersion="2.0rc2"
name="GNU Library General Public License v2.1 or later">
<notes>DEPRECATED: Use the license identifier LGPL-2.1-or-later</notes>
<crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/LGPL-2.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="LGPL-2.1" isOsiApproved="true"
name="GNU Lesser General Public License v2.1 only"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</crossRef>
<crossRef>http://www.opensource.org/licenses/LGPL-2.1</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/LGPL-3.0+.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="true" licenseId="LGPL-3.0+" isDeprecated="true" deprecatedVersion="2.0rc2"
<license isOsiApproved="true" licenseId="LGPL-3.0+" deprecatedVersion="2.0rc2"
name="GNU Lesser General Public License v3.0 or later">
<notes>DEPRECATED: Use the license identifier LGPL-3.0-or-later</notes>
<crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/LGPL-3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="LGPL-3.0" isOsiApproved="true"
name="GNU Lesser General Public License v3.0 only"
isDeprecated="true" deprecatedVersion="3.0">
deprecatedVersion="3.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</crossRef>
<crossRef>http://www.opensource.org/licenses/LGPL-3.0</crossRef>
Expand Down
2 changes: 1 addition & 1 deletion src/Nunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="3.0" licenseId="Nunit" name="Nunit License">
<license deprecatedVersion="3.0" licenseId="Nunit" name="Nunit License">
<crossRefs>
<crossRef>https://fedoraproject.org/wiki/Licensing/Nunit</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/StandardML-NJ.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="false" licenseId="StandardML-NJ" isDeprecated="true" deprecatedVersion="2.0rc2"
<license isOsiApproved="false" licenseId="StandardML-NJ" deprecatedVersion="2.0rc2"
name="Standard ML of New Jersey License">
<notes>DEPRECATED: This license was added twice (as of v1.17 and then in v1.20) by accident. Use short identifier: SMLNJ</notes>
<crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/eCos-2.0.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isDeprecated="true" deprecatedVersion="2.0rc2" licenseId="eCos-2.0" name="eCos license version 2.0">
<license deprecatedVersion="2.0rc2" licenseId="eCos-2.0" name="eCos license version 2.0">
<crossRefs>
<crossRef>http://www.gnu.org/licenses/ecos-license.html</crossRef>
</crossRefs>
Expand Down
2 changes: 1 addition & 1 deletion src/wxWindows.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license licenseId="wxWindows" name="wxWindows Library License" isDeprecated="true" deprecatedVersion="2.0rc2">
<license licenseId="wxWindows" name="wxWindows Library License" deprecatedVersion="2.0rc2">
<crossRefs>
<crossRef>http://www.opensource.org/licenses/WXwindows</crossRef>
</crossRefs>
Expand Down

0 comments on commit a1a3e68

Please sign in to comment.