diff options
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/license/management/version.rb | 2 | ||||
| -rw-r--r-- | normalized-licenses.yml | 1 | ||||
| -rw-r--r-- | spec/unit/license/management/repository_spec.rb | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0f17bcb..8c23a6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - license-management (3.12.0) + license-management (3.12.1) license_finder (~> 6.0.0) GEM diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb index 9c987ed..163e48d 100644 --- a/lib/license/management/version.rb +++ b/lib/license/management/version.rb @@ -2,6 +2,6 @@ module License module Management - VERSION = '3.12.0' + VERSION = '3.12.1' end end diff --git a/normalized-licenses.yml b/normalized-licenses.yml index a2e4487..6e13d65 100644 --- a/normalized-licenses.yml +++ b/normalized-licenses.yml @@ -43,7 +43,6 @@ ids: ISC license: ISC ISC License (ISCL): ISC LGPL 2.1: LGPL-2.1 - LGPL-2.1: LGPL-2.1 LGPL2_1: LGPL-2.1 LGPL: LGPL-3.0-only LGPL, version 2.1: LGPL-2.1 diff --git a/spec/unit/license/management/repository_spec.rb b/spec/unit/license/management/repository_spec.rb index 6925c2c..5fa37e9 100644 --- a/spec/unit/license/management/repository_spec.rb +++ b/spec/unit/license/management/repository_spec.rb @@ -45,6 +45,7 @@ RSpec.describe License::Management::Repository do ['GNU Lesser General Public License v2.1 or later', 'LGPL-2.1-or-later'], ['GNU Library General Public License v2.1 or later', 'LGPL-2.1+'], ['GPL-2.0', 'GPL-2.0-only'], + ['LGPL-2.1', 'LGPL-2.1'], ['GPL2 w/ CPE', 'GPL-2.0-only'], ['BSD 3-Clause License', 'BSD-3-Clause'], ['The BSD 3-Clause License', 'BSD-3-Clause'] |
