Convert licenses to SPDX expressions (#226)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user