Convert licenses to SPDX expressions (#226)
This commit is contained in:
@@ -4,7 +4,7 @@ version = "1.6.0"
|
||||
website = "http://www.mckae.com/xmlEz.html"
|
||||
authors = ["Marc A. Criley"]
|
||||
executables = ["tmeztf"]
|
||||
licenses = []
|
||||
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "xmlada"
|
||||
version = "16.1.0"
|
||||
website = "https://github.com/AdaCore/xmlada"
|
||||
authors = ["AdaCore"]
|
||||
licenses = ["GPL 3.0"]
|
||||
licenses = "GPL-3.0-only"
|
||||
maintainers = ["alejandro@mosteo.com"]
|
||||
maintainers-logins = ["mosteo"]
|
||||
project-files = ["distrib/xmlada.gpr", "dom/xmlada_dom.gpr", "input_sources/xmlada_input.gpr", "sax/xmlada_sax.gpr", "schema/xmlada_schema.gpr", "unicode/xmlada_unicode.gpr"]
|
||||
|
||||
@@ -3,7 +3,7 @@ version = "21.0.0"
|
||||
description = "The XML/Ada toolkit"
|
||||
website = "https://github.com/AdaCore/xmlada"
|
||||
authors = ["AdaCore"]
|
||||
licenses = ["GMGPL 3.0"]
|
||||
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
|
||||
maintainers = ["chouteau@adacore.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
project-files = ["distrib/xmlada.gpr",
|
||||
|
||||
Reference in New Issue
Block a user