Skip to content

Commit

Permalink
Update license in gemspec to Unlicense.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 29, 2021
1 parent 75cc9b8 commit 8b39a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdf-raptor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|

gem.name = 'rdf-raptor'
gem.homepage = 'https://github.com/ruby-rdf/rdf-raptor'
gem.license = 'Public Domain' if gem.respond_to?(:license=)
gem.license = 'Unlicense'
gem.summary = 'Raptor RDF Parser plugin for RDF.rb.'
gem.description = 'RDF.rb plugin for parsing/serializing NTriples, RDF/XML, Turtle and RDFa data using the Raptor RDF Parser library.'

Expand Down

0 comments on commit 8b39a66

Please sign in to comment.