From 4b3abf8e11083e403a2fc6eb50b7fb2816628f9f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 23 Oct 2017 15:31:54 -0700 Subject: [PATCH] pull: Associate FSF's Ruby with SPDX's Ruby 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/pull.py b/pull.py index 47555f1..35df293 100755 --- 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'}, -- 2.25.1