pull: Associate FSF's Ruby with SPDX's Ruby
authorW. Trevor King <wking@tremily.us>
Mon, 23 Oct 2017 22:31:54 +0000 (15:31 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Oct 2017 22:37:45 +0000 (15:37 -0700)
The FSF name isn't specific [1], but the FSF links [2] which contains
exactly the same text as [3].

[1]: https://www.gnu.org/licenses/license-list.html#Ruby
[2]: https://directory.fsf.org/wiki/License:Ruby
[3]: https://github.com/spdx/license-list-XML/blob/e5da40e25becb0aa7626d3f62649d2387284a623/src/Ruby.xml

pull.py

diff --git a/pull.py b/pull.py
index 47555f143fea6df692d9ddcae783c63f195cf271..35df293fef20c36a478de2f7013f64b4f3bac705 100755 (executable)
--- a/pull.py
+++ b/pull.py
@@ -181,6 +181,7 @@ IDENTIFIERS = {
     'Python2.0': {'spdx': 'Python-2.0'},
     'QPL': {'spdx': 'QPL-1.0'},
     'RPSL': {'spdx': 'RPSL-1.0'},
+    'Ruby': {'spdx': 'Ruby'},
     'SGIFreeB': {'spdx': 'SGI-B-2.0'},
     'SILOFL': {'spdx': 'OFL-1.1'},
     'SPL': {'spdx': 'SPL-1.0'},