From 666426bd5a66419ec9f3f4d7b4632d3a39108096 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 3 Jul 2018 10:36:35 -0700 Subject: [PATCH] pull: Remove obsolete "not in license-list-XML" comment for EPL2 The comment was current when it was added in 66d83402 (pull: Add a script to scrape FSF license IDs, names, and tags, 2017-10-20), but the EPL-2.0 license was part of the 3.0 license list [1]. [1]: https://github.com/spdx/license-list-XML/blob/v3.0/src/EPL-2.0.xml --- pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull.py b/pull.py index 866f114..118103e 100755 --- a/pull.py +++ b/pull.py @@ -141,7 +141,7 @@ IDENTIFIERS = { 'eCos11': {'spdx': ['RHeCos-1.1']}, 'eCos2.0': {'spdx': ['GPL-2.0+ WITH eCos-exception-2.0', 'eCos-2.0']}, 'EPL': {'spdx': ['EPL-1.0']}, - 'EPL2': {'spdx': ['EPL-2.0']}, # not in license-list-XML yet + 'EPL2': {'spdx': ['EPL-2.0']}, 'EUDataGrid': {'spdx': ['EUDatagrid']}, 'EUPL': {'spdx': ['EUPL-1.1']}, 'Eiffel': {'spdx': ['EFL-2.0']}, -- 2.25.1