summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/layout
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/layout
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/layout')
-rw-r--r--plugins/layout/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/layout/init.lua b/plugins/layout/init.lua
index 55cb433baf2..45b810c86b7 100644
--- a/plugins/layout/init.lua
+++ b/plugins/layout/init.lua
@@ -6,7 +6,7 @@ local exports = {}
exports.name = "layout"
exports.version = "0.0.1"
exports.description = "Layout helper plugin"
-exports.license = "The BSD 3-Clause License"
+exports.license = "BSD-3-Clause"
exports.author = { name = "Carl" }
local layout = exports