summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/portname/init.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-10-25 01:57:07 +1100
committer Vas Crabb <vas@vastheman.com>2021-10-25 01:57:07 +1100
commit4601e6039124b0ffc73485f78a9eaf0b0f6017fb (patch)
treee76a9b593d1ebb489bc36a57cd0e6fd12bc65ab4 /plugins/portname/init.lua
parent328b103fbccfb04d14becfc806fba3a588916b2d (diff)
plugins: Use SPDX short identifiers for licenses in exports (more precise and easier to localise), use CC0 for hiscore plugin rather than CC0.
Diffstat (limited to 'plugins/portname/init.lua')
-rw-r--r--plugins/portname/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/portname/init.lua b/plugins/portname/init.lua
index 24cdc50facf..88cc0d20898 100644
--- a/plugins/portname/init.lua
+++ b/plugins/portname/init.lua
@@ -21,7 +21,7 @@ local exports = {}
exports.name = "portname"
exports.version = "0.0.1"
exports.description = "IOPort name/translation plugin"
-exports.license = "The BSD 3-Clause License"
+exports.license = "BSD-3-Clause"
exports.author = { name = "Carl" }
local portname = exports