|
315 | 315 | "License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)", |
316 | 316 | "License :: OSI Approved :: IBM Public License", |
317 | 317 | "License :: OSI Approved :: ISC License (ISCL)", |
318 | | - "License :: OSI Approved :: Intel Open Source License", |
319 | | - "License :: OSI Approved :: Jabber Open Source License", |
320 | 318 | "License :: OSI Approved :: MIT License", |
321 | 319 | "License :: OSI Approved :: MIT No Attribution License (MIT-0)", |
322 | | - "License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)", |
323 | 320 | "License :: OSI Approved :: MirOS License (MirOS)", |
324 | 321 | "License :: OSI Approved :: Motosoto License", |
325 | 322 | "License :: OSI Approved :: Mozilla Public License 1.0 (MPL)", |
|
338 | 335 | "License :: OSI Approved :: Ricoh Source Code Public License", |
339 | 336 | "License :: OSI Approved :: SIL Open Font License 1.1 (OFL-1.1)", |
340 | 337 | "License :: OSI Approved :: Sleepycat License", |
341 | | - "License :: OSI Approved :: Sun Industry Standards Source License (SISSL)", |
342 | 338 | "License :: OSI Approved :: Sun Public License", |
343 | 339 | "License :: OSI Approved :: The Unlicense (Unlicense)", |
344 | 340 | "License :: OSI Approved :: Universal Permissive License (UPL)", |
345 | 341 | "License :: OSI Approved :: University of Illinois/NCSA Open Source License", |
346 | 342 | "License :: OSI Approved :: Vovida Software License 1.0", |
347 | 343 | "License :: OSI Approved :: W3C License", |
348 | | - "License :: OSI Approved :: X.Net License", |
349 | 344 | "License :: OSI Approved :: Zero-Clause BSD (0BSD)", |
350 | 345 | "License :: OSI Approved :: Zope Public License", |
351 | 346 | "License :: OSI Approved :: zlib/libpng License", |
|
877 | 872 | # A mapping from the deprecated classifier name to a list of zero or more valid |
878 | 873 | # classifiers that should replace it |
879 | 874 | 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": [], |
880 | 880 | "Natural Language :: Ukranian": ["Natural Language :: Ukrainian"], |
881 | 881 | "Topic :: Communications :: Chat :: AOL Instant Messenger": [], |
882 | 882 | } |
|
0 commit comments