Skip to content

Commit 70e7444

Browse files
committed
Update doap:license (again) to https://unlicense.org/1.0/.
1 parent 2278231 commit 70e7444

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

etc/doap.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ _:g6700 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf
4040
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#shortdesc> "A Ruby library for working with Resource Description Framework (RDF) data."@en .
4141
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#blog> <https://ar.to/> .
4242
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#blog> <https://greggkellogg.net/> .
43-
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#license> <https://unlicense.org/> .
43+
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#license> <https://unlicense.org/1.0/> .
4444
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Ruby_(programming_language)> .
4545
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Resource_Description_Framework> .
4646
<https://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#name> "RDF.rb" .

etc/doap.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<> a doap:Project ;
99
doap:name "RDF.rb" ;
1010
doap:homepage <https://rubygems.org/gems/rdf> ;
11-
doap:license <https://unlicense.org/> ;
11+
doap:license <https://unlicense.org/1.0/> ;
1212
doap:shortdesc "A Ruby library for working with Resource Description Framework (RDF) data."@en ;
1313
doap:description "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
1414
doap:created "2007-10-23" ;

0 commit comments

Comments
 (0)