Skip to content

schema/ListedLicense: Drop isDeprecated #583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions schema/ListedLicense.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<element name="text" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/>
</all>
<attribute name="licenseId" type="string" use="required" />
<attribute name="isDeprecated" type="boolean"/>
<attribute name="name" type="string" use="required" />
<attribute name="listVersionAdded" type="string"/>
<attribute name="deprecatedVersion" type="string"/>
Expand Down Expand Up @@ -108,15 +107,6 @@
</documentation>
</annotation>
</attribute>
<attribute name="isDeprecated" type="boolean">
<annotation>
<documentation xml:lang="en">
<xhtml:p>
<xhtml:code>isDeprecated</xhtml:code> is true if and only if the short identifier has been superseded by another. See the <xhtml:code>deprecatedVersion</xhtml:code> documentation for more details.
</xhtml:p>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string" use="required">
<annotation>
<documentation xml:lang="en">
Expand Down
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