mirror of
https://github.com/minetest-mods/irc.git
synced 2024-12-27 09:10:21 +01:00
Fix licenses
This commit is contained in:
parent
c7f989dd85
commit
b3ae3f5f03
22
README.txt
22
README.txt
@ -1,5 +1,5 @@
|
||||
IRC Mod for Minetest
|
||||
(C) 2012 Diego Martínez <kaeza@users.sf.net>
|
||||
(C) 2012-2013 Diego Martínez <kaeza@users.sf.net>
|
||||
|
||||
INTRODUCTION
|
||||
------------
|
||||
@ -196,22 +196,16 @@ I'd like to thank the users who supported this mod both on the Minetest
|
||||
|
||||
LICENSE
|
||||
-------
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
See src/LICENSE.txt for licensing information.
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
The files in src/lua are part of the lua project.
|
||||
See src/lua/LICENSE.txt for licensing information.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
||||
The files 'http.lua', 'ltn12.lua', 'mime.lua', 'smtp.lua', 'socket.lua',
|
||||
and 'url.lua' are part of the luasocket project
|
||||
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.
|
||||
|
||||
|
19
src/lua/LICENSE.txt
Normal file
19
src/lua/LICENSE.txt
Normal file
@ -0,0 +1,19 @@
|
||||
Copyright © 1994–2013 Lua.org, PUC-Rio.
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
Loading…
Reference in New Issue
Block a user