diff options
| author | 2016-03-05 09:52:54 -0500 | |
|---|---|---|
| committer | 2016-03-05 09:52:54 -0500 | |
| commit | 50fc05a49fcc6b689271ecff2dfae209bb4bfd47 (patch) | |
| tree | 9bce43cfb23e17399376f45ee18a417b0dee5eef /plugins/json | |
| parent | f7b8e47a17efd84963e685c39840ff111787d929 (diff) | |
| parent | 23eaaa9244ffa216e0b8365916d9cf3af785279b (diff) | |
Merge branch 'master' of https://github.com/mamedev/mame.git
Diffstat (limited to 'plugins/json')
| -rw-r--r-- | plugins/json/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/json/init.lua b/plugins/json/init.lua index d49352cc6ff..39f211c8e11 100644 --- a/plugins/json/init.lua +++ b/plugins/json/init.lua @@ -1,3 +1,6 @@ +-- license:MIT +-- copyright-holders:David Kolf + local exports = {} exports.name = "luvit/json" exports.version = "2.5.0" |
