lib/spdx.rb in spdx-1.3.5 vs lib/spdx.rb in spdx-1.4.0
- old
+ new
@@ -68,9 +68,10 @@
def self.special_cases
{
'perl_5' => 'Artistic-1.0-Perl',
'bsd3' => 'BSD-3-Clause',
'bsd' => 'BSD-3-Clause',
+ 'bsd license' => 'BSD-3-Clause',
'new bsd license' => 'BSD-3-Clause',
'gpl' => 'GPL-2.0+',
'gpl-2 | gpl-3 [expanded from: gpl (≥ 2.0)]' => 'GPL-2.0+',
'gpl-2 | gpl-3 [expanded from: gpl]' => 'GPL-2.0+',
'gpl-2 | gpl-3 [expanded from: gpl (≥ 2)]' => 'GPL-2.0+',