summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/hiscore/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hiscore/init.lua')
-rw-r--r--plugins/hiscore/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hiscore/init.lua b/plugins/hiscore/init.lua
index 0865caa2721..4ec94c9a590 100644
--- a/plugins/hiscore/init.lua
+++ b/plugins/hiscore/init.lua
@@ -1,5 +1,5 @@
-- hiscore.lua
--- by borgar@borgar.net, WTFPL license
+-- by borgar@borgar.net, CC0 license
--
-- This uses MAME's built-in Lua scripting to implement
-- high-score saving with hiscore.dat infom just as older
@@ -9,7 +9,7 @@ local exports = {
name = 'hiscore',
version = '1.0.0',
description = 'Hiscore',
- license = 'WTFPL license',
+ license = 'CC0',
author = { name = 'borgar@borgar.net' } }
local hiscore = exports