diff options
author | 2008-01-06 00:47:40 +0000 | |
---|---|---|
committer | 2008-01-06 00:47:40 +0000 | |
commit | ee9f88963c0f29029334fffc12c91cf758c2464c (patch) | |
tree | 85a5a2e967364e9b4fd22087e4b608ec29f158ff /src/lib/util | |
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/lib/util')
40 files changed, 40 insertions, 40 deletions
diff --git a/src/lib/util/astring.c b/src/lib/util/astring.c index b2ae0c6c61d..1e7da3487b6 100644 --- a/src/lib/util/astring.c +++ b/src/lib/util/astring.c @@ -4,7 +4,7 @@ Allocated string manipulation 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/lib/util/astring.h b/src/lib/util/astring.h index 36ba50acb1d..7be29ab8f27 100644 --- a/src/lib/util/astring.h +++ b/src/lib/util/astring.h @@ -4,7 +4,7 @@ Allocated string manipulation 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/lib/util/avcomp.c b/src/lib/util/avcomp.c index d3144e01175..c9f7b6b4173 100644 --- a/src/lib/util/avcomp.c +++ b/src/lib/util/avcomp.c @@ -10,7 +10,7 @@ To do: Audio/video compression and decompression helpers. - 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/lib/util/avcomp.h b/src/lib/util/avcomp.h index 9a729e3c1c1..1571f644fb0 100644 --- a/src/lib/util/avcomp.h +++ b/src/lib/util/avcomp.h @@ -4,7 +4,7 @@ Audio/video compression and decompression helpers. - 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/lib/util/aviio.c b/src/lib/util/aviio.c index 5fa464dcdb4..c4edafd9b3c 100644 --- a/src/lib/util/aviio.c +++ b/src/lib/util/aviio.c @@ -4,7 +4,7 @@ AVI movie format parsing helpers. - 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/lib/util/aviio.h b/src/lib/util/aviio.h index 41f9eba826d..37e949e6961 100644 --- a/src/lib/util/aviio.h +++ b/src/lib/util/aviio.h @@ -4,7 +4,7 @@ AVI movie format parsing helpers. - 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/lib/util/bitmap.c b/src/lib/util/bitmap.c index a7e5d5e46f8..3c4dec454a5 100644 --- a/src/lib/util/bitmap.c +++ b/src/lib/util/bitmap.c @@ -4,7 +4,7 @@ Core bitmap 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/lib/util/bitmap.h b/src/lib/util/bitmap.h index 5b4a5badbd0..ab484a010ff 100644 --- a/src/lib/util/bitmap.h +++ b/src/lib/util/bitmap.h @@ -4,7 +4,7 @@ Core bitmap 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/lib/util/cdrom.c b/src/lib/util/cdrom.c index 6fb3f44aebb..c3ceb84c958 100644 --- a/src/lib/util/cdrom.c +++ b/src/lib/util/cdrom.c @@ -2,7 +2,7 @@ Generic MAME CD-ROM utilties - build IDE and SCSI CD-ROMs on top of this - 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/lib/util/cdrom.h b/src/lib/util/cdrom.h index 75f12e7099a..83a2e69d99e 100644 --- a/src/lib/util/cdrom.h +++ b/src/lib/util/cdrom.h @@ -4,7 +4,7 @@ Generic MAME cd-rom 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/lib/util/chd.c b/src/lib/util/chd.c index 813ad8c31fe..9eee54cced8 100644 --- a/src/lib/util/chd.c +++ b/src/lib/util/chd.c @@ -2,7 +2,7 @@ MAME Compressed Hunks of Data file format - 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/lib/util/chd.h b/src/lib/util/chd.h index dd549cd76ca..693df78db76 100644 --- a/src/lib/util/chd.h +++ b/src/lib/util/chd.h @@ -2,7 +2,7 @@ MAME Compressed Hunks of Data file format - 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/lib/util/corefile.c b/src/lib/util/corefile.c index 008e919a8f7..0dc3098b45f 100644 --- a/src/lib/util/corefile.c +++ b/src/lib/util/corefile.c @@ -4,7 +4,7 @@ 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/lib/util/corefile.h b/src/lib/util/corefile.h index 7e69809579e..c2dda7ec43e 100644 --- a/src/lib/util/corefile.h +++ b/src/lib/util/corefile.h @@ -4,7 +4,7 @@ Core file I/O interface functions and definitions. - 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/lib/util/corestr.c b/src/lib/util/corestr.c index dd7bb1610e8..caedad7c0e1 100644 --- a/src/lib/util/corestr.c +++ b/src/lib/util/corestr.c @@ -4,7 +4,7 @@ Core string functions used throughout 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/lib/util/corestr.h b/src/lib/util/corestr.h index cd2ef4028b7..aa5fe216e6a 100644 --- a/src/lib/util/corestr.h +++ b/src/lib/util/corestr.h @@ -4,7 +4,7 @@ Core string functions used throughout 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/lib/util/coreutil.c b/src/lib/util/coreutil.c index daaf116dc9c..821126d8e74 100644 --- a/src/lib/util/coreutil.c +++ b/src/lib/util/coreutil.c @@ -4,7 +4,7 @@ Miscellaneous utility 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/lib/util/coreutil.h b/src/lib/util/coreutil.h index e251d61ca80..b6d4bb1e1db 100644 --- a/src/lib/util/coreutil.h +++ b/src/lib/util/coreutil.h @@ -4,7 +4,7 @@ Miscellaneous utility 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/lib/util/harddisk.c b/src/lib/util/harddisk.c index a4edf8524d9..24ea1f9e6c2 100644 --- a/src/lib/util/harddisk.c +++ b/src/lib/util/harddisk.c @@ -2,7 +2,7 @@ Generic MAME hard disk implementation, with differencing 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/lib/util/harddisk.h b/src/lib/util/harddisk.h index 2636fc80094..60ca9143850 100644 --- a/src/lib/util/harddisk.h +++ b/src/lib/util/harddisk.h @@ -4,7 +4,7 @@ Generic MAME hard disk implementation, with differencing 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/lib/util/huffman.c b/src/lib/util/huffman.c index 0465f5d94d3..de6a269c54a 100644 --- a/src/lib/util/huffman.c +++ b/src/lib/util/huffman.c @@ -4,7 +4,7 @@ Video compression and decompression helpers. - 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/lib/util/huffman.h b/src/lib/util/huffman.h index efc451b7483..e705b8b9621 100644 --- a/src/lib/util/huffman.h +++ b/src/lib/util/huffman.h @@ -4,7 +4,7 @@ Huffman compression 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/lib/util/jedparse.c b/src/lib/util/jedparse.c index 5a06b9353a5..8e1c79de48f 100644 --- a/src/lib/util/jedparse.c +++ b/src/lib/util/jedparse.c @@ -4,7 +4,7 @@ Parser for .JED files into raw fusemaps. - 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/lib/util/jedparse.h b/src/lib/util/jedparse.h index 4697914cfac..d947d0f9f22 100644 --- a/src/lib/util/jedparse.h +++ b/src/lib/util/jedparse.h @@ -4,7 +4,7 @@ Parser for .JED files into raw fusemaps. - 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/lib/util/options.c b/src/lib/util/options.c index e03b183436d..bb4f9132c89 100644 --- a/src/lib/util/options.c +++ b/src/lib/util/options.c @@ -4,7 +4,7 @@ Core options code 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/lib/util/options.h b/src/lib/util/options.h index 742f41bde89..42eae569b51 100644 --- a/src/lib/util/options.h +++ b/src/lib/util/options.h @@ -4,7 +4,7 @@ Core options code 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/lib/util/palette.c b/src/lib/util/palette.c index 83b1a851b02..6afb73aa478 100644 --- a/src/lib/util/palette.c +++ b/src/lib/util/palette.c @@ -4,7 +4,7 @@ Palette handling 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/lib/util/palette.h b/src/lib/util/palette.h index cef180c1262..fe81a51738a 100644 --- a/src/lib/util/palette.h +++ b/src/lib/util/palette.h @@ -4,7 +4,7 @@ Core palette 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/lib/util/png.c b/src/lib/util/png.c index 865703c0d73..441e1f4750a 100644 --- a/src/lib/util/png.c +++ b/src/lib/util/png.c @@ -4,7 +4,7 @@ PNG reading 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/lib/util/png.h b/src/lib/util/png.h index 9d11d895d64..33f502d60d3 100644 --- a/src/lib/util/png.h +++ b/src/lib/util/png.h @@ -4,7 +4,7 @@ PNG file management. - 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/lib/util/pool.c b/src/lib/util/pool.c index 5729d289a1b..fdcf4c517d1 100644 --- a/src/lib/util/pool.c +++ b/src/lib/util/pool.c @@ -4,7 +4,7 @@ Resource pool 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/lib/util/pool.h b/src/lib/util/pool.h index 6d746c36de5..0f564341197 100644 --- a/src/lib/util/pool.h +++ b/src/lib/util/pool.h @@ -4,7 +4,7 @@ Abstract object pool management - 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/lib/util/sha1.c b/src/lib/util/sha1.c index bf376874816..90aa85fea1d 100644 --- a/src/lib/util/sha1.c +++ b/src/lib/util/sha1.c @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Peter Gutmann, Andrew Kuchling, Niels Moeller + * Copyright 2001 Peter Gutmann, Andrew Kuchling, Niels Moeller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/lib/util/sha1.h b/src/lib/util/sha1.h index 8f9d9cdd835..028f3303cb1 100644 --- a/src/lib/util/sha1.h +++ b/src/lib/util/sha1.h @@ -5,7 +5,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels Moeller + * Copyright 2001 Niels Moeller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/lib/util/unicode.c b/src/lib/util/unicode.c index 33dac112fa7..e5282ec2caa 100644 --- a/src/lib/util/unicode.c +++ b/src/lib/util/unicode.c @@ -4,7 +4,7 @@ Unicode related 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/lib/util/unicode.h b/src/lib/util/unicode.h index 19eb3eab9e0..78aa3c6cc33 100644 --- a/src/lib/util/unicode.h +++ b/src/lib/util/unicode.h @@ -11,7 +11,7 @@ functions that convert UTF-8 and UTF-16 char clusters to and from singular 32-bit Unicode chars. - 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/lib/util/unzip.c b/src/lib/util/unzip.c index 9b95321ded7..5e9ec06c325 100644 --- a/src/lib/util/unzip.c +++ b/src/lib/util/unzip.c @@ -4,7 +4,7 @@ Functions to manipulate data within ZIP 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/lib/util/unzip.h b/src/lib/util/unzip.h index 0cc9842994d..080225e6842 100644 --- a/src/lib/util/unzip.h +++ b/src/lib/util/unzip.h @@ -4,7 +4,7 @@ ZIP file management. - 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/lib/util/xmlfile.c b/src/lib/util/xmlfile.c index a220cc05e4a..8e02ec6f399 100644 --- a/src/lib/util/xmlfile.c +++ b/src/lib/util/xmlfile.c @@ -4,7 +4,7 @@ XML file parsing 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/lib/util/xmlfile.h b/src/lib/util/xmlfile.h index f68c81fddb2..e3cbc33806c 100644 --- a/src/lib/util/xmlfile.h +++ b/src/lib/util/xmlfile.h @@ -4,7 +4,7 @@ XML file parsing 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. ***************************************************************************/ |