pull: Add deprecated SPDX identifiers
authorW. Trevor King <wking@tremily.us>
Fri, 13 Apr 2018 14:28:11 +0000 (07:28 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 13 Apr 2018 14:28:11 +0000 (07:28 -0700)
commit46edc2d4ec32b0354ee1e5fe962d4e8602fd3cb1
tree465672c2e6f20b021deee54b75b01ba073945817
parent8398a3573162bb584506a1ce0fa0c88f9db4fd91
pull: Add deprecated SPDX identifiers

These identifiers are deprecated, but they haven't yet been dropped
from the SPDX spec.  That means that, although they're not
recommended, they're still valid identifiers to use where you can use
other License List 3.0 identifiers.  Listing them here makes it easy
for folks using the deprecated identifiers to look up the associated
FSF metadata.

An alternative approach would be to stick with only non-deprecated
SPDX identifiers here and have users hit the SPDX API to resolve those
before coming to this API.  But the SPDX API does not currently expose
obsoletedBy migration recommendations [1].

[1]: https://github.com/spdx/LicenseListPublisher/issues/12
pull.py