Add BSD-2-Clause to the FreeBSD GNU Identifier
authorGary O'Neall <gary@sourceauditor.com>
Sun, 5 Sep 2021 17:55:28 +0000 (10:55 -0700)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 17:55:28 +0000 (10:55 -0700)
Based on the SPDX matching guidelines, BSD-2-Clause-FreeBSD, BSD-2-Clause-NetBSD and BSD-2-Clause are equiv. licenses. Resolves https://github.com/spdx/license-list-data/issues/52

pull.py

diff --git a/pull.py b/pull.py
index e71a84183d587e3eb7b1475c43b27c9f9c581b82..48f014d6b653ac59be9163a9a97c6e32c354651b 100755 (executable)
--- a/pull.py
+++ b/pull.py
@@ -150,7 +150,7 @@ IDENTIFIERS = {
     'FDLv1.1': {'spdx': ['GFDL-1.1-or-later', 'GFDL-1.1-only', 'GFDL-1.1']},
     'FDLv1.2': {'spdx': ['GFDL-1.2-or-later', 'GFDL-1.2-only', 'GFDL-1.2']},
     'FDLv1.3': {'spdx': ['GFDL-1.3-or-later', 'GFDL-1.3-only', 'GFDL-1.3']},
-    'FreeBSD': {'spdx': ['BSD-2-Clause-FreeBSD']},
+    'FreeBSD': {'spdx': ['BSD-2-Clause-FreeBSD', 'BSD-2-Clause', 'BSD-2-Clause-NetBSD']},
     'freetype': {'spdx': ['FTL']},
     'GNUAllPermissive': {'spdx': ['FSFAP']},
     'GNUGPLv3': {'spdx': ['GPL-3.0-or-later', 'GPL-3.0-only', 'GPL-3.0', 'GPL-3.0+']},