Skip to content

Commit cf0d8c3

Browse files
authored
Use SPDX license identifier (#18)
1 parent c705ef9 commit cf0d8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locale.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Ruby-Locale is the pure ruby library which provides basic APIs for localization.
3232
s.authors = ["Kouhei Sutou", "Masao Mutoh"]
3333
s.email = ["kou@clear-code.com", "mutomasa at gmail.com"]
3434
s.homepage = "https://github.com/ruby-gettext/locale"
35-
s.licenses = ["Ruby", "LGPLv3+"]
35+
s.licenses = ["Ruby", "LGPL-3.0-or-later"]
3636
s.require_paths = ["lib"]
3737
Dir.chdir(base_dir) do
3838
s.files = Dir.glob("{lib,samples}/**/*").find_all do |path|

0 commit comments

Comments
 (0)