diff options
author | 2008-01-06 00:47:40 +0000 | |
---|---|---|
committer | 2008-01-06 00:47:40 +0000 | |
commit | ee9f88963c0f29029334fffc12c91cf758c2464c (patch) | |
tree | 85a5a2e967364e9b4fd22087e4b608ec29f158ff /src/osd | |
parent | 33eeead1da2f6c80967a6c607c12f9964e4988b4 (diff) |
Copyright cleanup:
- removed years from copyright notices
- removed redundant (c) from copyright notices
- updated "the MAME Team" to be "Nicola Salmoria and the MAME Team"
Diffstat (limited to 'src/osd')
56 files changed, 56 insertions, 56 deletions
diff --git a/src/osd/osdcomm.h b/src/osd/osdcomm.h index 214ed479f7c..25d93e20958 100644 --- a/src/osd/osdcomm.h +++ b/src/osd/osdcomm.h @@ -5,7 +5,7 @@ Common definitions shared by the OSD layer. This includes the most fundamental integral types as well as compiler-specific tweaks. - Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. + Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. ***************************************************************************/ diff --git a/src/osd/osdcore.h b/src/osd/osdcore.h index e5498881e9d..bf349259a6e 100644 --- a/src/osd/osdcore.h +++ b/src/osd/osdcore.h @@ -4,7 +4,7 @@ Core OS-dependent code interface. - Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. + Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. **************************************************************************** diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h index ddc3fbc0df2..ecbab3987bc 100644 --- a/src/osd/osdepend.h +++ b/src/osd/osdepend.h @@ -4,7 +4,7 @@ OS-dependent code interface. - Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. + Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. **************************************************************************** diff --git a/src/osd/osdmini/minidir.c b/src/osd/osdmini/minidir.c index b0291cb6c50..81697330696 100644 --- a/src/osd/osdmini/minidir.c +++ b/src/osd/osdmini/minidir.c @@ -2,7 +2,7 @@ minidir.c - Minimal core directory access functions - Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. + Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. ***************************************************************************/ diff --git a/src/osd/osdmini/minifile.c b/src/osd/osdmini/minifile.c index f4e54062d23..e40aa779f93 100644 --- a/src/osd/osdmini/minifile.c +++ b/src/osd/osdmini/minifile.c @@ -2,7 +2,7 @@ // // minifile.c - Minimal core file access functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/osdmini/minimisc.c b/src/osd/osdmini/minimisc.c index ca792ed6c76..9ca59af9811 100644 --- a/src/osd/osdmini/minimisc.c +++ b/src/osd/osdmini/minimisc.c @@ -2,7 +2,7 @@ // // minimisc.c - Minimal core miscellaneous functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/osdmini/minisync.c b/src/osd/osdmini/minisync.c index 7784c91b1b6..535d1d04ad5 100644 --- a/src/osd/osdmini/minisync.c +++ b/src/osd/osdmini/minisync.c @@ -2,7 +2,7 @@ // // minisync.c - Minimal core synchronization functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/osdmini/minitime.c b/src/osd/osdmini/minitime.c index 89d3b4aa4e0..4fd7d05d55d 100644 --- a/src/osd/osdmini/minitime.c +++ b/src/osd/osdmini/minitime.c @@ -2,7 +2,7 @@ // // minitime.c - Minimal core timing functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/osdmini/miniwork.c b/src/osd/osdmini/miniwork.c index 3d439e8307d..6acd1ba31e8 100644 --- a/src/osd/osdmini/miniwork.c +++ b/src/osd/osdmini/miniwork.c @@ -2,7 +2,7 @@ // // miniwork.c - Minimal core work item functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/osdmini/osd_cpu.h b/src/osd/osdmini/osd_cpu.h index 55fb7fd29b1..973aa26cc28 100644 --- a/src/osd/osdmini/osd_cpu.h +++ b/src/osd/osdmini/osd_cpu.h @@ -2,7 +2,7 @@ // // osd_cpu.h - Minimal core CPU-specific data types // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/osdmini/osdmini.mak b/src/osd/osdmini/osdmini.mak index dcd4e5ca4ed..a5c17b64b6d 100644 --- a/src/osd/osdmini/osdmini.mak +++ b/src/osd/osdmini/osdmini.mak @@ -4,7 +4,7 @@ # # Minimal OSD makefile # -# Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +# Copyright Nicola Salmoria and the MAME Team. # Visit http://mamedev.org for licensing and usage restrictions. # ########################################################################### diff --git a/src/osd/windows/d3d8intf.c b/src/osd/windows/d3d8intf.c index 99e7f2cd942..02b403b4c84 100644 --- a/src/osd/windows/d3d8intf.c +++ b/src/osd/windows/d3d8intf.c @@ -2,7 +2,7 @@ // // d3d9intf.c - Direct3D 8.1 abstraction layer // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/d3d9intf.c b/src/osd/windows/d3d9intf.c index e23d83ac135..3fe3e521e4a 100644 --- a/src/osd/windows/d3d9intf.c +++ b/src/osd/windows/d3d9intf.c @@ -2,7 +2,7 @@ // // d3d9intf.c - Direct3D 9 abstraction layer // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/d3dintf.h b/src/osd/windows/d3dintf.h index 4c3fee4099f..caa17341e84 100644 --- a/src/osd/windows/d3dintf.h +++ b/src/osd/windows/d3dintf.h @@ -2,7 +2,7 @@ // // drawd3di.h - Direct3D 8/9 interface abstractions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/debugwin.c b/src/osd/windows/debugwin.c index f21d5aa745c..af39f937a33 100644 --- a/src/osd/windows/debugwin.c +++ b/src/osd/windows/debugwin.c @@ -2,7 +2,7 @@ // // debugwin.c - Win32 debug window handling // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/debugwin.h b/src/osd/windows/debugwin.h index 7033f3b772e..ae64cd3d129 100644 --- a/src/osd/windows/debugwin.h +++ b/src/osd/windows/debugwin.h @@ -2,7 +2,7 @@ // // debugwin.h - Win32 debug window handling // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/drawd3d.c b/src/osd/windows/drawd3d.c index a6c7cd24410..a46090eb068 100644 --- a/src/osd/windows/drawd3d.c +++ b/src/osd/windows/drawd3d.c @@ -2,7 +2,7 @@ // // drawd3d.c - Win32 Direct3D implementation // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/drawdd.c b/src/osd/windows/drawdd.c index 19bbaaee24b..e2aed62e832 100644 --- a/src/osd/windows/drawdd.c +++ b/src/osd/windows/drawdd.c @@ -2,7 +2,7 @@ // // drawdd.c - Win32 DirectDraw implementation // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/drawgdi.c b/src/osd/windows/drawgdi.c index 05f1138c11f..fe393ce1abf 100644 --- a/src/osd/windows/drawgdi.c +++ b/src/osd/windows/drawgdi.c @@ -2,7 +2,7 @@ // // drawgdi.c - Win32 GDI drawing // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/drawnone.c b/src/osd/windows/drawnone.c index b2f84d8d50e..8a315be70b0 100644 --- a/src/osd/windows/drawnone.c +++ b/src/osd/windows/drawnone.c @@ -2,7 +2,7 @@ // // drawnone.c - stub "nothing" drawer // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/eivc.h b/src/osd/windows/eivc.h index b8a9ce320ba..bd3d66b5814 100644 --- a/src/osd/windows/eivc.h +++ b/src/osd/windows/eivc.h @@ -4,7 +4,7 @@ // // Inline implementations for MSVC compiler. // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/eivcx86.h b/src/osd/windows/eivcx86.h index fb40091dd9a..fad82b60227 100644 --- a/src/osd/windows/eivcx86.h +++ b/src/osd/windows/eivcx86.h @@ -4,7 +4,7 @@ // // x86 inline implementations for MSVC compiler. // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/input.c b/src/osd/windows/input.c index b1b36ba60a8..7bac5c97ab1 100644 --- a/src/osd/windows/input.c +++ b/src/osd/windows/input.c @@ -2,7 +2,7 @@ // // input.c - Win32 implementation of MAME input routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/input.h b/src/osd/windows/input.h index a05c8ca05a8..3d31da76d68 100644 --- a/src/osd/windows/input.h +++ b/src/osd/windows/input.h @@ -2,7 +2,7 @@ // // input.h - Win32 implementation of MAME input routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/ledutil.c b/src/osd/windows/ledutil.c index c707f636930..4539c8838e7 100644 --- a/src/osd/windows/ledutil.c +++ b/src/osd/windows/ledutil.c @@ -3,7 +3,7 @@ // ledutil.c - Win32 example code that tracks changing // outputs and updates the keyboard LEDs in response // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/main.c b/src/osd/windows/main.c index e0e9132c363..5ddd301ec9d 100644 --- a/src/osd/windows/main.c +++ b/src/osd/windows/main.c @@ -2,7 +2,7 @@ // // main.c - Win32 main program // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/mame.rc b/src/osd/windows/mame.rc index 29ae8059256..75ba46716fe 100644 --- a/src/osd/windows/mame.rc +++ b/src/osd/windows/mame.rc @@ -1,7 +1,7 @@ // // mame.rc - Minimal resource file for Win32 MAME // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // diff --git a/src/osd/windows/osd_cpu.h b/src/osd/windows/osd_cpu.h index 566217b4e47..1eb5b9f4299 100644 --- a/src/osd/windows/osd_cpu.h +++ b/src/osd/windows/osd_cpu.h @@ -2,7 +2,7 @@ // // osd_cpu.h - Win32 CPU-specific data types // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/osinline.h b/src/osd/windows/osinline.h index 6839638a7a9..d21396b3c01 100644 --- a/src/osd/windows/osinline.h +++ b/src/osd/windows/osinline.h @@ -4,7 +4,7 @@ // // Inline implementations for non-GCC Win32 compilers // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/output.c b/src/osd/windows/output.c index c4511900ccd..5de81d152cd 100644 --- a/src/osd/windows/output.c +++ b/src/osd/windows/output.c @@ -2,7 +2,7 @@ // // output.c - Win32 implementation of MAME output routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/output.h b/src/osd/windows/output.h index e147e836aea..b30bc751149 100644 --- a/src/osd/windows/output.h +++ b/src/osd/windows/output.h @@ -2,7 +2,7 @@ // // output.h - Win32 implementation of MAME output routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/sound.c b/src/osd/windows/sound.c index ca41344c69d..f5d877555ca 100644 --- a/src/osd/windows/sound.c +++ b/src/osd/windows/sound.c @@ -2,7 +2,7 @@ // // sound.c - Win32 implementation of MAME sound routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/sound.h b/src/osd/windows/sound.h index 79c70c59bad..e71eb30f1ca 100644 --- a/src/osd/windows/sound.h +++ b/src/osd/windows/sound.h @@ -2,7 +2,7 @@ // // sound.h - Win32 implementation of MAME sound routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/strconv.c b/src/osd/windows/strconv.c index 4cb88dbf0df..f15815edb8b 100644 --- a/src/osd/windows/strconv.c +++ b/src/osd/windows/strconv.c @@ -2,7 +2,7 @@ // // strconv.h - Win32 string conversion // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/strconv.h b/src/osd/windows/strconv.h index 20b5a190eaa..e4d5101f811 100644 --- a/src/osd/windows/strconv.h +++ b/src/osd/windows/strconv.h @@ -2,7 +2,7 @@ // // strconv.h - Win32 string conversion // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/vconv.c b/src/osd/windows/vconv.c index 01098ae489f..f2431e9c073 100644 --- a/src/osd/windows/vconv.c +++ b/src/osd/windows/vconv.c @@ -2,7 +2,7 @@ // // vconv.c - VC++ parameter conversion code // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/verinfo.c b/src/osd/windows/verinfo.c index c43a742bd5d..aa74d5342b8 100644 --- a/src/osd/windows/verinfo.c +++ b/src/osd/windows/verinfo.c @@ -2,7 +2,7 @@ // // verinfo.c - Version resource emitter code // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/video.c b/src/osd/windows/video.c index 694b9b5a345..7c8a66b453b 100644 --- a/src/osd/windows/video.c +++ b/src/osd/windows/video.c @@ -2,7 +2,7 @@ // // video.c - Win32 video handling // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/video.h b/src/osd/windows/video.h index a3506cdc089..2ae4df56729 100644 --- a/src/osd/windows/video.h +++ b/src/osd/windows/video.h @@ -2,7 +2,7 @@ // // video.h - Win32 implementation of MAME video routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winalloc.c b/src/osd/windows/winalloc.c index 8b6b3679519..ddace2874e2 100644 --- a/src/osd/windows/winalloc.c +++ b/src/osd/windows/winalloc.c @@ -2,7 +2,7 @@ // // winalloc.c - Win32 memory allocation routines // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/windir.c b/src/osd/windows/windir.c index 0bfaca04202..7a84cccd81a 100644 --- a/src/osd/windows/windir.c +++ b/src/osd/windows/windir.c @@ -2,7 +2,7 @@ windir.c - Win32 OSD core directory access functions - Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. + Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. ***************************************************************************/ diff --git a/src/osd/windows/window.c b/src/osd/windows/window.c index 7ccd3b1940e..68521011e84 100644 --- a/src/osd/windows/window.c +++ b/src/osd/windows/window.c @@ -2,7 +2,7 @@ // // window.c - Win32 window handling // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h index 31684704e0c..d1383a7b5c7 100644 --- a/src/osd/windows/window.h +++ b/src/osd/windows/window.h @@ -2,7 +2,7 @@ // // window.h - Win32 window handling // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak index e9d2211a3b3..7e981958af7 100644 --- a/src/osd/windows/windows.mak +++ b/src/osd/windows/windows.mak @@ -4,7 +4,7 @@ # # Windows-specific makefile # -# Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +# Copyright Nicola Salmoria and the MAME Team. # Visit http://mamedev.org for licensing and usage restrictions. # ########################################################################### diff --git a/src/osd/windows/winfile.c b/src/osd/windows/winfile.c index 6238e572cb2..8aeb4e597ae 100644 --- a/src/osd/windows/winfile.c +++ b/src/osd/windows/winfile.c @@ -2,7 +2,7 @@ // // winfile.c - Win32 OSD core file access functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winmain.c b/src/osd/windows/winmain.c index 01e63150360..74b593a0a99 100644 --- a/src/osd/windows/winmain.c +++ b/src/osd/windows/winmain.c @@ -2,7 +2,7 @@ // // winmain.c - Win32 main program // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winmain.h b/src/osd/windows/winmain.h index 5bc3a100f63..be5f568db96 100644 --- a/src/osd/windows/winmain.h +++ b/src/osd/windows/winmain.h @@ -2,7 +2,7 @@ // // winmain.h - Win32 main program and core headers // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winmisc.c b/src/osd/windows/winmisc.c index 486066c864b..6de35997b7c 100644 --- a/src/osd/windows/winmisc.c +++ b/src/osd/windows/winmisc.c @@ -2,7 +2,7 @@ // // winmisc.c - Win32 OSD core miscellaneous functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winprefix.h b/src/osd/windows/winprefix.h index 6d5f4acc7d2..2cec16b2529 100644 --- a/src/osd/windows/winprefix.h +++ b/src/osd/windows/winprefix.h @@ -2,7 +2,7 @@ // // winprefix.h - Win32 prefix file, included by ALL files // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winsync.c b/src/osd/windows/winsync.c index 8ee9e2f03ec..f3c5b6ee809 100644 --- a/src/osd/windows/winsync.c +++ b/src/osd/windows/winsync.c @@ -2,7 +2,7 @@ // // winsync.c - Win32 OSD core synchronization functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/wintime.c b/src/osd/windows/wintime.c index 4a92b237ba6..9c0de54a22d 100644 --- a/src/osd/windows/wintime.c +++ b/src/osd/windows/wintime.c @@ -2,7 +2,7 @@ // // wintime.c - Win32 OSD core timing functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winutf8.c b/src/osd/windows/winutf8.c index 38f67555402..b7fe5bc762b 100644 --- a/src/osd/windows/winutf8.c +++ b/src/osd/windows/winutf8.c @@ -2,7 +2,7 @@ // // winutf8.c - Win32 OSD core utility functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winutf8.h b/src/osd/windows/winutf8.h index 137e111f957..fdb3a3046c0 100644 --- a/src/osd/windows/winutf8.h +++ b/src/osd/windows/winutf8.h @@ -2,7 +2,7 @@ // // winutf8.h - Win32 UTF-8 wrappers // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winutil.c b/src/osd/windows/winutil.c index 7197bd2303f..450b99f34b2 100644 --- a/src/osd/windows/winutil.c +++ b/src/osd/windows/winutil.c @@ -2,7 +2,7 @@ // // winutil.c - Win32 OSD core utility functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winutil.h b/src/osd/windows/winutil.h index 412686cb36b..24b374aca55 100644 --- a/src/osd/windows/winutil.h +++ b/src/osd/windows/winutil.h @@ -2,7 +2,7 @@ // // winutil.h - Win32 OSD core utility functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ diff --git a/src/osd/windows/winwork.c b/src/osd/windows/winwork.c index 602c25a15fc..7dae45accc2 100644 --- a/src/osd/windows/winwork.c +++ b/src/osd/windows/winwork.c @@ -2,7 +2,7 @@ // // winwork.c - Win32 OSD core work item functions // -// Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. +// Copyright Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ |