lib/licensee/matchers/dist_zilla.rb in licensee-9.15.2 vs lib/licensee/matchers/dist_zilla.rb in licensee-9.15.3
- old
+ new
@@ -17,9 +17,10 @@
def spdx_name(perl_name)
perl_name.sub('_', '-')
.sub('_', '.')
.sub('Mozilla', 'MPL')
.sub(/^GPL-(\d)$/, 'GPL-\1.0')
+ .sub(/^AGPL-(\d)$/, 'AGPL-\1.0')
end
end
end
end