Properly follow SPDX for license tags

pull/51/head
Tpt 4 years ago
parent 2639d9022c
commit 67721246dd
  1. 2
      js/Cargo.toml
  2. 2
      lib/Cargo.toml
  3. 2
      python/Cargo.toml
  4. 2
      server/Cargo.toml
  5. 2
      testsuite/Cargo.toml
  6. 2
      wikibase/Cargo.toml

@ -2,7 +2,7 @@
name = "oxigraph_js"
version = "0.1.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
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"

@ -2,7 +2,7 @@
name = "oxigraph"
version = "0.1.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "../README.md"
keywords = ["RDF", "SPARQL", "graph-database", "database"]
categories = ["database-implementations"]

@ -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"

@ -2,7 +2,7 @@
name = "oxigraph_server"
version = "0.1.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/oxigraph/oxigraph"
description = """

@ -2,7 +2,7 @@
name = "oxigraph_testsuite"
version = "0.1.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/oxigraph/oxigraph"
description = """

@ -2,7 +2,7 @@
name = "oxigraph_wikibase"
version = "0.1.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/oxigraph/oxigraph"
description = """

Loading…
Cancel
Save