Skip to content

Commit c754ac6

Browse files
committed
Remove unused and "Voluntarily retired" licenses
Intel Open Source License Jabber Open Source License MITRE Collaborative Virtual Workspace License (CVW) Sun Industry Standards Source License (SISSL) X.Net License (Redundant with more popular)
1 parent c79c976 commit c754ac6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/trove_classifiers/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,8 @@
315315
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)",
316316
"License :: OSI Approved :: IBM Public License",
317317
"License :: OSI Approved :: ISC License (ISCL)",
318-
"License :: OSI Approved :: Intel Open Source License",
319-
"License :: OSI Approved :: Jabber Open Source License",
320318
"License :: OSI Approved :: MIT License",
321319
"License :: OSI Approved :: MIT No Attribution License (MIT-0)",
322-
"License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)",
323320
"License :: OSI Approved :: MirOS License (MirOS)",
324321
"License :: OSI Approved :: Motosoto License",
325322
"License :: OSI Approved :: Mozilla Public License 1.0 (MPL)",
@@ -338,14 +335,12 @@
338335
"License :: OSI Approved :: Ricoh Source Code Public License",
339336
"License :: OSI Approved :: SIL Open Font License 1.1 (OFL-1.1)",
340337
"License :: OSI Approved :: Sleepycat License",
341-
"License :: OSI Approved :: Sun Industry Standards Source License (SISSL)",
342338
"License :: OSI Approved :: Sun Public License",
343339
"License :: OSI Approved :: The Unlicense (Unlicense)",
344340
"License :: OSI Approved :: Universal Permissive License (UPL)",
345341
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
346342
"License :: OSI Approved :: Vovida Software License 1.0",
347343
"License :: OSI Approved :: W3C License",
348-
"License :: OSI Approved :: X.Net License",
349344
"License :: OSI Approved :: Zero-Clause BSD (0BSD)",
350345
"License :: OSI Approved :: Zope Public License",
351346
"License :: OSI Approved :: zlib/libpng License",
@@ -877,6 +872,11 @@
877872
# A mapping from the deprecated classifier name to a list of zero or more valid
878873
# classifiers that should replace it
879874
deprecated_classifiers: Dict[str, List[str]] = {
875+
"License :: OSI Approved :: Intel Open Source License": [],
876+
"License :: OSI Approved :: Jabber Open Source License": [],
877+
"License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)": [],
878+
"License :: OSI Approved :: Sun Industry Standards Source License (SISSL)": [],
879+
"License :: OSI Approved :: X.Net License": [],
880880
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
881881
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
882882
}

0 commit comments

Comments
 (0)