Skip to content

Commit f37b970

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/doap.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<rdf-ldp> a doap:Project ;
1010
doap:name "RDF::LDP" ;
1111
doap:homepage <https://github.com/ruby-rdf/rdf-ldp> ;
12-
doap:license <https://unlicense.org/> ;
12+
doap:license <https://unlicense.org/1.0/> ;
1313
doap:shortdesc "A suite of LDP software and middleware for RDF.rb" ;
1414
doap:description "Implements a Linked Data Platform domain model, Rack middleware for server implementers, and a simple Sinatra-based server for RDF.rb" ;
1515
doap:created "2015-07-17"^^xsd:date ;
@@ -29,7 +29,7 @@
2929
<lamprey> a doap:Project ;
3030
doap:name "Lamprey" ;
3131
doap:homepage <https://rubygems.org/gems/rdf-ldp> ;
32-
doap:license <https://unlicense.org/> ;
32+
doap:license <https://unlicense.org/1.0/> ;
3333
doap:shortdesc "A Ruby LDP server based on RDF.rb, RDF::LDP, and Sinatra." ;
3434
doap:created "2015-07-17"^^xsd:date ;
3535
doap:programming-language "Ruby" ;

0 commit comments

Comments
 (0)