From ef3e92fcc3e38c1c21622851e2f2089cae93f7c1 Mon Sep 17 00:00:00 2001 From: Jonathan Gevaryahu Date: Wed, 16 Oct 2013 18:54:37 +0000 Subject: [PATCH] Vas Crabb, from Bannister Shoutbox: "...feel free to re-license my contributions as BSD. The files that I wrote from scratch would be eigccppc.h, eigccx86.h, rgbvmx.h, osxutils.*, and the Cocoa debugger." --- src/emu/eigccppc.h | 2 ++ src/emu/eigccx86.h | 2 ++ src/emu/video/rgbvmx.h | 2 ++ src/osd/sdl/SDLMain_tmpl.h | 2 ++ src/osd/sdl/SDLMain_tmpl.m | 2 ++ src/osd/sdl/debugosx.h | 2 ++ src/osd/sdl/debugosx.m | 2 ++ src/osd/sdl/osxutils.h | 2 ++ src/osd/sdl/osxutils.m | 2 ++ 9 files changed, 18 insertions(+) diff --git a/src/emu/eigccppc.h b/src/emu/eigccppc.h index 8422a3910ee..3965b50ab47 100644 --- a/src/emu/eigccppc.h +++ b/src/emu/eigccppc.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb /*************************************************************************** eigccppc.h diff --git a/src/emu/eigccx86.h b/src/emu/eigccx86.h index bc7bee1c636..1d663d2cbbe 100644 --- a/src/emu/eigccx86.h +++ b/src/emu/eigccx86.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb /*************************************************************************** eigccx86.h diff --git a/src/emu/video/rgbvmx.h b/src/emu/video/rgbvmx.h index 9fdc82caefb..d28123bd47b 100644 --- a/src/emu/video/rgbvmx.h +++ b/src/emu/video/rgbvmx.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb /*************************************************************************** rgbvmx.h diff --git a/src/osd/sdl/SDLMain_tmpl.h b/src/osd/sdl/SDLMain_tmpl.h index 4683df57a5e..fcea29d8054 100644 --- a/src/osd/sdl/SDLMain_tmpl.h +++ b/src/osd/sdl/SDLMain_tmpl.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb /* SDLMain.m - main entry point for our Cocoa-ized SDL app Initial Version: Darrell Walisser Non-NIB-Code & other changes: Max Horn diff --git a/src/osd/sdl/SDLMain_tmpl.m b/src/osd/sdl/SDLMain_tmpl.m index 21c1ff2f1f8..fa409897c70 100644 --- a/src/osd/sdl/SDLMain_tmpl.m +++ b/src/osd/sdl/SDLMain_tmpl.m @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb /* SDLMain.m - main entry point for our Cocoa-ized SDL app Initial Version: Darrell Walisser Non-NIB-Code & other changes: Max Horn diff --git a/src/osd/sdl/debugosx.h b/src/osd/sdl/debugosx.h index a59659a35d8..6b6e331bac6 100644 --- a/src/osd/sdl/debugosx.h +++ b/src/osd/sdl/debugosx.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb //============================================================ // // debugosx.h - MacOS X Cocoa debug window handling diff --git a/src/osd/sdl/debugosx.m b/src/osd/sdl/debugosx.m index 1ab84a1350a..ca982304fbe 100644 --- a/src/osd/sdl/debugosx.m +++ b/src/osd/sdl/debugosx.m @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb //============================================================ // // debugosx.m - MacOS X Cocoa debug window handling diff --git a/src/osd/sdl/osxutils.h b/src/osd/sdl/osxutils.h index 93556063453..a41ff7eae46 100644 --- a/src/osd/sdl/osxutils.h +++ b/src/osd/sdl/osxutils.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb //============================================================ // // osxutils.h - Mac OS X utilities for SDLMAME diff --git a/src/osd/sdl/osxutils.m b/src/osd/sdl/osxutils.m index 066402248c9..4d87b32bf77 100644 --- a/src/osd/sdl/osxutils.m +++ b/src/osd/sdl/osxutils.m @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb //============================================================ // // osxutils.m - Mac OS X utilities for SDLMAME