From 3277ae55daafe11960f781caa644c11f258455c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Sat, 26 Oct 2013 13:54:32 -0700 Subject: [PATCH] Created License (markdown) --- License.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 License.md diff --git a/License.md b/License.md new file mode 100644 index 0000000..f4a92a2 --- /dev/null +++ b/License.md @@ -0,0 +1,12 @@ +See [src/LICENSE.txt](https://raw.github.com/kaeza/minetest-irc/master/src/LICENSE.txt) +for licensing information. + +The files in src/lua are part of the lua project. + See [src/lua/LICENSE.txt] for licensing information. + +The files in src/luasocket are part of the luasocket project + (http://luasocket.luaforge.org/). See 'src/luasocket/LICENSE.txt' for + licensing information. + +The files in src/LuaIRC are part of the LuaIRC project. + See src/LuaIRC/LICENSE.txt for licensing information. \ No newline at end of file