Removed comments and added generic license for whole team on top (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-09 16:05:30 +02:00
parent a9600a90da
commit ca37d40f69
25 changed files with 75 additions and 18 deletions

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
premake.check_paths = true
premake.make.override = { "TARGET" }
MAME_DIR = (path.getabsolute("..") .. "/")

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
--------------------------------------------------
-- expat library objects
--------------------------------------------------

View File

@ -1,12 +1,12 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- bus.lua
--
-- Rules for building bus cores
--
-- Copyright Nicola Salmoria and the MAME Team.
-- Visit http://mamedev.org for licensing and usage restrictions.
--
---------------------------------------------------------------------------
-------------------------------------------------

View File

@ -1,12 +1,12 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- cpu.lua
--
-- Rules for building CPU cores
--
-- Copyright Nicola Salmoria and the MAME Team.
-- Visit http://mamedev.org for licensing and usage restrictions.
--
---------------------------------------------------------------------------
--------------------------------------------------

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
project ("emu")
uuid ("e6fa15e4-a354-4526-acef-13c8e80fcacf")
kind "StaticLib"

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
project "utils"
uuid "22489ad0-4cb2-4d91-ad81-24b0d80ca30a"
kind "StaticLib"

View File

@ -1,12 +1,12 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- machine.lua
--
-- Rules for building machine cores
--
-- Copyright Nicola Salmoria and the MAME Team.
-- Visit http://mamedev.org for licensing and usage restrictions.
--
----------------------------------------------------------------------------

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
function mainProject(_target, _subtarget)
if (_target == _subtarget) then
project (_target)

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
files {
MAME_DIR .. "src/emu/netlist/nl_config.h",
MAME_DIR .. "src/emu/netlist/nl_dice_compat.h",

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
function string.starts(String,Start)
return string.sub(String,1,string.len(Start))==Start
end

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
function maintargetosdoptions(_target)
end

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
defines {
"OSD_MINI",
"USE_QTDEBUG",

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
dofile("modules.lua")

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
forcedincludes {
MAME_DIR .. "src/osd/sdl/sdlprefix.h"
}

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
dofile("modules.lua")

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
defines {
"OSD_WINDOWS",
"_WIN32_WINNT=0x0501",

View File

@ -1,12 +1,12 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- sound.lua
--
-- Rules for building sound cores
--
-- Copyright Nicola Salmoria and the MAME Team.
-- Visit http://mamedev.org for licensing and usage restrictions.
--
----------------------------------------------------------------------------

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
--------------------------------------------------
-- romcmp
--------------------------------------------------

View File

@ -1,12 +1,12 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- video.lua
--
-- Rules for building video cores
--
-- Copyright Nicola Salmoria and the MAME Team.
-- Visit http://mamedev.org for licensing and usage restrictions.
--
---------------------------------------------------------------------------
--------------------------------------------------

View File

@ -1,12 +1,12 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- ldplayer.lua
--
-- Small makefile to build a standalone laserdisc player
--
-- Copyright Nicola Salmoria and the MAME Team.
-- Visit http://mamedev.org for licensing and usage restrictions.
--
---------------------------------------------------------------------------
--------------------------------------------------

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- mame.lua

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- dummy.lua

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- mame.lua

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- mess.lua

View File

@ -1,3 +1,6 @@
-- license:BSD-3-Clause
-- copyright-holders:MAMEdev Team
---------------------------------------------------------------------------
--
-- tiny.lua