Skip to content

Commit 551062e

Browse files
committed
Remove nonstandard ISCL short id from ISC license
The canonical short identifier for the ISC License is simply ISC; see https://spdx.org/licenses/ISC.html. This change aligns the ISC License classifier to match similar ones such as MIT License, BSD License, etc.
1 parent 93bd36c commit 551062e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/trove_classifiers/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
224224
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)",
225225
"License :: OSI Approved :: IBM Public License",
226-
"License :: OSI Approved :: ISC License (ISCL)",
226+
"License :: OSI Approved :: ISC License",
227227
"License :: OSI Approved :: Intel Open Source License",
228228
"License :: OSI Approved :: Jabber Open Source License",
229229
"License :: OSI Approved :: MIT License",
@@ -745,6 +745,7 @@
745745
# A mapping from the deprecated classifier name to a list of zero or more valid
746746
# classifiers that should replace it
747747
deprecated_classifiers = {
748+
"License :: OSI Approved :: ISC License (ISCL)": ["License :: OSI Approved :: ISC License"],
748749
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
749750
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
750751
}

0 commit comments

Comments
 (0)