Skip to content

Commit fb616fb

Browse files
committed
Change doap:license to https://unlicense.org/.
1 parent 60844e1 commit fb616fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

etc/doap.ttl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
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://creativecommons.org/licenses/publicdomain/> ;
12+
doap:license <https://unlicense.org/> ;
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 ;
1616
doap:programming-language "Ruby" ;
17-
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
18-
<http://dbpedia.org/resource/Linked_Data_Platform>,
19-
<http://dbpedia.org/resource/Ruby_(programming_language)> ;
20-
doap:implements <http://www.w3.org/TR/ldp/> ;
17+
doap:category <https://dbpedia.org/resource/Resource_Description_Framework>,
18+
<https://dbpedia.org/resource/Linked_Data_Platform>,
19+
<https://dbpedia.org/resource/Ruby_(programming_language)> ;
20+
doap:implements <https://www.w3.org/TR/ldp/> ;
2121
doap:bug-database <https://github.com/ruby-rdf/rdf-ldp/issues> ;
2222
doap:vendor <https://github.com/orgs/ruby-rdf/teams/ldp#team> ;
2323
doap:developer <https://github.com/no-reply#self> ;
@@ -29,14 +29,14 @@
2929
<lamprey> a doap:Project ;
3030
doap:name "Lamprey" ;
3131
doap:homepage <https://rubygems.org/gems/rdf-ldp> ;
32-
doap:license <http://creativecommons.org/licenses/publicdomain/> ;
32+
doap:license <https://unlicense.org/> ;
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" ;
3636
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
3737
<http://dbpedia.org/resource/Linked_Data_Platform>,
3838
<http://dbpedia.org/resource/Ruby_(programming_language)> ;
39-
doap:implements <http://www.w3.org/TR/ldp/> ;
39+
doap:implements <https://www.w3.org/TR/ldp/> ;
4040
doap:bug-database <https://github.com/ruby-rdf/rdf-ldp/issues> ;
4141
doap:vendor <https://github.com/orgs/ruby-rdf/teams/ldp#team> ;
4242
doap:developer <https://github.com/no-reply#self> ;

0 commit comments

Comments
 (0)