summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-18 15:01:34 -0600
committermo khan <mo.khan@gmail.com>2020-06-18 15:01:34 -0600
commit3e09822ebc172f94b82652adf088933d264b2c22 (patch)
tree65db089c6a87e789a0b2cef05b2755241ce5a8fa /spec
parent8d2e8f1b4d0cd0cd82cacface1ac3faf97c73fae (diff)
Bump version and add spec for LGPL-2.1
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/license/management/repository_spec.rb1
1 files changed, 1 insertions, 0 deletions
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']