pull: Add a script to scrape FSF license IDs, names, and tags
authorW. Trevor King <wking@tremily.us>
Fri, 20 Oct 2017 17:20:04 +0000 (10:20 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Oct 2017 17:35:28 +0000 (10:35 -0700)
commit66d83402e2797a2e71df67a19a8f9e5b7d7a56e4
tree4a3d7ecad14070494198ef1a716f7e3b7adb5555
pull: Add a script to scrape FSF license IDs, names, and tags

We want to use this to lookup FSF tags associated with a given SPDX
license.  The FSF is intestested [1], but maybe not enough to maintain
their own API.  Until they do maintain their own API, stub out a mock
API on their behalf, which we can hand over to them when they're
ready for it.

[1]: https://lists.spdx.org/pipermail/spdx-legal/2017-October/002281.html
     Subject: Issues added based on this weeks Legal Call
     Date: Fri, 13 Oct 2017 10:20:33 -0700
     Message-ID: <021801d34447$9443e280$bccba780$@com>
pull.py [new file with mode: 0755]