Convert licenses to SPDX expressions (#226)
This commit is contained in:
@@ -3,7 +3,7 @@ description = "Verified SPARK 2014 re-implementation of TweetNaCl cryptographic
|
||||
long-description = "SPARK 2014 re-implementation of TweetNaCl cryptographic library, with fully automated proofs of type safety and some correctness properties"
|
||||
version = "1.0.0"
|
||||
tags = ["spark", "cryptography", "security", "nacl", "curve25519", "ed25519", "tweetnacl"]
|
||||
licenses = ["BSD 2-Clauses"]
|
||||
licenses = "BSD-2-Clause"
|
||||
website = "https://github.com/rod-chapman/SPARKNaCl"
|
||||
|
||||
authors = ["Rod Chapman"]
|
||||
|
||||
@@ -4,7 +4,7 @@ name = "spat"
|
||||
version = "1.0.0"
|
||||
website = "https://github.heisenbug.eu/spat"
|
||||
executables = ["run_spat"]
|
||||
licenses = ["WTFPL"]
|
||||
licenses = "WTFPL"
|
||||
maintainers = ["vinzent@heisenbug.eu"]
|
||||
maintainers-logins = ["Jellix"]
|
||||
project-files = ["spat.gpr"]
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "1.2.1"
|
||||
authors = ["Vinzent \"Jellix\" Saranen"]
|
||||
website = "https://github.heisenbug.eu/spat"
|
||||
executables = ["run_spat"]
|
||||
licenses = ["WTFPL"]
|
||||
licenses = "WTFPL"
|
||||
maintainers = ["vinzent@heisenbug.eu"]
|
||||
maintainers-logins = ["Jellix"]
|
||||
project-files = ["spat.gpr"]
|
||||
|
||||
@@ -9,7 +9,7 @@ name = "spat"
|
||||
version = "1.3.0"
|
||||
authors = ["Vinzent \"Jellix\" Saranen"]
|
||||
website = "https://github.heisenbug.eu/spat"
|
||||
licenses = ["WTFPL"]
|
||||
licenses = "WTFPL"
|
||||
tags = ["spark"]
|
||||
|
||||
maintainers = ["vinzent@heisenbug.eu"]
|
||||
|
||||
@@ -4,7 +4,7 @@ long-description = "This is Glib indepentent implementation of a spawn processes
|
||||
version = "1.0.0"
|
||||
website = "https://github.com/reznikmm/spawn"
|
||||
authors = ["AdaCore", "Max Reznik"]
|
||||
licenses = ["GMGPL 3.0"]
|
||||
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Max Reznik <reznikmm@gmail.com>"]
|
||||
maintainers-logins = ["godunko", "reznikmm"]
|
||||
project-files = ["gnat/spawn.gpr"]
|
||||
|
||||
@@ -4,7 +4,7 @@ long-description = "This is Glib integrated implementation of a spawn processes
|
||||
version = "1.0.0"
|
||||
website = "https://github.com/reznikmm/spawn"
|
||||
authors = ["AdaCore", "Max Reznik"]
|
||||
licenses = ["GMGPL 3.0"]
|
||||
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
|
||||
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Max Reznik <reznikmm@gmail.com>"]
|
||||
maintainers-logins = ["godunko", "reznikmm"]
|
||||
project-files = ["gnat/spawn_glib.gpr"]
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.1.0"
|
||||
authors = ["Fabien Chouteau"]
|
||||
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = ["MIT"]
|
||||
licenses = "MIT"
|
||||
website="https://github.com/Fabien-Chouteau/spdx_ada"
|
||||
tags = ['spdx', 'license']
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.2.0"
|
||||
authors = ["Fabien Chouteau"]
|
||||
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = ["MIT"]
|
||||
licenses = "MIT"
|
||||
website="https://github.com/Fabien-Chouteau/spdx_ada"
|
||||
tags = ['spdx', 'license']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user