diff options
Diffstat (limited to 'src/libjin-lua/scripts/log.lua')
-rw-r--r-- | src/libjin-lua/scripts/log.lua | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/libjin-lua/scripts/log.lua b/src/libjin-lua/scripts/log.lua index 40298cf..bfab84b 100644 --- a/src/libjin-lua/scripts/log.lua +++ b/src/libjin-lua/scripts/log.lua @@ -1,13 +1,5 @@ --- + -- https://github.com/rxi/log.lua --- --- log.lua --- --- Copyright (c) 2016 rxi --- --- This library is free software; you can redistribute it and/or modify it --- under the terms of the MIT license. See LICENSE for details. --- local log = { _version = "0.1.0" } |