From 67721246ddd30e1353b0eefb9edaca8cc50356b6 Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 14 Aug 2020 18:11:10 +0200 Subject: [PATCH] Properly follow SPDX for license tags --- js/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- python/Cargo.toml | 2 +- server/Cargo.toml | 2 +- testsuite/Cargo.toml | 2 +- wikibase/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/Cargo.toml b/js/Cargo.toml index a1e8caa9..9aa934bf 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -2,7 +2,7 @@ name = "oxigraph_js" version = "0.1.1" authors = ["Tpt "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["RDF", "N-Triples", "Turtle", "RDF/XML", "SPARQL"] repository = "https://github.com/oxigraph/oxigraph/tree/master/js" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 31b04e58..f8502d69 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "oxigraph" version = "0.1.1" authors = ["Tpt "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "../README.md" keywords = ["RDF", "SPARQL", "graph-database", "database"] categories = ["database-implementations"] diff --git a/python/Cargo.toml b/python/Cargo.toml index 79eca1cf..4dcbf892 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -2,7 +2,7 @@ name = "pyoxigraph" version = "0.1.1" authors = ["Tpt"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["RDF", "SPARQL", "graph-database", "database"] repository = "https://github.com/oxigraph/oxigraph/tree/master/python" diff --git a/server/Cargo.toml b/server/Cargo.toml index dcb96835..c87456ad 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -2,7 +2,7 @@ name = "oxigraph_server" version = "0.1.1" authors = ["Tpt "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "../README.md" repository = "https://github.com/oxigraph/oxigraph" description = """ diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index 84089768..173ca2f0 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -2,7 +2,7 @@ name = "oxigraph_testsuite" version = "0.1.1" authors = ["Tpt "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "../README.md" repository = "https://github.com/oxigraph/oxigraph" description = """ diff --git a/wikibase/Cargo.toml b/wikibase/Cargo.toml index 059a1432..641a14c0 100644 --- a/wikibase/Cargo.toml +++ b/wikibase/Cargo.toml @@ -2,7 +2,7 @@ name = "oxigraph_wikibase" version = "0.1.1" authors = ["Tpt "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "../README.md" repository = "https://github.com/oxigraph/oxigraph" description = """