From 86e8627bb0b02e00dddd75c9840ec5480c888486 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Sun, 5 Sep 2021 10:55:28 -0700 Subject: [PATCH] Add BSD-2-Clause to the FreeBSD GNU Identifier 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull.py b/pull.py index e71a841..48f014d 100755 --- 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+']}, -- 2.25.1