diff options
author | 2021-10-25 01:57:07 +1100 | |
---|---|---|
committer | 2021-10-25 01:57:07 +1100 | |
commit | 4601e6039124b0ffc73485f78a9eaf0b0f6017fb (patch) | |
tree | e76a9b593d1ebb489bc36a57cd0e6fd12bc65ab4 /plugins/timer | |
parent | 328b103fbccfb04d14becfc806fba3a588916b2d (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/timer')
-rw-r--r-- | plugins/timer/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timer/init.lua b/plugins/timer/init.lua index eb61f85bf84..9457c1fc038 100644 --- a/plugins/timer/init.lua +++ b/plugins/timer/init.lua @@ -6,7 +6,7 @@ local exports = {} exports.name = "timer" exports.version = "0.0.2" exports.description = "Game play timer" -exports.license = "The BSD 3-Clause License" +exports.license = "BSD-3-Clause" exports.author = { name = "Carl" } local timer = exports |