diff options
author | 2021-10-25 01:57:07 +1100 | |
---|---|---|
committer | 2021-10-25 01:57:07 +1100 | |
commit | 4601e6039124b0ffc73485f78a9eaf0b0f6017fb (patch) | |
tree | e76a9b593d1ebb489bc36a57cd0e6fd12bc65ab4 /plugins/inputmacro/inputmacro_persist.lua | |
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/inputmacro/inputmacro_persist.lua')
-rw-r--r-- | plugins/inputmacro/inputmacro_persist.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/inputmacro/inputmacro_persist.lua b/plugins/inputmacro/inputmacro_persist.lua index 04d310faeef..9c9e9322eed 100644 --- a/plugins/inputmacro/inputmacro_persist.lua +++ b/plugins/inputmacro/inputmacro_persist.lua @@ -1,3 +1,7 @@ +-- license:BSD-3-Clause +-- copyright-holders:Vas Crabb + + -- Helpers local function settings_path() |