From facf0ebe49cec74eb43e3de8c3ef4d6ff4cb15bb Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Sat, 30 May 2020 12:29:04 -0700 Subject: [PATCH] Update doap:license (again) to https://unlicense.org/1.0/. --- etc/doap.jsonld | 2 +- etc/doap.nt | 2 +- etc/doap.ttl | 2 +- etc/earl-stream.ttl | 2 +- etc/earl.ttl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/doap.jsonld b/etc/doap.jsonld index 239c807a..79c42887 100644 --- a/etc/doap.jsonld +++ b/etc/doap.jsonld @@ -26,7 +26,7 @@ "@type": "doap:Project", "doap:name": "JSON::LD", "doap:homepage": "https://github.com/ruby-rdf/json-ld/", - "doap:license": "https://unlicense.org/", + "doap:license": "https://unlicense.org/1.0/", "doap:shortdesc": "JSON-LD support for RDF.rb.", "doap:description": "RDF.rb extension for parsing/serializing JSON-LD data.", "doap:created": "2011-05-07", diff --git a/etc/doap.nt b/etc/doap.nt index deb3306d..0cfcd495 100644 --- a/etc/doap.nt +++ b/etc/doap.nt @@ -14,7 +14,7 @@ . . . - . + . . "JSON::LD" . "Ruby" . diff --git a/etc/doap.ttl b/etc/doap.ttl index 4f382f23..5f9b3c1b 100644 --- a/etc/doap.ttl +++ b/etc/doap.ttl @@ -19,7 +19,7 @@ doap:implements , , ; - doap:license ; + doap:license ; doap:maintainer ; doap:name "JSON::LD"^^xsd:string; doap:programming-language "Ruby"; diff --git a/etc/earl-stream.ttl b/etc/earl-stream.ttl index c5029885..e10ea1a0 100644 --- a/etc/earl-stream.ttl +++ b/etc/earl-stream.ttl @@ -18,7 +18,7 @@ doap:implements , , ; - doap:license ; + doap:license ; doap:maintainer ; doap:name "JSON::LD"^^xsd:string; doap:programming-language "Ruby"^^xsd:string; diff --git a/etc/earl.ttl b/etc/earl.ttl index a70b4fa6..7604951b 100644 --- a/etc/earl.ttl +++ b/etc/earl.ttl @@ -18,7 +18,7 @@ doap:implements , , ; - doap:license ; + doap:license ; doap:maintainer ; doap:name "JSON::LD"^^xsd:string; doap:programming-language "Ruby"^^xsd:string;