PROJECT:
	MMBBQ

SITE:
	http://mmBBQ.org
	http://duschkumpane.org

AUTHORS:
	Michael Willigens  <michael@willigens.de>
	Rene Laemmert      <rene@0xaa55.org>


LICENSE:  PUBLIC DOMAIN
--------
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 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.


--------
You can do more or less anything you want to do with it.
Human Readable Translation:
1 Do whatever you want
2 Include this file
3 Bug me not



SUB-LICENCES:
-------------
Following Free Licenses were used when building this software 
and are to be mentioned here and in any copies of mmBBQ:

- project: udis86
	desc : "Disassembler Library for x86 and x86-64"
	url  : http://udis86.sourceforge.net/
	type : BSD-LICENSE
	file : LICENSE_udis86

- project: Lua / LuaJIT
	desc : "Lua is a powerful, fast, lightweight, embeddable scripting language" 
	url  : http://www.lua.org and http://luajit.org/
	type : MIT-LICENSE
	file : LICENSE_lua
	
- project: Luaunit   
	desc : "Unit testing for Lua"
	url  : http://phil.freehackers.org/programs/luaunit/
	type : X11-LICENCE
	file : LICENSE_luaunit
	
- project: uthash
	desc : "a hash table for C structures"
	url  : http://uthash.sourceforge.net/
	type : BSD-LICENSE
	file : LICENSE_uthash

- project Scintilla/SciTE
	desc : "A free source code editor for Win32 and X"
	url  : http://www.scintilla.org
	type : Public
	file : LICENSE_Scintilla_SciTE

