From 4d127a032c6f6b6307349571aa72e73d6a11edd7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 21 Oct 2017 14:44:50 -0700 Subject: [PATCH] pull: Fix FreeBSD SPDX identifier (to BSD-2-Clause-FreeBSD) Based on Kate's list [1]. Looking more closely, the FSF's FreeBSD text [2] includes the "The views and conclusions..." paragraph that is unique to the BSD-2-Clause-FreeBSD [3]. The FSF's FreeBSD page [2] also links [4]. [1]: https://github.com/spdx/license-list-XML/pull/453#issuecomment-338411910 [2]: https://directory.fsf.org/wiki?title=License:FreeBSD [3]: https://github.com/spdx/license-list-XML/blob/e5da40e25becb0aa7626d3f62649d2387284a623/src/BSD-2-Clause-FreeBSD.xml#L38-L40 [4]: https://www.freebsd.org/copyright/freebsd-license.html --- pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull.py b/pull.py index 880dca1..fa41801 100755 --- a/pull.py +++ b/pull.py @@ -102,7 +102,7 @@ IDENTIFIERS = { 'FDL1.1': {'spdx': 'GFDL-1.1'}, 'FDL1.2': {'spdx': 'GFDL-1.2'}, 'FDL1.3': {'spdx': 'GFDL-1.3'}, - 'FreeBSD': {'spdx': 'BSD-2-Clause'}, + 'FreeBSD': {'spdx': 'BSD-2-Clause-FreeBSD'}, 'GNUAllPermissive': {'spdx': 'FSFAP'}, 'GNUGPLv3': {'spdx': 'GPL-3.0'}, # FIXME: still working through this -- 2.25.1