Convert licenses to SPDX expressions (#226)

This commit is contained in:
Fabien Chouteau
2021-01-13 14:12:03 +01:00
committed by GitHub
parent cdf2956f68
commit 697f096eb0
225 changed files with 229 additions and 226 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
description = "Board Support Package for the AdaFruit PyGamer"
name = "pygamer_bsp"
version = "0.1.0"
licenses = ["BSD 3-Clauses"]
licenses = "BSD-3-Clause"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["pygamer_bsp.gpr"]
@@ -1,7 +1,7 @@
description = "SDL simulator of the AdaFruit PyGamer"
name = "pygamer_simulator"
version = "0.1.0"
licenses = ["BSD 3-Clauses"]
licenses = "BSD-3-Clause"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["pygamer_simulator.gpr"]
@@ -4,7 +4,7 @@ description = "SDL simulator of the AdaFruit PyGamer console"
website = "https://github.com/Fabien-Chouteau/pygamer-simulator"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = ["BSD 3-Clauses"]
licenses = "BSD-3-Clause"
tags = ["pygamer", "adafruit", "game", "console", "simulator"]
project-files = ["pygamer_simulator.gpr"]