pull: Add the FSF ID to per-license files as 'id'
authorW. Trevor King <wking@tremily.us>
Thu, 4 Jan 2018 22:06:20 +0000 (14:06 -0800)
committerW. Trevor King <wking@tremily.us>
Thu, 4 Jan 2018 22:06:20 +0000 (14:06 -0800)
commitee338b3624a260d90509e4b0dac53f926b1e29e6
tree81805b1dcdfdab855cb3a578ac43dbb7739e8050
parent695b1fdd58691a4dfee80b2569cda81fbd9a1739
pull: Add the FSF ID to per-license files as 'id'

This allows you to convert an SPDX ID back to a FSF ID:

  $ curl -s https://wking.github.io/fsf-api/spdx/MIT.json | jq -r .id
  Expat

without scraping the information out of 'uris'.
README.md
pull.py