Skip to content

Commit

Permalink
Remove unused and "Voluntarily retired" licenses (#202)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
aneroid authored Jan 10, 2025
1 parent c79c976 commit 28d3e61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/trove_classifiers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,8 @@
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)",
"License :: OSI Approved :: IBM Public License",
"License :: OSI Approved :: ISC License (ISCL)",
"License :: OSI Approved :: Intel Open Source License",
"License :: OSI Approved :: Jabber Open Source License",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: MIT No Attribution License (MIT-0)",
"License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)",
"License :: OSI Approved :: MirOS License (MirOS)",
"License :: OSI Approved :: Motosoto License",
"License :: OSI Approved :: Mozilla Public License 1.0 (MPL)",
Expand All @@ -338,14 +335,12 @@
"License :: OSI Approved :: Ricoh Source Code Public License",
"License :: OSI Approved :: SIL Open Font License 1.1 (OFL-1.1)",
"License :: OSI Approved :: Sleepycat License",
"License :: OSI Approved :: Sun Industry Standards Source License (SISSL)",
"License :: OSI Approved :: Sun Public License",
"License :: OSI Approved :: The Unlicense (Unlicense)",
"License :: OSI Approved :: Universal Permissive License (UPL)",
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
"License :: OSI Approved :: Vovida Software License 1.0",
"License :: OSI Approved :: W3C License",
"License :: OSI Approved :: X.Net License",
"License :: OSI Approved :: Zero-Clause BSD (0BSD)",
"License :: OSI Approved :: Zope Public License",
"License :: OSI Approved :: zlib/libpng License",
Expand Down Expand Up @@ -877,6 +872,11 @@
# A mapping from the deprecated classifier name to a list of zero or more valid
# classifiers that should replace it
deprecated_classifiers: Dict[str, List[str]] = {
"License :: OSI Approved :: Intel Open Source License": [],
"License :: OSI Approved :: Jabber Open Source License": [],
"License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)": [],
"License :: OSI Approved :: Sun Industry Standards Source License (SISSL)": [],
"License :: OSI Approved :: X.Net License": [],
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
}
Expand Down

0 comments on commit 28d3e61

Please sign in to comment.