diff --git a/BasiliskII/README b/BasiliskII/README index 917832eb..1473ae8c 100644 --- a/BasiliskII/README +++ b/BasiliskII/README @@ -2,7 +2,7 @@ Basilisk II A 68k Macintosh emulator - Copyright (C) 1997-2003 Christian Bauer et al. + Copyright (C) 1997-2004 Christian Bauer et al. License diff --git a/BasiliskII/src/AmigaOS/prefs_amiga.cpp b/BasiliskII/src/AmigaOS/prefs_amiga.cpp index d853c6f8..e1a63969 100644 --- a/BasiliskII/src/AmigaOS/prefs_amiga.cpp +++ b/BasiliskII/src/AmigaOS/prefs_amiga.cpp @@ -1,7 +1,7 @@ /* * prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/sysdeps.h b/BasiliskII/src/AmigaOS/sysdeps.h index a43433e2..48fff117 100644 --- a/BasiliskII/src/AmigaOS/sysdeps.h +++ b/BasiliskII/src/AmigaOS/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for AmigaOS * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/user_strings_amiga.cpp b/BasiliskII/src/AmigaOS/user_strings_amiga.cpp index 8687104f..f760f975 100644 --- a/BasiliskII/src/AmigaOS/user_strings_amiga.cpp +++ b/BasiliskII/src/AmigaOS/user_strings_amiga.cpp @@ -1,7 +1,7 @@ /* * user_strings_amiga.cpp - AmigaOS-specific localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/user_strings_amiga.h b/BasiliskII/src/AmigaOS/user_strings_amiga.h index e2f2331f..3f724ce6 100644 --- a/BasiliskII/src/AmigaOS/user_strings_amiga.h +++ b/BasiliskII/src/AmigaOS/user_strings_amiga.h @@ -1,7 +1,7 @@ /* * user_strings_amiga.h - AmigaOS-specific localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/video_amiga.cpp b/BasiliskII/src/AmigaOS/video_amiga.cpp index 974f58f8..2a169d20 100644 --- a/BasiliskII/src/AmigaOS/video_amiga.cpp +++ b/BasiliskII/src/AmigaOS/video_amiga.cpp @@ -1,7 +1,7 @@ /* * video_amiga.cpp - Video/graphics emulation, AmigaOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/about_window.cpp b/BasiliskII/src/BeOS/about_window.cpp index 094acc95..a1b8c0ac 100644 --- a/BasiliskII/src/BeOS/about_window.cpp +++ b/BasiliskII/src/BeOS/about_window.cpp @@ -1,7 +1,7 @@ \/* * about_window.cpp - "About" window * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ void ShowAboutWindow(void) char str[512]; sprintf(str, "Basilisk II\nVersion %d.%d\n\n" - "Copyright " B_UTF8_COPYRIGHT " 1997-2002 Christian Bauer et al.\n" + "Copyright " B_UTF8_COPYRIGHT " 1997-2004 Christian Bauer et al.\n" "E-mail: Christian.Bauer@uni-mainz.de\n" "http://www.uni-mainz.de/~bauec002/B2Main.html\n\n" "Basilisk II comes with ABSOLUTELY NO\n" diff --git a/BasiliskII/src/BeOS/about_window.h b/BasiliskII/src/BeOS/about_window.h index f487ddcc..3dafae8c 100644 --- a/BasiliskII/src/BeOS/about_window.h +++ b/BasiliskII/src/BeOS/about_window.h @@ -1,7 +1,7 @@ /* * about_window.h - "About" window * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/audio_beos.cpp b/BasiliskII/src/BeOS/audio_beos.cpp index 7a3004bd..97a7db41 100644 --- a/BasiliskII/src/BeOS/audio_beos.cpp +++ b/BasiliskII/src/BeOS/audio_beos.cpp @@ -1,7 +1,7 @@ /* * audio_beos.cpp - Audio support, BeOS implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * Portions written by Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/BeOS/clip_beos.cpp b/BasiliskII/src/BeOS/clip_beos.cpp index e1b8d14f..d9dc5c9b 100644 --- a/BasiliskII/src/BeOS/clip_beos.cpp +++ b/BasiliskII/src/BeOS/clip_beos.cpp @@ -1,7 +1,7 @@ /* * clip_beos.cpp - Clipboard handling, BeOS implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/ether_beos.cpp b/BasiliskII/src/BeOS/ether_beos.cpp index 812e09fd..7466f00d 100644 --- a/BasiliskII/src/BeOS/ether_beos.cpp +++ b/BasiliskII/src/BeOS/ether_beos.cpp @@ -1,7 +1,7 @@ /* * ether_beos.cpp - Ethernet device driver, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * Portions written by Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/BeOS/extfs_beos.cpp b/BasiliskII/src/BeOS/extfs_beos.cpp index b800a2f8..3e714f63 100644 --- a/BasiliskII/src/BeOS/extfs_beos.cpp +++ b/BasiliskII/src/BeOS/extfs_beos.cpp @@ -1,7 +1,7 @@ /* * extfs_beos.cpp - MacOS file system for access native file system access, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/main_beos.cpp b/BasiliskII/src/BeOS/main_beos.cpp index 0035b3fe..d14f52a8 100644 --- a/BasiliskII/src/BeOS/main_beos.cpp +++ b/BasiliskII/src/BeOS/main_beos.cpp @@ -1,7 +1,7 @@ /* * main_beos.cpp - Startup code for BeOS * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/prefs_beos.cpp b/BasiliskII/src/BeOS/prefs_beos.cpp index fae45fee..b169fb66 100644 --- a/BasiliskII/src/BeOS/prefs_beos.cpp +++ b/BasiliskII/src/BeOS/prefs_beos.cpp @@ -1,7 +1,7 @@ /* * prefs_beos.cpp - Preferences handling, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/prefs_editor_beos.cpp b/BasiliskII/src/BeOS/prefs_editor_beos.cpp index 0002d3f4..64f47f9a 100644 --- a/BasiliskII/src/BeOS/prefs_editor_beos.cpp +++ b/BasiliskII/src/BeOS/prefs_editor_beos.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_beos.cpp - Preferences editor, BeOS implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/scsi_beos.cpp b/BasiliskII/src/BeOS/scsi_beos.cpp index badfbd2d..259fbe6c 100644 --- a/BasiliskII/src/BeOS/scsi_beos.cpp +++ b/BasiliskII/src/BeOS/scsi_beos.cpp @@ -1,7 +1,7 @@ /* * scsi_beos.cpp - SCSI Manager, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/serial_beos.cpp b/BasiliskII/src/BeOS/serial_beos.cpp index 64c76d9c..ed24fb28 100644 --- a/BasiliskII/src/BeOS/serial_beos.cpp +++ b/BasiliskII/src/BeOS/serial_beos.cpp @@ -1,7 +1,7 @@ /* * serial_beos.cpp - Serial device driver, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/sys_beos.cpp b/BasiliskII/src/BeOS/sys_beos.cpp index e6b3bf2d..513f00d3 100644 --- a/BasiliskII/src/BeOS/sys_beos.cpp +++ b/BasiliskII/src/BeOS/sys_beos.cpp @@ -1,7 +1,7 @@ /* * sys_beos.cpp - System dependent routines, BeOS implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/sysdeps.h b/BasiliskII/src/BeOS/sysdeps.h index 481e1666..434768eb 100644 --- a/BasiliskII/src/BeOS/sysdeps.h +++ b/BasiliskII/src/BeOS/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for BeOS * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/timer_beos.cpp b/BasiliskII/src/BeOS/timer_beos.cpp index f75c85b2..a5aaf374 100644 --- a/BasiliskII/src/BeOS/timer_beos.cpp +++ b/BasiliskII/src/BeOS/timer_beos.cpp @@ -1,7 +1,7 @@ /* * timer_beos.cpp - Time Manager emulation, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/user_strings_beos.cpp b/BasiliskII/src/BeOS/user_strings_beos.cpp index a0e44338..634d36cc 100644 --- a/BasiliskII/src/BeOS/user_strings_beos.cpp +++ b/BasiliskII/src/BeOS/user_strings_beos.cpp @@ -1,7 +1,7 @@ /* * user_strings_beos.cpp - BeOS-specific localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/user_strings_beos.h b/BasiliskII/src/BeOS/user_strings_beos.h index 867a7076..3f245352 100644 --- a/BasiliskII/src/BeOS/user_strings_beos.h +++ b/BasiliskII/src/BeOS/user_strings_beos.h @@ -1,7 +1,7 @@ /* * user_strings_beos.h - BeOS-specific localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/video_beos.cpp b/BasiliskII/src/BeOS/video_beos.cpp index 5053a658..98d4750a 100644 --- a/BasiliskII/src/BeOS/video_beos.cpp +++ b/BasiliskII/src/BeOS/video_beos.cpp @@ -1,7 +1,7 @@ /* * video_beos.cpp - Video/graphics emulation, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * Portions written by Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/BeOS/xpram_beos.cpp b/BasiliskII/src/BeOS/xpram_beos.cpp index 550fff51..cc44f170 100644 --- a/BasiliskII/src/BeOS/xpram_beos.cpp +++ b/BasiliskII/src/BeOS/xpram_beos.cpp @@ -1,7 +1,7 @@ /* * xpram_beos.cpp - XPRAM handling, BeOS specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/Controller.h b/BasiliskII/src/MacOSX/Controller.h index 31998d12..c3b13d01 100644 --- a/BasiliskII/src/MacOSX/Controller.h +++ b/BasiliskII/src/MacOSX/Controller.h @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/Controller.mm b/BasiliskII/src/MacOSX/Controller.mm index d850e3d6..41242baa 100644 --- a/BasiliskII/src/MacOSX/Controller.mm +++ b/BasiliskII/src/MacOSX/Controller.mm @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/Emulator.h b/BasiliskII/src/MacOSX/Emulator.h index 865d59f5..430d1c08 100644 --- a/BasiliskII/src/MacOSX/Emulator.h +++ b/BasiliskII/src/MacOSX/Emulator.h @@ -4,7 +4,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/Emulator.mm b/BasiliskII/src/MacOSX/Emulator.mm index e85b4d54..b0086173 100644 --- a/BasiliskII/src/MacOSX/Emulator.mm +++ b/BasiliskII/src/MacOSX/Emulator.mm @@ -4,7 +4,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/EmulatorView.h b/BasiliskII/src/MacOSX/EmulatorView.h index 8d72dbb0..fab7acf1 100644 --- a/BasiliskII/src/MacOSX/EmulatorView.h +++ b/BasiliskII/src/MacOSX/EmulatorView.h @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2003 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/EmulatorView.mm b/BasiliskII/src/MacOSX/EmulatorView.mm index e7dacbf2..280314a2 100644 --- a/BasiliskII/src/MacOSX/EmulatorView.mm +++ b/BasiliskII/src/MacOSX/EmulatorView.mm @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2003 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/PrefsEditor.h b/BasiliskII/src/MacOSX/PrefsEditor.h index dd07c22b..a76ed351 100644 --- a/BasiliskII/src/MacOSX/PrefsEditor.h +++ b/BasiliskII/src/MacOSX/PrefsEditor.h @@ -4,7 +4,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/PrefsEditor.mm b/BasiliskII/src/MacOSX/PrefsEditor.mm index 652a21ed..55c6d0e3 100644 --- a/BasiliskII/src/MacOSX/PrefsEditor.mm +++ b/BasiliskII/src/MacOSX/PrefsEditor.mm @@ -4,7 +4,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2003 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/audio_defs_macosx.h b/BasiliskII/src/MacOSX/audio_defs_macosx.h index 51093092..0994dc70 100644 --- a/BasiliskII/src/MacOSX/audio_defs_macosx.h +++ b/BasiliskII/src/MacOSX/audio_defs_macosx.h @@ -6,7 +6,7 @@ * * audio_defs.h - Definitions for MacOS audio components * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/audio_macosx.cpp b/BasiliskII/src/MacOSX/audio_macosx.cpp index db77151d..aeb4dd2e 100644 --- a/BasiliskII/src/MacOSX/audio_macosx.cpp +++ b/BasiliskII/src/MacOSX/audio_macosx.cpp @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/audio_macosx.mm b/BasiliskII/src/MacOSX/audio_macosx.mm index e4e2082d..13f6ac13 100644 --- a/BasiliskII/src/MacOSX/audio_macosx.mm +++ b/BasiliskII/src/MacOSX/audio_macosx.mm @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/extfs_macosx.h b/BasiliskII/src/MacOSX/extfs_macosx.h index 4db0a2a8..539c9267 100644 --- a/BasiliskII/src/MacOSX/extfs_macosx.h +++ b/BasiliskII/src/MacOSX/extfs_macosx.h @@ -7,7 +7,7 @@ * * extfs_defs.h - MacOS types and structures for external file system * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/extfs_macosx.mm b/BasiliskII/src/MacOSX/extfs_macosx.mm index 6c7ceda7..6ee80bf2 100644 --- a/BasiliskII/src/MacOSX/extfs_macosx.mm +++ b/BasiliskII/src/MacOSX/extfs_macosx.mm @@ -6,7 +6,7 @@ * * extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/macos_util_macosx.h b/BasiliskII/src/MacOSX/macos_util_macosx.h index e4aaf9d0..64114355 100644 --- a/BasiliskII/src/MacOSX/macos_util_macosx.h +++ b/BasiliskII/src/MacOSX/macos_util_macosx.h @@ -6,7 +6,7 @@ * * macos_util.h - MacOS definitions/utility functions * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/main_macosx.h b/BasiliskII/src/MacOSX/main_macosx.h index b12eb87e..44ddd2b7 100644 --- a/BasiliskII/src/MacOSX/main_macosx.h +++ b/BasiliskII/src/MacOSX/main_macosx.h @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/main_macosx.mm b/BasiliskII/src/MacOSX/main_macosx.mm index 2fd0f876..6cf70db1 100644 --- a/BasiliskII/src/MacOSX/main_macosx.mm +++ b/BasiliskII/src/MacOSX/main_macosx.mm @@ -5,7 +5,7 @@ * Based (in a small way) on the default main.m, and on Basilisk's main_unix.cpp * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/misc_macosx.h b/BasiliskII/src/MacOSX/misc_macosx.h index 7be1310b..a339bae5 100644 --- a/BasiliskII/src/MacOSX/misc_macosx.h +++ b/BasiliskII/src/MacOSX/misc_macosx.h @@ -3,7 +3,7 @@ * * misc_macosx.h - Some prototypes of functions defined in misc_macosx.mm * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/misc_macosx.mm b/BasiliskII/src/MacOSX/misc_macosx.mm index 37352db0..a3a9de9a 100644 --- a/BasiliskII/src/MacOSX/misc_macosx.mm +++ b/BasiliskII/src/MacOSX/misc_macosx.mm @@ -3,7 +3,7 @@ * * misc_macosx.m - Miscellaneous Mac OS X routines. * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/prefs_macosx.cpp b/BasiliskII/src/MacOSX/prefs_macosx.cpp index 0e8bba8a..9db650b9 100644 --- a/BasiliskII/src/MacOSX/prefs_macosx.cpp +++ b/BasiliskII/src/MacOSX/prefs_macosx.cpp @@ -4,7 +4,7 @@ * prefs_macosx.cpp - Preferences handling, Unix specific. * Based on prefs_unix.cpp * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/sys_darwin.cpp b/BasiliskII/src/MacOSX/sys_darwin.cpp index d723308d..1a8ee306 100644 --- a/BasiliskII/src/MacOSX/sys_darwin.cpp +++ b/BasiliskII/src/MacOSX/sys_darwin.cpp @@ -7,7 +7,7 @@ * * Based on Apple's CDROMSample.c and Evan Jones' cd-discid.c patches * - * Basilisk II (C) 1997-2003 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/sysdeps.h b/BasiliskII/src/MacOSX/sysdeps.h index f04a86c6..64435158 100644 --- a/BasiliskII/src/MacOSX/sysdeps.h +++ b/BasiliskII/src/MacOSX/sysdeps.h @@ -4,7 +4,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/video_macosx.h b/BasiliskII/src/MacOSX/video_macosx.h index 638dcc5f..e0fd8dd4 100644 --- a/BasiliskII/src/MacOSX/video_macosx.h +++ b/BasiliskII/src/MacOSX/video_macosx.h @@ -3,7 +3,7 @@ * * $Id$ * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/MacOSX/video_macosx.mm b/BasiliskII/src/MacOSX/video_macosx.mm index 29d320f6..f54aa529 100644 --- a/BasiliskII/src/MacOSX/video_macosx.mm +++ b/BasiliskII/src/MacOSX/video_macosx.mm @@ -4,7 +4,7 @@ * video_macosx.mm - Interface between Basilisk II and Cocoa windowing. * Based on video_amiga.cpp and video_x.cpp * - * Basilisk II (C) 1997-2003 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/BasiliskII.1 b/BasiliskII/src/Unix/BasiliskII.1 index 54e459c4..ef5b9f11 100644 --- a/BasiliskII/src/Unix/BasiliskII.1 +++ b/BasiliskII/src/Unix/BasiliskII.1 @@ -47,7 +47,7 @@ http://www.uni-mainz.de/~bauec002/B2Main.html (Basilisk II homepage) .SH AUTHOR Christian Bauer .SH COPYRIGHT -Copyright \(co 1997-2002 Christian Bauer et al. +Copyright \(co 1997-2004 Christian Bauer et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/asm_support.s b/BasiliskII/src/Unix/asm_support.s index 93bb397d..b3eebb2a 100644 --- a/BasiliskII/src/Unix/asm_support.s +++ b/BasiliskII/src/Unix/asm_support.s @@ -1,7 +1,7 @@ /* * asm_support.s - Utility functions in assembly language (for native 68k support) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/audio_oss_esd.cpp b/BasiliskII/src/Unix/audio_oss_esd.cpp index 9aa63fe1..1ee14661 100644 --- a/BasiliskII/src/Unix/audio_oss_esd.cpp +++ b/BasiliskII/src/Unix/audio_oss_esd.cpp @@ -1,7 +1,7 @@ /* * audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/clip_unix.cpp b/BasiliskII/src/Unix/clip_unix.cpp index 10a0c93a..ad977db1 100644 --- a/BasiliskII/src/Unix/clip_unix.cpp +++ b/BasiliskII/src/Unix/clip_unix.cpp @@ -1,7 +1,7 @@ /* * clip_unix.cpp - Clipboard handling, Unix implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/ether_unix.cpp b/BasiliskII/src/Unix/ether_unix.cpp index ace1f23f..bb22483f 100644 --- a/BasiliskII/src/Unix/ether_unix.cpp +++ b/BasiliskII/src/Unix/ether_unix.cpp @@ -1,7 +1,7 @@ /* * ether_unix.cpp - Ethernet device driver, Unix specific stuff (Linux and FreeBSD) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/extfs_unix.cpp b/BasiliskII/src/Unix/extfs_unix.cpp index 489cd793..f5ce7376 100644 --- a/BasiliskII/src/Unix/extfs_unix.cpp +++ b/BasiliskII/src/Unix/extfs_unix.cpp @@ -1,7 +1,7 @@ /* * extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/keycodes b/BasiliskII/src/Unix/keycodes index 9de3a3fa..5b3cbb79 100644 --- a/BasiliskII/src/Unix/keycodes +++ b/BasiliskII/src/Unix/keycodes @@ -1,6 +1,6 @@ # /usr/share/BasiliskII/keycodes # -# Basilisk II (C) 1997-2002 Christian Bauer +# Basilisk II (C) 1997-2004 Christian Bauer # # This file is used to translate the (server-specific) X11 keycodes to Mac # keycodes depending on the X11 server being used. diff --git a/BasiliskII/src/Unix/main_unix.cpp b/BasiliskII/src/Unix/main_unix.cpp index d052d97b..267b0755 100644 --- a/BasiliskII/src/Unix/main_unix.cpp +++ b/BasiliskII/src/Unix/main_unix.cpp @@ -1,7 +1,7 @@ /* * main_unix.cpp - Startup code for Unix * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/posix_sem.cpp b/BasiliskII/src/Unix/posix_sem.cpp index 3bd8bd45..434758c0 100644 --- a/BasiliskII/src/Unix/posix_sem.cpp +++ b/BasiliskII/src/Unix/posix_sem.cpp @@ -2,7 +2,7 @@ * posix_sem.cpp - POSIX.4 semaphores "emulation" * Copyright (C) 1999 Orlando Bassotto * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/prefs_editor_gtk.cpp b/BasiliskII/src/Unix/prefs_editor_gtk.cpp index dfcac142..7365b9a2 100644 --- a/BasiliskII/src/Unix/prefs_editor_gtk.cpp +++ b/BasiliskII/src/Unix/prefs_editor_gtk.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_gtk.cpp - Preferences editor, Unix implementation using GTK+ * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -306,7 +306,7 @@ static void mn_about(...) dialog = gnome_about_new( "Basilisk II", version, - "Copyright (C) 1997-2002 Christian Bauer", + "Copyright (C) 1997-2004 Christian Bauer", authors, "Basilisk II comes with ABSOLUTELY NO WARRANTY." "This is free software, and you are welcome to redistribute it" @@ -322,7 +322,7 @@ static void mn_about(...) char str[512]; sprintf(str, "Basilisk II\nVersion %d.%d\n\n" - "Copyright (C) 1997-2002 Christian Bauer et al.\n" + "Copyright (C) 1997-2004 Christian Bauer et al.\n" "E-mail: Christian.Bauer@uni-mainz.de\n" "http://www.uni-mainz.de/~bauec002/B2Main.html\n\n" "Basilisk II comes with ABSOLUTELY NO\n" diff --git a/BasiliskII/src/Unix/prefs_unix.cpp b/BasiliskII/src/Unix/prefs_unix.cpp index fda26a3b..1f6ac0a3 100644 --- a/BasiliskII/src/Unix/prefs_unix.cpp +++ b/BasiliskII/src/Unix/prefs_unix.cpp @@ -1,7 +1,7 @@ /* * prefs_unix.cpp - Preferences handling, Unix specifix stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/serial_unix.cpp b/BasiliskII/src/Unix/serial_unix.cpp index 0e3c0a56..39a96dae 100644 --- a/BasiliskII/src/Unix/serial_unix.cpp +++ b/BasiliskII/src/Unix/serial_unix.cpp @@ -1,7 +1,7 @@ /* * serial_unix.cpp - Serial device driver, Unix specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/sigsegv.cpp b/BasiliskII/src/Unix/sigsegv.cpp index 97929f33..eedb4ec4 100644 --- a/BasiliskII/src/Unix/sigsegv.cpp +++ b/BasiliskII/src/Unix/sigsegv.cpp @@ -10,7 +10,7 @@ * tjw@omnigroup.com Sun, 4 Jun 2000 * www.omnigroup.com/mailman/archive/macosx-dev/2000-June/002030.html * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/sigsegv.h b/BasiliskII/src/Unix/sigsegv.h index a038961e..0e294fca 100644 --- a/BasiliskII/src/Unix/sigsegv.h +++ b/BasiliskII/src/Unix/sigsegv.h @@ -4,7 +4,7 @@ * Derived from Bruno Haible's work on his SIGSEGV library for clisp * * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/sys_unix.cpp b/BasiliskII/src/Unix/sys_unix.cpp index f3926d3a..b9a5a0c7 100644 --- a/BasiliskII/src/Unix/sys_unix.cpp +++ b/BasiliskII/src/Unix/sys_unix.cpp @@ -1,7 +1,7 @@ /* * sys_unix.cpp - System dependent routines, Unix implementation * - * Basilisk II (C) 1997-2003 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/sysdeps.h b/BasiliskII/src/Unix/sysdeps.h index 73087e26..2d391665 100644 --- a/BasiliskII/src/Unix/sysdeps.h +++ b/BasiliskII/src/Unix/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for Unix * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/timer_unix.cpp b/BasiliskII/src/Unix/timer_unix.cpp index 5e11bd2e..0ba9bab5 100644 --- a/BasiliskII/src/Unix/timer_unix.cpp +++ b/BasiliskII/src/Unix/timer_unix.cpp @@ -1,7 +1,7 @@ /* * timer_unix.cpp - Time Manager emulation, Unix specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/user_strings_unix.cpp b/BasiliskII/src/Unix/user_strings_unix.cpp index b61d21d0..b18732e0 100644 --- a/BasiliskII/src/Unix/user_strings_unix.cpp +++ b/BasiliskII/src/Unix/user_strings_unix.cpp @@ -1,7 +1,7 @@ /* * user_strings_unix.cpp - Unix-specific localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/user_strings_unix.h b/BasiliskII/src/Unix/user_strings_unix.h index d2c4cff7..fb97881a 100644 --- a/BasiliskII/src/Unix/user_strings_unix.h +++ b/BasiliskII/src/Unix/user_strings_unix.h @@ -1,7 +1,7 @@ /* * user_strings_unix.h - Unix-specific localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/video_blit.cpp b/BasiliskII/src/Unix/video_blit.cpp index c71c1313..98a075ec 100644 --- a/BasiliskII/src/Unix/video_blit.cpp +++ b/BasiliskII/src/Unix/video_blit.cpp @@ -1,7 +1,7 @@ /* * video_blit.cpp - Video/graphics emulation, blitters * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/video_blit.h b/BasiliskII/src/Unix/video_blit.h index afdce923..b715ae56 100644 --- a/BasiliskII/src/Unix/video_blit.h +++ b/BasiliskII/src/Unix/video_blit.h @@ -1,7 +1,7 @@ /* * video_blit.h - Video/graphics emulation, blitters * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/video_vosf.h b/BasiliskII/src/Unix/video_vosf.h index 51524560..5e324a65 100644 --- a/BasiliskII/src/Unix/video_vosf.h +++ b/BasiliskII/src/Unix/video_vosf.h @@ -1,7 +1,7 @@ /* * video_vosf.h - Video/graphics emulation, video on SEGV signals support * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/video_x.cpp b/BasiliskII/src/Unix/video_x.cpp index 892f1353..1a77e87c 100644 --- a/BasiliskII/src/Unix/video_x.cpp +++ b/BasiliskII/src/Unix/video_x.cpp @@ -1,7 +1,7 @@ /* * video_x.cpp - Video/graphics emulation, X11 specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/vm_alloc.cpp b/BasiliskII/src/Unix/vm_alloc.cpp index 65ec5af8..5db2aa30 100644 --- a/BasiliskII/src/Unix/vm_alloc.cpp +++ b/BasiliskII/src/Unix/vm_alloc.cpp @@ -2,7 +2,7 @@ * vm_alloc.cpp - Wrapper to various virtual memory allocation schemes * (supports mmap, vm_allocate or fallbacks to malloc) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/vm_alloc.h b/BasiliskII/src/Unix/vm_alloc.h index 11f18b19..ca34a8d1 100644 --- a/BasiliskII/src/Unix/vm_alloc.h +++ b/BasiliskII/src/Unix/vm_alloc.h @@ -2,7 +2,7 @@ * vm_alloc.h - Wrapper to various virtual memory allocation schemes * (supports mmap, vm_allocate or fallbacks to malloc) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/xpram_unix.cpp b/BasiliskII/src/Unix/xpram_unix.cpp index b5e4f2ad..f14b19a2 100644 --- a/BasiliskII/src/Unix/xpram_unix.cpp +++ b/BasiliskII/src/Unix/xpram_unix.cpp @@ -1,7 +1,7 @@ /* * xpram_unix.cpp - XPRAM handling, Unix specific stuff * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/adb.cpp b/BasiliskII/src/adb.cpp index aaa0c5bb..7f024e39 100644 --- a/BasiliskII/src/adb.cpp +++ b/BasiliskII/src/adb.cpp @@ -1,7 +1,7 @@ /* * adb.cpp - ADB emulation (mouse/keyboard) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/audio.cpp b/BasiliskII/src/audio.cpp index 95993e84..65564bd8 100644 --- a/BasiliskII/src/audio.cpp +++ b/BasiliskII/src/audio.cpp @@ -1,7 +1,7 @@ /* * audio.cpp - Audio support * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * Portions written by Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/cdrom.cpp b/BasiliskII/src/cdrom.cpp index 1937b111..7ed326db 100644 --- a/BasiliskII/src/cdrom.cpp +++ b/BasiliskII/src/cdrom.cpp @@ -1,7 +1,7 @@ /* * cdrom.cpp - CD-ROM driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/disk.cpp b/BasiliskII/src/disk.cpp index 58ffa0a8..262214aa 100644 --- a/BasiliskII/src/disk.cpp +++ b/BasiliskII/src/disk.cpp @@ -1,7 +1,7 @@ /* * disk.cpp - Generic disk driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/audio_dummy.cpp b/BasiliskII/src/dummy/audio_dummy.cpp index ae8c5f52..d73b931d 100644 --- a/BasiliskII/src/dummy/audio_dummy.cpp +++ b/BasiliskII/src/dummy/audio_dummy.cpp @@ -1,7 +1,7 @@ /* * audio_dummy.cpp - Audio support, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/clip_dummy.cpp b/BasiliskII/src/dummy/clip_dummy.cpp index 39f74ec4..6dcb7d6c 100644 --- a/BasiliskII/src/dummy/clip_dummy.cpp +++ b/BasiliskII/src/dummy/clip_dummy.cpp @@ -1,7 +1,7 @@ /* * clip_dummy.cpp - Clipboard handling, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/ether_dummy.cpp b/BasiliskII/src/dummy/ether_dummy.cpp index 3b8e8fbd..c08bc63a 100644 --- a/BasiliskII/src/dummy/ether_dummy.cpp +++ b/BasiliskII/src/dummy/ether_dummy.cpp @@ -1,7 +1,7 @@ /* * ether_dummy.cpp - Ethernet device driver, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/prefs_dummy.cpp b/BasiliskII/src/dummy/prefs_dummy.cpp index e2ac4666..35580a5b 100644 --- a/BasiliskII/src/dummy/prefs_dummy.cpp +++ b/BasiliskII/src/dummy/prefs_dummy.cpp @@ -1,7 +1,7 @@ /* * prefs_dummy.cpp - Preferences handling, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/prefs_editor_dummy.cpp b/BasiliskII/src/dummy/prefs_editor_dummy.cpp index 15f6e4c1..8cd7138f 100644 --- a/BasiliskII/src/dummy/prefs_editor_dummy.cpp +++ b/BasiliskII/src/dummy/prefs_editor_dummy.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_dummy.cpp - Preferences editor, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/scsi_dummy.cpp b/BasiliskII/src/dummy/scsi_dummy.cpp index 2015c7ca..5b6cf969 100644 --- a/BasiliskII/src/dummy/scsi_dummy.cpp +++ b/BasiliskII/src/dummy/scsi_dummy.cpp @@ -1,7 +1,7 @@ /* * scsi_dummy.cpp - SCSI Manager, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/serial_dummy.cpp b/BasiliskII/src/dummy/serial_dummy.cpp index bfb92140..9d071718 100644 --- a/BasiliskII/src/dummy/serial_dummy.cpp +++ b/BasiliskII/src/dummy/serial_dummy.cpp @@ -1,7 +1,7 @@ /* * serial_dummy.cpp - Serial device driver, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/user_strings_dummy.cpp b/BasiliskII/src/dummy/user_strings_dummy.cpp index 01592c21..fc6d0dd0 100644 --- a/BasiliskII/src/dummy/user_strings_dummy.cpp +++ b/BasiliskII/src/dummy/user_strings_dummy.cpp @@ -1,7 +1,7 @@ /* * user_strings_dummy.cpp - Localizable strings, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/xpram_dummy.cpp b/BasiliskII/src/dummy/xpram_dummy.cpp index b49f0a36..7e466f5c 100644 --- a/BasiliskII/src/dummy/xpram_dummy.cpp +++ b/BasiliskII/src/dummy/xpram_dummy.cpp @@ -1,7 +1,7 @@ /* * xpram_dummy.cpp - XPRAM handling, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/emul_op.cpp b/BasiliskII/src/emul_op.cpp index 59fb7155..3f7d0163 100644 --- a/BasiliskII/src/emul_op.cpp +++ b/BasiliskII/src/emul_op.cpp @@ -1,7 +1,7 @@ /* * emul_op.cpp - 68k opcodes for ROM patches * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/ether.cpp b/BasiliskII/src/ether.cpp index 844fd2e4..16caaf1a 100644 --- a/BasiliskII/src/ether.cpp +++ b/BasiliskII/src/ether.cpp @@ -1,7 +1,7 @@ /* * ether.cpp - Ethernet device driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/extfs.cpp b/BasiliskII/src/extfs.cpp index 8dd1dcac..a86a1696 100644 --- a/BasiliskII/src/extfs.cpp +++ b/BasiliskII/src/extfs.cpp @@ -1,7 +1,7 @@ /* * extfs.cpp - MacOS file system for native file system access * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/adb.h b/BasiliskII/src/include/adb.h index 1058045e..3dfde092 100644 --- a/BasiliskII/src/include/adb.h +++ b/BasiliskII/src/include/adb.h @@ -1,7 +1,7 @@ /* * adb.h - ADB emulation (mouse/keyboard) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/audio.h b/BasiliskII/src/include/audio.h index b67c5dc6..423582df 100644 --- a/BasiliskII/src/include/audio.h +++ b/BasiliskII/src/include/audio.h @@ -1,7 +1,7 @@ /* * audio.h - Audio support * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/audio_defs.h b/BasiliskII/src/include/audio_defs.h index 4e5fc731..53850981 100644 --- a/BasiliskII/src/include/audio_defs.h +++ b/BasiliskII/src/include/audio_defs.h @@ -1,7 +1,7 @@ /* * audio_defs.h - Definitions for MacOS audio components * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/cdrom.h b/BasiliskII/src/include/cdrom.h index 8ddc5967..5462882a 100644 --- a/BasiliskII/src/include/cdrom.h +++ b/BasiliskII/src/include/cdrom.h @@ -1,7 +1,7 @@ /* * cdrom.h - CD-ROM driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/clip.h b/BasiliskII/src/include/clip.h index a94a1522..21d70ad2 100644 --- a/BasiliskII/src/include/clip.h +++ b/BasiliskII/src/include/clip.h @@ -1,7 +1,7 @@ /* * clip.h - Clipboard handling * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/debug.h b/BasiliskII/src/include/debug.h index 9fdd76ec..34f2fc1c 100644 --- a/BasiliskII/src/include/debug.h +++ b/BasiliskII/src/include/debug.h @@ -1,7 +1,7 @@ /* * debug.h - Debugging utilities * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/disk.h b/BasiliskII/src/include/disk.h index bffaff2e..e2c33d07 100644 --- a/BasiliskII/src/include/disk.h +++ b/BasiliskII/src/include/disk.h @@ -1,7 +1,7 @@ /* * disk.h - Generic disk driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/emul_op.h b/BasiliskII/src/include/emul_op.h index 962209f7..094aae3e 100644 --- a/BasiliskII/src/include/emul_op.h +++ b/BasiliskII/src/include/emul_op.h @@ -1,7 +1,7 @@ /* * emul_op.h - 68k opcodes for ROM patches * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/ether.h b/BasiliskII/src/include/ether.h index ce9d8bab..888b1f82 100644 --- a/BasiliskII/src/include/ether.h +++ b/BasiliskII/src/include/ether.h @@ -1,7 +1,7 @@ /* * ether.h - Ethernet device driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/ether_defs.h b/BasiliskII/src/include/ether_defs.h index 5d4468ac..cac25abf 100644 --- a/BasiliskII/src/include/ether_defs.h +++ b/BasiliskII/src/include/ether_defs.h @@ -1,7 +1,7 @@ /* * ether_defs.h - Definitions for MacOS Ethernet drivers * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/extfs.h b/BasiliskII/src/include/extfs.h index ecf1f8a3..562b0eb4 100644 --- a/BasiliskII/src/include/extfs.h +++ b/BasiliskII/src/include/extfs.h @@ -1,7 +1,7 @@ /* * extfs.h - MacOS file system for access native file system access * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/extfs_defs.h b/BasiliskII/src/include/extfs_defs.h index f27b01ad..48bc21cc 100644 --- a/BasiliskII/src/include/extfs_defs.h +++ b/BasiliskII/src/include/extfs_defs.h @@ -1,7 +1,7 @@ /* * extfs_defs.h - MacOS types and structures for external file system * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/macos_util.h b/BasiliskII/src/include/macos_util.h index 70fc06ae..438cae69 100644 --- a/BasiliskII/src/include/macos_util.h +++ b/BasiliskII/src/include/macos_util.h @@ -1,7 +1,7 @@ /* * macos_util.h - MacOS definitions/utility functions * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/main.h b/BasiliskII/src/include/main.h index 5904e44f..edea7044 100644 --- a/BasiliskII/src/include/main.h +++ b/BasiliskII/src/include/main.h @@ -1,7 +1,7 @@ /* * main.h - General definitions * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/prefs.h b/BasiliskII/src/include/prefs.h index ac398e50..d1ceef31 100644 --- a/BasiliskII/src/include/prefs.h +++ b/BasiliskII/src/include/prefs.h @@ -1,7 +1,7 @@ /* * prefs.h - Preferences handling * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/prefs_editor.h b/BasiliskII/src/include/prefs_editor.h index fc993d51..44a2d908 100644 --- a/BasiliskII/src/include/prefs_editor.h +++ b/BasiliskII/src/include/prefs_editor.h @@ -1,7 +1,7 @@ /* * prefs_editor.h - Preferences editor * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/rom_patches.h b/BasiliskII/src/include/rom_patches.h index 436b9a20..ac024c08 100644 --- a/BasiliskII/src/include/rom_patches.h +++ b/BasiliskII/src/include/rom_patches.h @@ -1,7 +1,7 @@ /* * rom_patches.h - ROM patches * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/rsrc_patches.h b/BasiliskII/src/include/rsrc_patches.h index 779764b9..82442b34 100644 --- a/BasiliskII/src/include/rsrc_patches.h +++ b/BasiliskII/src/include/rsrc_patches.h @@ -1,7 +1,7 @@ /* * rsrc_patches.h - Resource patches * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/scsi.h b/BasiliskII/src/include/scsi.h index 6738433a..3ef028db 100644 --- a/BasiliskII/src/include/scsi.h +++ b/BasiliskII/src/include/scsi.h @@ -1,7 +1,7 @@ /* * scsi.h - SCSI Manager * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/serial.h b/BasiliskII/src/include/serial.h index e6f7de3b..9f94a523 100644 --- a/BasiliskII/src/include/serial.h +++ b/BasiliskII/src/include/serial.h @@ -1,7 +1,7 @@ /* * serial.h - Serial device driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/serial_defs.h b/BasiliskII/src/include/serial_defs.h index 655b3c3c..59d82940 100644 --- a/BasiliskII/src/include/serial_defs.h +++ b/BasiliskII/src/include/serial_defs.h @@ -1,7 +1,7 @@ /* * serial_defs.h - Definitions for MacOS serial drivers * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/slot_rom.h b/BasiliskII/src/include/slot_rom.h index ce5cfd15..1b3e0f19 100644 --- a/BasiliskII/src/include/slot_rom.h +++ b/BasiliskII/src/include/slot_rom.h @@ -1,7 +1,7 @@ /* * slot_rom.h - Slot declaration ROM * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/sony.h b/BasiliskII/src/include/sony.h index db60372e..cd2de7b6 100644 --- a/BasiliskII/src/include/sony.h +++ b/BasiliskII/src/include/sony.h @@ -1,7 +1,7 @@ /* * sony.h - Replacement .Sony driver (floppy drives) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/sys.h b/BasiliskII/src/include/sys.h index f3fb4d88..93e1d647 100644 --- a/BasiliskII/src/include/sys.h +++ b/BasiliskII/src/include/sys.h @@ -1,7 +1,7 @@ /* * sys.h - System dependent routines (mostly I/O) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/timer.h b/BasiliskII/src/include/timer.h index f6fbec5d..25881f43 100644 --- a/BasiliskII/src/include/timer.h +++ b/BasiliskII/src/include/timer.h @@ -1,7 +1,7 @@ /* * timer.h - Time Manager emulation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/user_strings.h b/BasiliskII/src/include/user_strings.h index ca10a2c2..148a8f67 100644 --- a/BasiliskII/src/include/user_strings.h +++ b/BasiliskII/src/include/user_strings.h @@ -1,7 +1,7 @@ /* * user_strings.h - Localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/version.h b/BasiliskII/src/include/version.h index 0db16efd..ce43480e 100644 --- a/BasiliskII/src/include/version.h +++ b/BasiliskII/src/include/version.h @@ -1,7 +1,7 @@ /* * version.h - Version information * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/video.h b/BasiliskII/src/include/video.h index ad4df821..b58e3d8b 100644 --- a/BasiliskII/src/include/video.h +++ b/BasiliskII/src/include/video.h @@ -1,7 +1,7 @@ /* * video.h - Video/graphics emulation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/video_defs.h b/BasiliskII/src/include/video_defs.h index e71ee857..dd14eddc 100644 --- a/BasiliskII/src/include/video_defs.h +++ b/BasiliskII/src/include/video_defs.h @@ -1,7 +1,7 @@ /* * video_defs.h - Definitions for MacOS video drivers * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/xpram.h b/BasiliskII/src/include/xpram.h index bf9b8dfd..4535ce0d 100644 --- a/BasiliskII/src/include/xpram.h +++ b/BasiliskII/src/include/xpram.h @@ -1,7 +1,7 @@ /* * xpram.h - XPRAM handling * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/macos_util.cpp b/BasiliskII/src/macos_util.cpp index d43287ca..de1ff5fc 100644 --- a/BasiliskII/src/macos_util.cpp +++ b/BasiliskII/src/macos_util.cpp @@ -1,7 +1,7 @@ /* * macos_util.cpp - MacOS definitions/utility functions * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/main.cpp b/BasiliskII/src/main.cpp index 495644a6..5b56c3c6 100644 --- a/BasiliskII/src/main.cpp +++ b/BasiliskII/src/main.cpp @@ -1,7 +1,7 @@ /* * main.cpp - Startup/shutdown code * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/native_cpu/cpu_emulation.h b/BasiliskII/src/native_cpu/cpu_emulation.h index f0d5172a..47c7ba99 100644 --- a/BasiliskII/src/native_cpu/cpu_emulation.h +++ b/BasiliskII/src/native_cpu/cpu_emulation.h @@ -1,7 +1,7 @@ /* * cpu_emulation.h - Definitions for Basilisk II CPU emulation module (native 68k version) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/powerrom_cpu/cpu_emulation.h b/BasiliskII/src/powerrom_cpu/cpu_emulation.h index af533a68..16e53ba5 100644 --- a/BasiliskII/src/powerrom_cpu/cpu_emulation.h +++ b/BasiliskII/src/powerrom_cpu/cpu_emulation.h @@ -1,7 +1,7 @@ /* * cpu_emulation.h - Definitions for Basilisk II CPU emulation module (Apple PowerMac ROM 680x0 emulator version (BeOS/PPC)) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp b/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp index 98b3c9bc..d5d2ab31 100644 --- a/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp +++ b/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp @@ -1,7 +1,7 @@ /* * powerrom_cpu.cpp - Using the 680x0 emulator in PowerMac ROMs for Basilisk II * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/prefs.cpp b/BasiliskII/src/prefs.cpp index 7f88b812..dd08ef32 100644 --- a/BasiliskII/src/prefs.cpp +++ b/BasiliskII/src/prefs.cpp @@ -1,7 +1,7 @@ /* * prefs.cpp - Preferences handling * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/prefs_items.cpp b/BasiliskII/src/prefs_items.cpp index 0b40bd67..1f35663e 100644 --- a/BasiliskII/src/prefs_items.cpp +++ b/BasiliskII/src/prefs_items.cpp @@ -1,7 +1,7 @@ /* * prefs_items.cpp - Common preferences items * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/rom_patches.cpp b/BasiliskII/src/rom_patches.cpp index 2f5ba76e..d5437427 100644 --- a/BasiliskII/src/rom_patches.cpp +++ b/BasiliskII/src/rom_patches.cpp @@ -1,7 +1,7 @@ /* * rom_patches.cpp - ROM patches * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/rsrc_patches.cpp b/BasiliskII/src/rsrc_patches.cpp index f2489c95..c53e2532 100644 --- a/BasiliskII/src/rsrc_patches.cpp +++ b/BasiliskII/src/rsrc_patches.cpp @@ -1,7 +1,7 @@ /* * rsrc_patches.cpp - Resource patches * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/scsi.cpp b/BasiliskII/src/scsi.cpp index 6fae882d..ea9582bd 100644 --- a/BasiliskII/src/scsi.cpp +++ b/BasiliskII/src/scsi.cpp @@ -1,7 +1,7 @@ /* * scsi.cpp - SCSI Manager * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/serial.cpp b/BasiliskII/src/serial.cpp index 743811c9..d36ecd72 100644 --- a/BasiliskII/src/serial.cpp +++ b/BasiliskII/src/serial.cpp @@ -1,7 +1,7 @@ /* * serial.cpp - Serial device driver * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/slot_rom.cpp b/BasiliskII/src/slot_rom.cpp index 03fe11b8..5dfba09e 100644 --- a/BasiliskII/src/slot_rom.cpp +++ b/BasiliskII/src/slot_rom.cpp @@ -1,7 +1,7 @@ /* * slot_rom.cpp - Slot declaration ROM * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/sony.cpp b/BasiliskII/src/sony.cpp index 6e0ff029..82e652fe 100644 --- a/BasiliskII/src/sony.cpp +++ b/BasiliskII/src/sony.cpp @@ -1,7 +1,7 @@ /* * sony.cpp - Replacement .Sony driver (floppy drives) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/timer.cpp b/BasiliskII/src/timer.cpp index fb73b816..7e153456 100644 --- a/BasiliskII/src/timer.cpp +++ b/BasiliskII/src/timer.cpp @@ -1,7 +1,7 @@ /* * timer.cpp - Time Manager emulation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/basilisk_glue.cpp b/BasiliskII/src/uae_cpu/basilisk_glue.cpp index 46f985a6..a6f9e53c 100644 --- a/BasiliskII/src/uae_cpu/basilisk_glue.cpp +++ b/BasiliskII/src/uae_cpu/basilisk_glue.cpp @@ -1,7 +1,7 @@ /* * basilisk_glue.cpp - Glue UAE CPU to Basilisk II CPU engine interface * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp b/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp index 9e8c7817..df5a3c20 100644 --- a/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp +++ b/BasiliskII/src/uae_cpu/compiler/codegen_x86.cpp @@ -3,10 +3,10 @@ * * Original 68040 JIT compiler for UAE, copyright 2000-2002 Bernd Meyer * - * Adaptation for Basilisk II and improvements, copyright 2000-2002 + * Adaptation for Basilisk II and improvements, copyright 2000-2004 * Gwenole Beauchesne * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * Portions related to CPU detection come from linux/arch/i386/kernel/setup.c * diff --git a/BasiliskII/src/uae_cpu/compiler/codegen_x86.h b/BasiliskII/src/uae_cpu/compiler/codegen_x86.h index 25b02a69..94c66c14 100644 --- a/BasiliskII/src/uae_cpu/compiler/codegen_x86.h +++ b/BasiliskII/src/uae_cpu/compiler/codegen_x86.h @@ -14,7 +14,7 @@ * Adaptations and enhancements for AMD64 support, Copyright 2003 * Gwenole Beauchesne * - * Basilisk II (C) 1997-2003 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/compiler/compemu.h b/BasiliskII/src/uae_cpu/compiler/compemu.h index 2c54f4fa..4491c018 100644 --- a/BasiliskII/src/uae_cpu/compiler/compemu.h +++ b/BasiliskII/src/uae_cpu/compiler/compemu.h @@ -3,10 +3,10 @@ * * Original 68040 JIT compiler for UAE, copyright 2000-2002 Bernd Meyer * - * Adaptation for Basilisk II and improvements, copyright 2000-2002 + * Adaptation for Basilisk II and improvements, copyright 2000-2004 * Gwenole Beauchesne * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp b/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp index 33fd9ccd..960987e0 100644 --- a/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp +++ b/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp @@ -3,10 +3,10 @@ * * Original 68040 JIT compiler for UAE, copyright 2000-2002 Bernd Meyer * - * Adaptation for Basilisk II and improvements, copyright 2000-2002 + * Adaptation for Basilisk II and improvements, copyright 2000-2004 * Gwenole Beauchesne * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp b/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp index 1419ce37..4d7d473b 100644 --- a/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp +++ b/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp @@ -3,10 +3,10 @@ * * Original 68040 JIT compiler for UAE, copyright 2000-2002 Bernd Meyer * - * Adaptation for Basilisk II and improvements, copyright 2000-2002 + * Adaptation for Basilisk II and improvements, copyright 2000-2004 * Gwenole Beauchesne * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/compiler/flags_x86.h b/BasiliskII/src/uae_cpu/compiler/flags_x86.h index 8fb76d56..6df80bc9 100644 --- a/BasiliskII/src/uae_cpu/compiler/flags_x86.h +++ b/BasiliskII/src/uae_cpu/compiler/flags_x86.h @@ -3,10 +3,10 @@ * * Original 68040 JIT compiler for UAE, copyright 2000-2002 Bernd Meyer * - * Adaptation for Basilisk II and improvements, copyright 2000-2002 + * Adaptation for Basilisk II and improvements, copyright 2000-2004 * Gwenole Beauchesne * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/compiler/gencomp.c b/BasiliskII/src/uae_cpu/compiler/gencomp.c index b0b94502..b9cc631b 100644 --- a/BasiliskII/src/uae_cpu/compiler/gencomp.c +++ b/BasiliskII/src/uae_cpu/compiler/gencomp.c @@ -4,10 +4,10 @@ * Based on work Copyright 1995, 1996 Bernd Schmidt * Changes for UAE-JIT Copyright 2000 Bernd Meyer * - * Adaptation for Basilisk II and improvements, copyright 2000-2002 + * Adaptation for Basilisk II and improvements, copyright 2000-2004 * Gwenole Beauchesne * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/cpu_emulation.h b/BasiliskII/src/uae_cpu/cpu_emulation.h index b433f283..99fc8b86 100644 --- a/BasiliskII/src/uae_cpu/cpu_emulation.h +++ b/BasiliskII/src/uae_cpu/cpu_emulation.h @@ -1,7 +1,7 @@ /* * cpu_emulation.h - Definitions for Basilisk II CPU emulation module (UAE 0.8.10 version) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/fpu/core.h b/BasiliskII/src/uae_cpu/fpu/core.h index 325dafdb..e1b1b90f 100644 --- a/BasiliskII/src/uae_cpu/fpu/core.h +++ b/BasiliskII/src/uae_cpu/fpu/core.h @@ -1,7 +1,7 @@ /* * fpu/core.h - base fpu context definition * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/exceptions.cpp b/BasiliskII/src/uae_cpu/fpu/exceptions.cpp index 899295aa..a360e772 100644 --- a/BasiliskII/src/uae_cpu/fpu/exceptions.cpp +++ b/BasiliskII/src/uae_cpu/fpu/exceptions.cpp @@ -1,7 +1,7 @@ /* * fpu/exceptions.cpp - system-dependant FPU exceptions management * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/exceptions.h b/BasiliskII/src/uae_cpu/fpu/exceptions.h index 9406b279..21d65933 100644 --- a/BasiliskII/src/uae_cpu/fpu/exceptions.h +++ b/BasiliskII/src/uae_cpu/fpu/exceptions.h @@ -1,7 +1,7 @@ /* * fpu/exceptions.h - system-dependant FPU exceptions management * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/flags.cpp b/BasiliskII/src/uae_cpu/fpu/flags.cpp index 8f7f7c27..4990f0a9 100644 --- a/BasiliskII/src/uae_cpu/fpu/flags.cpp +++ b/BasiliskII/src/uae_cpu/fpu/flags.cpp @@ -1,7 +1,7 @@ /* * fpu/flags.cpp - Floating-point flags * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/flags.h b/BasiliskII/src/uae_cpu/fpu/flags.h index 1994ef27..b8b62dec 100644 --- a/BasiliskII/src/uae_cpu/fpu/flags.h +++ b/BasiliskII/src/uae_cpu/fpu/flags.h @@ -1,7 +1,7 @@ /* * fpu/flags.h - Floating-point flags * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/fpu.h b/BasiliskII/src/uae_cpu/fpu/fpu.h index b20d48da..469dc0b9 100644 --- a/BasiliskII/src/uae_cpu/fpu/fpu.h +++ b/BasiliskII/src/uae_cpu/fpu/fpu.h @@ -1,7 +1,7 @@ /* * fpu/fpu.h - public header * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/fpu_ieee.h b/BasiliskII/src/uae_cpu/fpu/fpu_ieee.h index 05c17b3a..13013362 100644 --- a/BasiliskII/src/uae_cpu/fpu/fpu_ieee.h +++ b/BasiliskII/src/uae_cpu/fpu/fpu_ieee.h @@ -1,7 +1,7 @@ /* * fpu/fpu_uae.h - Extra Definitions for the old UAE FPU core * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/fpu_uae.h b/BasiliskII/src/uae_cpu/fpu/fpu_uae.h index 76648713..b58ef50d 100644 --- a/BasiliskII/src/uae_cpu/fpu/fpu_uae.h +++ b/BasiliskII/src/uae_cpu/fpu/fpu_uae.h @@ -1,7 +1,7 @@ /* * fpu/fpu_uae.h - Extra Definitions for the old UAE FPU core * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/fpu_x86.cpp b/BasiliskII/src/uae_cpu/fpu/fpu_x86.cpp index 7ce9421c..9d05b680 100644 --- a/BasiliskII/src/uae_cpu/fpu/fpu_x86.cpp +++ b/BasiliskII/src/uae_cpu/fpu/fpu_x86.cpp @@ -1,7 +1,7 @@ /* * fpu_x86.cpp - 68881/68040 fpu code for x86/Windows an Linux/x86. * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/fpu_x86.h b/BasiliskII/src/uae_cpu/fpu/fpu_x86.h index 4acdd8da..4fe973eb 100644 --- a/BasiliskII/src/uae_cpu/fpu/fpu_x86.h +++ b/BasiliskII/src/uae_cpu/fpu/fpu_x86.h @@ -1,7 +1,7 @@ /* * fpu/fpu_x86.h - Extra Definitions for the X86 assembly FPU core * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/impl.h b/BasiliskII/src/uae_cpu/fpu/impl.h index 7a4c24a9..a1db4129 100644 --- a/BasiliskII/src/uae_cpu/fpu/impl.h +++ b/BasiliskII/src/uae_cpu/fpu/impl.h @@ -1,7 +1,7 @@ /* * fpu/impl.h - extra functions and inline implementations * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/mathlib.cpp b/BasiliskII/src/uae_cpu/fpu/mathlib.cpp index aebb6741..382d7045 100644 --- a/BasiliskII/src/uae_cpu/fpu/mathlib.cpp +++ b/BasiliskII/src/uae_cpu/fpu/mathlib.cpp @@ -1,7 +1,7 @@ /* * fpu/mathlib.cpp - Floating-point math support library * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/mathlib.h b/BasiliskII/src/uae_cpu/fpu/mathlib.h index 88091051..6db6512f 100644 --- a/BasiliskII/src/uae_cpu/fpu/mathlib.h +++ b/BasiliskII/src/uae_cpu/fpu/mathlib.h @@ -1,7 +1,7 @@ /* * fpu/mathlib.h - Floating-point math support library * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/rounding.cpp b/BasiliskII/src/uae_cpu/fpu/rounding.cpp index 5b86ca2d..5917831f 100644 --- a/BasiliskII/src/uae_cpu/fpu/rounding.cpp +++ b/BasiliskII/src/uae_cpu/fpu/rounding.cpp @@ -1,7 +1,7 @@ /* * fpu/rounding.cpp - system-dependant FPU rounding mode and precision * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/rounding.h b/BasiliskII/src/uae_cpu/fpu/rounding.h index d1273450..d9a038e2 100644 --- a/BasiliskII/src/uae_cpu/fpu/rounding.h +++ b/BasiliskII/src/uae_cpu/fpu/rounding.h @@ -1,7 +1,7 @@ /* * fpu/rounding.h - system-dependant FPU rounding mode and precision * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu/types.h b/BasiliskII/src/uae_cpu/fpu/types.h index e182309f..4837b413 100644 --- a/BasiliskII/src/uae_cpu/fpu/types.h +++ b/BasiliskII/src/uae_cpu/fpu/types.h @@ -1,7 +1,7 @@ /* * types.h - basic types for fpu registers * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/user_strings.cpp b/BasiliskII/src/user_strings.cpp index d137fff6..acec7761 100644 --- a/BasiliskII/src/user_strings.cpp +++ b/BasiliskII/src/user_strings.cpp @@ -1,7 +1,7 @@ /* * user_strings.cpp - Common localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/video.cpp b/BasiliskII/src/video.cpp index 2cc6addd..68c99196 100644 --- a/BasiliskII/src/video.cpp +++ b/BasiliskII/src/video.cpp @@ -1,7 +1,7 @@ /* * video.cpp - Video/graphics emulation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * Portions written by Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/xpram.cpp b/BasiliskII/src/xpram.cpp index 875aa8ff..01a6b625 100644 --- a/BasiliskII/src/xpram.cpp +++ b/BasiliskII/src/xpram.cpp @@ -1,7 +1,7 @@ /* * xpram.cpp - XPRAM handling * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by