diff options
author | 2015-05-11 15:09:24 +0200 | |
---|---|---|
committer | 2015-05-11 15:09:24 +0200 | |
commit | e4b919213e80dfea5da145bd4becd2c0c6ff9d76 (patch) | |
tree | b5060a49263ec2ff5c70a2dbc901b0eaa8134a5d /src/emu | |
parent | 6b04fd7f0557bd04d1ee58250bb89095ddbd8e23 (diff) |
lot more updated (nw)
Diffstat (limited to 'src/emu')
65 files changed, 130 insertions, 262 deletions
diff --git a/src/emu/debug/debugcmd.c b/src/emu/debug/debugcmd.c index 16cbb3c0216..6e056000d88 100644 --- a/src/emu/debug/debugcmd.c +++ b/src/emu/debug/debugcmd.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* debugcmd.c Debugger command interface engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h index 71f76802411..b700c85ead0 100644 --- a/src/emu/debug/debugcmd.h +++ b/src/emu/debug/debugcmd.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* debugcmd.h Debugger command interface engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #ifndef __DEBUGCMD_H__ diff --git a/src/emu/debug/debugcon.c b/src/emu/debug/debugcon.c index 8490faa9701..00e1cdb385d 100644 --- a/src/emu/debug/debugcon.c +++ b/src/emu/debug/debugcon.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* debugcon.c Debugger console engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/debug/debugcon.h b/src/emu/debug/debugcon.h index f4e24dca86e..49a055124a5 100644 --- a/src/emu/debug/debugcon.h +++ b/src/emu/debug/debugcon.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* debugcon.h Debugger console engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #ifndef __DEBUGCON_H__ diff --git a/src/emu/debug/debughlp.c b/src/emu/debug/debughlp.c index 4691a93a364..b6a281b6fb8 100644 --- a/src/emu/debug/debughlp.c +++ b/src/emu/debug/debughlp.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* debughlp.c Debugger help engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/debug/debughlp.h b/src/emu/debug/debughlp.h index fb72b56586c..fda48732ef1 100644 --- a/src/emu/debug/debughlp.h +++ b/src/emu/debug/debughlp.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* debughlp.h Debugger help engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #ifndef __DEBUGHLP_H__ diff --git a/src/emu/debug/textbuf.c b/src/emu/debug/textbuf.c index 423e35e64f5..5080753232f 100644 --- a/src/emu/debug/textbuf.c +++ b/src/emu/debug/textbuf.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /*************************************************************************** textbuf.c Debugger text buffering engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "corealloc.h" diff --git a/src/emu/debug/textbuf.h b/src/emu/debug/textbuf.h index 945c486bdd2..915e38c5df3 100644 --- a/src/emu/debug/textbuf.h +++ b/src/emu/debug/textbuf.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /*************************************************************************** textbuf.h Debugger text buffering engine. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #ifndef __TEXTBUF_H__ diff --git a/src/emu/drivers/xtal.h b/src/emu/drivers/xtal.h index 048baf52b45..1500a042d9b 100644 --- a/src/emu/drivers/xtal.h +++ b/src/emu/drivers/xtal.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /************************************************************************* xtal.h diff --git a/src/emu/layout/dualhovu.lay b/src/emu/layout/dualhovu.lay index d4be6a75e8e..9da0a308f83 100644 --- a/src/emu/layout/dualhovu.lay +++ b/src/emu/layout/dualhovu.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="Screen 0 Standard (4:3)"> <screen index="0"> diff --git a/src/emu/layout/dualhsxs.lay b/src/emu/layout/dualhsxs.lay index 37b4f7b9499..1c6eea2f689 100644 --- a/src/emu/layout/dualhsxs.lay +++ b/src/emu/layout/dualhsxs.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="Screen 0 Standard (4:3)"> <screen index="0"> diff --git a/src/emu/layout/dualhuov.lay b/src/emu/layout/dualhuov.lay index 1eced2b16ff..ad6f75b1b67 100644 --- a/src/emu/layout/dualhuov.lay +++ b/src/emu/layout/dualhuov.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="Screen 0 Standard (4:3)"> <screen index="0"> diff --git a/src/emu/layout/ex800.lay b/src/emu/layout/ex800.lay index 0fb60c9263d..2186760b3a0 100644 --- a/src/emu/layout/ex800.lay +++ b/src/emu/layout/ex800.lay @@ -1,8 +1,6 @@ <?xml version="1.0"?> - -<!-- license: MAME, GPL-2.0+ --> -<!-- copyright-holders: Dirk Best --> - +<!-- license:GPL-2.0+ --> +<!-- copyright-holders:Dirk Best --> <mamelayout version="2"> <element name="background"> <rect> diff --git a/src/emu/layout/horizont.lay b/src/emu/layout/horizont.lay index 908804832af..34e014748cb 100644 --- a/src/emu/layout/horizont.lay +++ b/src/emu/layout/horizont.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="Standard (4:3)"> <screen index="0"> diff --git a/src/emu/layout/lcd.lay b/src/emu/layout/lcd.lay index 8de4141324a..fc4608cf45a 100644 --- a/src/emu/layout/lcd.lay +++ b/src/emu/layout/lcd.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="LCD with square pixels"> <screen index="0"> diff --git a/src/emu/layout/lcd_rot.lay b/src/emu/layout/lcd_rot.lay index 95176d24a06..75da44e2376 100644 --- a/src/emu/layout/lcd_rot.lay +++ b/src/emu/layout/lcd_rot.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="LCD with square pixels"> <screen index="0"> diff --git a/src/emu/layout/lx800.lay b/src/emu/layout/lx800.lay index b10183ade4d..4f77d87179e 100644 --- a/src/emu/layout/lx800.lay +++ b/src/emu/layout/lx800.lay @@ -1,8 +1,6 @@ <?xml version="1.0"?> - -<!-- license: MAME, GPL-2.0+ --> -<!-- copyright-holders: Dirk Best --> - +<!-- license:GPL-2.0+ --> +<!-- copyright-holders:Dirk Best --> <mamelayout version="2"> <element name="background"> <rect> diff --git a/src/emu/layout/noscreens.lay b/src/emu/layout/noscreens.lay index fe0587f1f60..e533f1eb362 100644 --- a/src/emu/layout/noscreens.lay +++ b/src/emu/layout/noscreens.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <element name="background"> <rect> diff --git a/src/emu/layout/quadhsxs.lay b/src/emu/layout/quadhsxs.lay index b07a04e7b11..98e43ae886c 100644 --- a/src/emu/layout/quadhsxs.lay +++ b/src/emu/layout/quadhsxs.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="Screen 0 Standard (4:3)"> <screen index="0"> diff --git a/src/emu/layout/snap.lay b/src/emu/layout/snap.lay index 76dfb93d60c..d78d98c87fe 100644 --- a/src/emu/layout/snap.lay +++ b/src/emu/layout/snap.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="s0"> <screen index="0"> diff --git a/src/emu/layout/triphsxs.lay b/src/emu/layout/triphsxs.lay index fe0c9237273..7cbcc56417f 100644 --- a/src/emu/layout/triphsxs.lay +++ b/src/emu/layout/triphsxs.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="Screen 0 Standard (4:3)"> <screen index="0"> diff --git a/src/emu/layout/vertical.lay b/src/emu/layout/vertical.lay index 2d66df317f8..794967398f3 100644 --- a/src/emu/layout/vertical.lay +++ b/src/emu/layout/vertical.lay @@ -1,4 +1,6 @@ <?xml version="1.0"?> +<!-- license:BSD-3-Clause --> +<!-- copyright-holders:Aaron Giles --> <mamelayout version="2"> <view name="Standard (3:4)"> <screen index="0"> diff --git a/src/emu/machine/generic.c b/src/emu/machine/generic.c index 20ecd84656d..79a3ea3f5cf 100644 --- a/src/emu/machine/generic.c +++ b/src/emu/machine/generic.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* generic.c Generic simple machine functions. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/machine/generic.h b/src/emu/machine/generic.h index 9740d257e89..b724a598a9d 100644 --- a/src/emu/machine/generic.h +++ b/src/emu/machine/generic.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* generic.h Generic simple machine functions. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #pragma once diff --git a/src/emu/ui/barcode.c b/src/emu/ui/barcode.c index 820fb17a4e8..597a8950a7d 100644 --- a/src/emu/ui/barcode.c +++ b/src/emu/ui/barcode.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Fabio Priuli /*************************************************************************** ui/barcode.c "Barcode Reader" control - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" diff --git a/src/emu/ui/barcode.h b/src/emu/ui/barcode.h index 7294e9e84f0..9d1ef25bc84 100644 --- a/src/emu/ui/barcode.h +++ b/src/emu/ui/barcode.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Fabio Priuli /*************************************************************************** ui/barcode.h "Barcode Reader" control - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/cheatopt.c b/src/emu/ui/cheatopt.c index 4022564c391..c2956e7ca46 100644 --- a/src/emu/ui/cheatopt.c +++ b/src/emu/ui/cheatopt.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/cheatopt.c Internal menu for the cheat interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/cheatopt.h b/src/emu/ui/cheatopt.h index dbbacc2eed1..2117cbf57a1 100644 --- a/src/emu/ui/cheatopt.h +++ b/src/emu/ui/cheatopt.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/cheatopt.h Internal menu for the cheat interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/devctrl.h b/src/emu/ui/devctrl.h index 1eb722c3990..ae9fb977f7e 100644 --- a/src/emu/ui/devctrl.h +++ b/src/emu/ui/devctrl.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/devctrl.h @@ -16,9 +16,6 @@ and the menu is rebuilt accordingly, without the need of a preliminary submenu listing available devices of the same kind. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/devopt.c b/src/emu/ui/devopt.c index 5158abdf5e6..0bf4e5f40c3 100644 --- a/src/emu/ui/devopt.c +++ b/src/emu/ui/devopt.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /********************************************************************* ui/devopt.c Internal menu for the device configuration. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/devopt.h b/src/emu/ui/devopt.h index 7650570b129..6643a7f7962 100644 --- a/src/emu/ui/devopt.h +++ b/src/emu/ui/devopt.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/devopt.h Internal menu for the device configuration. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/filemngr.c b/src/emu/ui/filemngr.c index 9da54acda49..5e02b657cd0 100644 --- a/src/emu/ui/filemngr.c +++ b/src/emu/ui/filemngr.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /********************************************************************* ui/filemngr.c diff --git a/src/emu/ui/filemngr.h b/src/emu/ui/filemngr.h index 30dca33889a..8cf34451078 100644 --- a/src/emu/ui/filemngr.h +++ b/src/emu/ui/filemngr.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/filemngr.h MESS's clunky built-in file manager - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/filesel.c b/src/emu/ui/filesel.c index 5f98a5e9f89..294e58c76fb 100644 --- a/src/emu/ui/filesel.c +++ b/src/emu/ui/filesel.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/filesel.c MESS's clunky built-in file manager - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - TODO - Support image creation arguments - Restrict empty slot if image required diff --git a/src/emu/ui/filesel.h b/src/emu/ui/filesel.h index b51daada987..0ba52134fc8 100644 --- a/src/emu/ui/filesel.h +++ b/src/emu/ui/filesel.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/filesel.h MESS's clunky built-in file manager - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/imgcntrl.c b/src/emu/ui/imgcntrl.c index 82fd0bf9e9a..15f487c4c2e 100644 --- a/src/emu/ui/imgcntrl.c +++ b/src/emu/ui/imgcntrl.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/imgcntrl.c MESS's clunky built-in file manager - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" diff --git a/src/emu/ui/imgcntrl.h b/src/emu/ui/imgcntrl.h index ad65fe0c18b..4682d7f703f 100644 --- a/src/emu/ui/imgcntrl.h +++ b/src/emu/ui/imgcntrl.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/imgcntrl.h MESS's clunky built-in file manager - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/info.c b/src/emu/ui/info.c index a8cc85b2a48..40401735e08 100644 --- a/src/emu/ui/info.c +++ b/src/emu/ui/info.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/info.c System and image info screens - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" diff --git a/src/emu/ui/info.h b/src/emu/ui/info.h index 83af1029f19..476657b8791 100644 --- a/src/emu/ui/info.h +++ b/src/emu/ui/info.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/info.h System and image info screens - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/inputmap.c b/src/emu/ui/inputmap.c index b84fdd0ab55..d41e9e9b08f 100644 --- a/src/emu/ui/inputmap.c +++ b/src/emu/ui/inputmap.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/inputmap.c Internal menus for input mappings. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/inputmap.h b/src/emu/ui/inputmap.h index 300386dc0e1..04bd52be538 100644 --- a/src/emu/ui/inputmap.h +++ b/src/emu/ui/inputmap.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/inputmap.h Internal menus for input mappings. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/mainmenu.c b/src/emu/ui/mainmenu.c index e6222a12947..51b0ad4970a 100644 --- a/src/emu/ui/mainmenu.c +++ b/src/emu/ui/mainmenu.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/mainmenu.c Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/mainmenu.h b/src/emu/ui/mainmenu.h index ab799831adc..a4590b00af0 100644 --- a/src/emu/ui/mainmenu.h +++ b/src/emu/ui/mainmenu.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/mainmenu.h Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/menu.c b/src/emu/ui/menu.c index c5a5b1a82f6..9cb279ebd51 100644 --- a/src/emu/ui/menu.c +++ b/src/emu/ui/menu.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/menu.c Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/menu.h b/src/emu/ui/menu.h index 7f3b47475cb..b62bd51d8cb 100644 --- a/src/emu/ui/menu.h +++ b/src/emu/ui/menu.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/menu.h Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/miscmenu.c b/src/emu/ui/miscmenu.c index 000fef2f235..be611f9c6e6 100644 --- a/src/emu/ui/miscmenu.c +++ b/src/emu/ui/miscmenu.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* miscmenu.c Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/miscmenu.h b/src/emu/ui/miscmenu.h index 73dfc1bfa54..4b54a67f63e 100644 --- a/src/emu/ui/miscmenu.h +++ b/src/emu/ui/miscmenu.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/miscmenu.h Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/selgame.c b/src/emu/ui/selgame.c index 537d9e8b084..a0740172ff2 100644 --- a/src/emu/ui/selgame.c +++ b/src/emu/ui/selgame.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/selgame.c Game selector - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" diff --git a/src/emu/ui/selgame.h b/src/emu/ui/selgame.h index 67c4bbe6e47..12c571b9df8 100644 --- a/src/emu/ui/selgame.h +++ b/src/emu/ui/selgame.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/selgame.h Game selector - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/sliders.c b/src/emu/ui/sliders.c index ed07225a4fd..58c67a77bf4 100644 --- a/src/emu/ui/sliders.c +++ b/src/emu/ui/sliders.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* miscmenu.c Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/sliders.h b/src/emu/ui/sliders.h index 51c391087c2..069a10c5c84 100644 --- a/src/emu/ui/sliders.h +++ b/src/emu/ui/sliders.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/miscmenu.h Internal MAME menus for the user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/slotopt.c b/src/emu/ui/slotopt.c index a4450840881..319f66f8913 100644 --- a/src/emu/ui/slotopt.c +++ b/src/emu/ui/slotopt.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/slotopt.c Internal menu for the slot options. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/slotopt.h b/src/emu/ui/slotopt.h index 294be687394..72e36af779c 100644 --- a/src/emu/ui/slotopt.h +++ b/src/emu/ui/slotopt.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/slotopt.h Internal menu for the slot options. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/swlist.c b/src/emu/ui/swlist.c index a6deb8d146f..6e5cbf33f93 100644 --- a/src/emu/ui/swlist.c +++ b/src/emu/ui/swlist.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/swlist.c Internal MAME user interface for software list. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/swlist.h b/src/emu/ui/swlist.h index 89ce65d32dc..e47fd8f6e4c 100644 --- a/src/emu/ui/swlist.h +++ b/src/emu/ui/swlist.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/swlist.h Internal MAME user interface for software list. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #ifndef __UI_SWLIST_H__ diff --git a/src/emu/ui/tapectrl.c b/src/emu/ui/tapectrl.c index dc38de17adb..2acd1e13fe5 100644 --- a/src/emu/ui/tapectrl.c +++ b/src/emu/ui/tapectrl.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/tapectrl.c Tape control - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" diff --git a/src/emu/ui/tapectrl.h b/src/emu/ui/tapectrl.h index cebd4ead19a..8e4e539df9b 100644 --- a/src/emu/ui/tapectrl.h +++ b/src/emu/ui/tapectrl.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/tapectrl.h Tape control - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/ui.c b/src/emu/ui/ui.c index 547e6849097..f9be4057ddc 100644 --- a/src/emu/ui/ui.c +++ b/src/emu/ui/ui.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui.c Functions used to handle MAME's user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/ui.h b/src/emu/ui/ui.h index 5a916337bb9..6c4af3bf005 100644 --- a/src/emu/ui/ui.h +++ b/src/emu/ui/ui.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui.h Functions used to handle MAME's crude user interface. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/videoopt.c b/src/emu/ui/videoopt.c index a4eb6fe320e..f8d051bdc93 100644 --- a/src/emu/ui/videoopt.c +++ b/src/emu/ui/videoopt.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/videoopt.c Internal menus for video options - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/videoopt.h b/src/emu/ui/videoopt.h index 3b47932e2ad..b5ea569b936 100644 --- a/src/emu/ui/videoopt.h +++ b/src/emu/ui/videoopt.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/videoopt.h Internal menus for video options - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/ui/viewgfx.c b/src/emu/ui/viewgfx.c index 85038a3c98a..912ac0a8b3f 100644 --- a/src/emu/ui/viewgfx.c +++ b/src/emu/ui/viewgfx.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /********************************************************************* ui/viewgfx.c Internal graphics viewer. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/ui/viewgfx.h b/src/emu/ui/viewgfx.h index 3c4b977f7c2..16c257476f0 100644 --- a/src/emu/ui/viewgfx.h +++ b/src/emu/ui/viewgfx.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods /*************************************************************************** ui/viewgfx.h Internal graphics viewer. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/video/generic.c b/src/emu/video/generic.c index 77e51c473f0..e9356e05037 100644 --- a/src/emu/video/generic.c +++ b/src/emu/video/generic.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* generic.c Generic simple video functions. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #include "emu.h" diff --git a/src/emu/video/generic.h b/src/emu/video/generic.h index add6b711108..5f2ef27966c 100644 --- a/src/emu/video/generic.h +++ b/src/emu/video/generic.h @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /********************************************************************* generic.h Generic simple video functions. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - *********************************************************************/ #pragma once |