From 054c37ca0cbbca6636390aa3f066e7b0e80e8498 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Tue, 1 Jan 2008 09:47:39 +0000 Subject: [PATCH] Happy New Year! --- SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp | 2 +- SheepShaver/src/BeOS/CreatePCIDrivers/Video.cpp | 2 +- SheepShaver/src/BeOS/about_window_beos.cpp | 4 ++-- SheepShaver/src/BeOS/clip_beos.cpp | 2 +- SheepShaver/src/BeOS/ether_beos.cpp | 2 +- SheepShaver/src/BeOS/main_beos.cpp | 2 +- SheepShaver/src/BeOS/prefs_beos.cpp | 2 +- SheepShaver/src/BeOS/prefs_editor_beos.cpp | 2 +- SheepShaver/src/BeOS/sysdeps.h | 2 +- SheepShaver/src/BeOS/user_strings_beos.cpp | 2 +- SheepShaver/src/BeOS/user_strings_beos.h | 2 +- SheepShaver/src/BeOS/video_beos.cpp | 2 +- SheepShaver/src/BeOS/video_screen.h | 2 +- SheepShaver/src/BeOS/video_window.h | 2 +- SheepShaver/src/Unix/about_window_unix.cpp | 2 +- SheepShaver/src/Unix/main_unix.cpp | 2 +- SheepShaver/src/Unix/paranoia.cpp | 2 +- SheepShaver/src/Unix/prefs_editor_gtk.cpp | 4 ++-- SheepShaver/src/Unix/prefs_unix.cpp | 2 +- SheepShaver/src/Unix/sigregs.h | 2 +- SheepShaver/src/Unix/sysdeps.h | 2 +- SheepShaver/src/Unix/user_strings_unix.cpp | 2 +- SheepShaver/src/Unix/user_strings_unix.h | 2 +- SheepShaver/src/Unix/video_x.cpp | 2 +- SheepShaver/src/Windows/about_window_windows.cpp | 2 +- SheepShaver/src/Windows/main_windows.cpp | 2 +- SheepShaver/src/Windows/prefs_windows.cpp | 2 +- SheepShaver/src/Windows/sysdeps.h | 2 +- SheepShaver/src/Windows/user_strings_windows.cpp | 2 +- SheepShaver/src/Windows/user_strings_windows.h | 2 +- SheepShaver/src/dummy/ether_dummy.cpp | 2 +- SheepShaver/src/emul_op.cpp | 2 +- SheepShaver/src/emul_ppc/emul_ppc.cpp | 2 +- SheepShaver/src/ether.cpp | 2 +- SheepShaver/src/gfxaccel.cpp | 2 +- SheepShaver/src/include/about_window.h | 2 +- SheepShaver/src/include/cpu_emulation.h | 2 +- SheepShaver/src/include/emul_op.h | 2 +- SheepShaver/src/include/ether.h | 2 +- SheepShaver/src/include/ether_defs.h | 2 +- SheepShaver/src/include/macos_util.h | 2 +- SheepShaver/src/include/main.h | 2 +- SheepShaver/src/include/name_registry.h | 2 +- SheepShaver/src/include/prefs_editor.h | 2 +- SheepShaver/src/include/rom_patches.h | 2 +- SheepShaver/src/include/rsrc_patches.h | 2 +- SheepShaver/src/include/thunks.h | 2 +- SheepShaver/src/include/user_strings.h | 2 +- SheepShaver/src/include/version.h | 2 +- SheepShaver/src/include/video.h | 2 +- SheepShaver/src/include/video_defs.h | 2 +- SheepShaver/src/include/xlowmem.h | 2 +- SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp | 2 +- SheepShaver/src/macos_util.cpp | 2 +- SheepShaver/src/main.cpp | 2 +- SheepShaver/src/name_registry.cpp | 2 +- SheepShaver/src/prefs_items.cpp | 2 +- SheepShaver/src/rom_patches.cpp | 2 +- SheepShaver/src/rsrc_patches.cpp | 2 +- SheepShaver/src/serial.cpp | 2 +- SheepShaver/src/thunks.cpp | 2 +- SheepShaver/src/timer.cpp | 2 +- SheepShaver/src/user_strings.cpp | 2 +- SheepShaver/src/video.cpp | 2 +- 64 files changed, 66 insertions(+), 66 deletions(-) diff --git a/SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp b/SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp index fbec1ae6..c6c0fbf4 100644 --- a/SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp +++ b/SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp @@ -1,7 +1,7 @@ /* * Ethernet.cpp - SheepShaver ethernet PCI driver stub * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/CreatePCIDrivers/Video.cpp b/SheepShaver/src/BeOS/CreatePCIDrivers/Video.cpp index 014d8583..1e1c9b24 100644 --- a/SheepShaver/src/BeOS/CreatePCIDrivers/Video.cpp +++ b/SheepShaver/src/BeOS/CreatePCIDrivers/Video.cpp @@ -1,7 +1,7 @@ /* * Video.cpp - SheepShaver video PCI driver stub * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/about_window_beos.cpp b/SheepShaver/src/BeOS/about_window_beos.cpp index 5be92e2a..3d1536dc 100644 --- a/SheepShaver/src/BeOS/about_window_beos.cpp +++ b/SheepShaver/src/BeOS/about_window_beos.cpp @@ -1,7 +1,7 @@ /* * about_window_beos.cpp - "About" window, BeOS implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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 @@ -122,7 +122,7 @@ public: MovePenTo(20, 40); DrawString(GetString(STR_ABOUT_TEXT2)); MovePenTo(20, 60); - DrawString(B_UTF8_COPYRIGHT "1997-2004 Christian Bauer and Marc Hellwig"); + DrawString(B_UTF8_COPYRIGHT "1997-2008 Christian Bauer and Marc Hellwig"); } virtual void MouseDown(BPoint point) diff --git a/SheepShaver/src/BeOS/clip_beos.cpp b/SheepShaver/src/BeOS/clip_beos.cpp index 77cd261e..b08bf59a 100644 --- a/SheepShaver/src/BeOS/clip_beos.cpp +++ b/SheepShaver/src/BeOS/clip_beos.cpp @@ -1,7 +1,7 @@ /* * clip_beos.cpp - Clipboard handling, BeOS implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/ether_beos.cpp b/SheepShaver/src/BeOS/ether_beos.cpp index 35a9a5ed..740f9638 100644 --- a/SheepShaver/src/BeOS/ether_beos.cpp +++ b/SheepShaver/src/BeOS/ether_beos.cpp @@ -1,7 +1,7 @@ /* * ether_beos.cpp - SheepShaver Ethernet Device Driver (DLPI), BeOS specific stuff * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/BeOS/main_beos.cpp b/SheepShaver/src/BeOS/main_beos.cpp index 967b3c3e..ddf3304c 100644 --- a/SheepShaver/src/BeOS/main_beos.cpp +++ b/SheepShaver/src/BeOS/main_beos.cpp @@ -1,7 +1,7 @@ /* * main_beos.cpp - Emulation core, BeOS implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/prefs_beos.cpp b/SheepShaver/src/BeOS/prefs_beos.cpp index d7614243..4d7d33a8 100644 --- a/SheepShaver/src/BeOS/prefs_beos.cpp +++ b/SheepShaver/src/BeOS/prefs_beos.cpp @@ -1,7 +1,7 @@ /* * prefs_beos.cpp - Preferences handling, BeOS specific things * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/prefs_editor_beos.cpp b/SheepShaver/src/BeOS/prefs_editor_beos.cpp index 49351e55..847700c2 100644 --- a/SheepShaver/src/BeOS/prefs_editor_beos.cpp +++ b/SheepShaver/src/BeOS/prefs_editor_beos.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_beos.cpp - Preferences editor, BeOS implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/sysdeps.h b/SheepShaver/src/BeOS/sysdeps.h index 7c9aa38c..6a7861a5 100644 --- a/SheepShaver/src/BeOS/sysdeps.h +++ b/SheepShaver/src/BeOS/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for BeOS * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/user_strings_beos.cpp b/SheepShaver/src/BeOS/user_strings_beos.cpp index adc09933..0f7b1367 100644 --- a/SheepShaver/src/BeOS/user_strings_beos.cpp +++ b/SheepShaver/src/BeOS/user_strings_beos.cpp @@ -1,7 +1,7 @@ /* * user_strings_beos.cpp - Localizable strings, BeOS specific strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/user_strings_beos.h b/SheepShaver/src/BeOS/user_strings_beos.h index f34dacb6..b8248110 100644 --- a/SheepShaver/src/BeOS/user_strings_beos.h +++ b/SheepShaver/src/BeOS/user_strings_beos.h @@ -1,7 +1,7 @@ /* * user_strings_beos.h - BeOS-specific localizable strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/BeOS/video_beos.cpp b/SheepShaver/src/BeOS/video_beos.cpp index fb5dc471..aa4f2496 100644 --- a/SheepShaver/src/BeOS/video_beos.cpp +++ b/SheepShaver/src/BeOS/video_beos.cpp @@ -1,7 +1,7 @@ /* * video_beos.cpp - Video/graphics emulation, BeOS specific things * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/BeOS/video_screen.h b/SheepShaver/src/BeOS/video_screen.h index f349d91b..a3b5f268 100644 --- a/SheepShaver/src/BeOS/video_screen.h +++ b/SheepShaver/src/BeOS/video_screen.h @@ -1,7 +1,7 @@ /* * video_screen.h - Full screen video modes * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/BeOS/video_window.h b/SheepShaver/src/BeOS/video_window.h index 07a43990..60c4e1bf 100644 --- a/SheepShaver/src/BeOS/video_window.h +++ b/SheepShaver/src/BeOS/video_window.h @@ -1,7 +1,7 @@ /* * video_window.h - Window video modes * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/Unix/about_window_unix.cpp b/SheepShaver/src/Unix/about_window_unix.cpp index c53bbc91..3d4127fd 100644 --- a/SheepShaver/src/Unix/about_window_unix.cpp +++ b/SheepShaver/src/Unix/about_window_unix.cpp @@ -1,7 +1,7 @@ /* * about_window_unix.cpp - "About" window, Unix implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/main_unix.cpp b/SheepShaver/src/Unix/main_unix.cpp index a44fcbd4..d7329e2c 100644 --- a/SheepShaver/src/Unix/main_unix.cpp +++ b/SheepShaver/src/Unix/main_unix.cpp @@ -1,7 +1,7 @@ /* * main_unix.cpp - Emulation core, Unix implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/paranoia.cpp b/SheepShaver/src/Unix/paranoia.cpp index ee72fe52..7b75f724 100644 --- a/SheepShaver/src/Unix/paranoia.cpp +++ b/SheepShaver/src/Unix/paranoia.cpp @@ -2,7 +2,7 @@ * paranoia.cpp - Check undocumented features of the underlying * kernel that SheepShaver relies upon * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/prefs_editor_gtk.cpp b/SheepShaver/src/Unix/prefs_editor_gtk.cpp index 1e0b4f77..918b2148 100644 --- a/SheepShaver/src/Unix/prefs_editor_gtk.cpp +++ b/SheepShaver/src/Unix/prefs_editor_gtk.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_linux.cpp - Preferences editor, Linux implementation using GTK+ * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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 @@ -372,7 +372,7 @@ static void mn_about(...) char str[512]; sprintf(str, "SheepShaver\nVersion %d.%d\n\n" - "Copyright (C) 1997-2005 Christian Bauer and Marc Hellwig\n" + "Copyright (C) 1997-2008 Christian Bauer and Marc Hellwig\n" "E-mail: cb@cebix.net\n" "http://sheepshaver.cebix.net/\n\n" "SheepShaver comes with ABSOLUTELY NO\n" diff --git a/SheepShaver/src/Unix/prefs_unix.cpp b/SheepShaver/src/Unix/prefs_unix.cpp index 5a671c61..5612a6e6 100644 --- a/SheepShaver/src/Unix/prefs_unix.cpp +++ b/SheepShaver/src/Unix/prefs_unix.cpp @@ -1,7 +1,7 @@ /* * prefs_unix.cpp - Preferences handling, Unix specific things * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/sigregs.h b/SheepShaver/src/Unix/sigregs.h index 294901e7..1731cf2f 100644 --- a/SheepShaver/src/Unix/sigregs.h +++ b/SheepShaver/src/Unix/sigregs.h @@ -1,7 +1,7 @@ /* * sigregs.h - Extract machine registers from a signal frame * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/sysdeps.h b/SheepShaver/src/Unix/sysdeps.h index db5a3640..25f034a5 100644 --- a/SheepShaver/src/Unix/sysdeps.h +++ b/SheepShaver/src/Unix/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for Linux * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/user_strings_unix.cpp b/SheepShaver/src/Unix/user_strings_unix.cpp index a7febbf6..a3a8e5f6 100644 --- a/SheepShaver/src/Unix/user_strings_unix.cpp +++ b/SheepShaver/src/Unix/user_strings_unix.cpp @@ -1,7 +1,7 @@ /* * user_strings_unix.cpp - Localizable strings, Unix specific strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/user_strings_unix.h b/SheepShaver/src/Unix/user_strings_unix.h index 42526838..72de23e7 100644 --- a/SheepShaver/src/Unix/user_strings_unix.h +++ b/SheepShaver/src/Unix/user_strings_unix.h @@ -1,7 +1,7 @@ /* * user_strings_unix.h - Unix-specific localizable strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Unix/video_x.cpp b/SheepShaver/src/Unix/video_x.cpp index 78f5444a..0a520124 100644 --- a/SheepShaver/src/Unix/video_x.cpp +++ b/SheepShaver/src/Unix/video_x.cpp @@ -1,7 +1,7 @@ /* * video_x.cpp - Video/graphics emulation, X11 specific stuff * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/Windows/about_window_windows.cpp b/SheepShaver/src/Windows/about_window_windows.cpp index e604a73a..4527aad5 100755 --- a/SheepShaver/src/Windows/about_window_windows.cpp +++ b/SheepShaver/src/Windows/about_window_windows.cpp @@ -1,7 +1,7 @@ /* * about_window_windows.cpp - "About" window, Windows implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Windows/main_windows.cpp b/SheepShaver/src/Windows/main_windows.cpp index 7cda0d78..cd7ed8e2 100755 --- a/SheepShaver/src/Windows/main_windows.cpp +++ b/SheepShaver/src/Windows/main_windows.cpp @@ -1,7 +1,7 @@ /* * main_windows.cpp - Emulation core, Windows implementation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Windows/prefs_windows.cpp b/SheepShaver/src/Windows/prefs_windows.cpp index 1baa76bc..007084b1 100755 --- a/SheepShaver/src/Windows/prefs_windows.cpp +++ b/SheepShaver/src/Windows/prefs_windows.cpp @@ -1,7 +1,7 @@ /* * prefs_windows.cpp - Preferences handling, Windows specific stuff * - * SheepShaver (C) 1997-2005 Christian Bauer + * SheepShaver (C) 1997-2008 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/SheepShaver/src/Windows/sysdeps.h b/SheepShaver/src/Windows/sysdeps.h index aef4b837..f5aaee12 100755 --- a/SheepShaver/src/Windows/sysdeps.h +++ b/SheepShaver/src/Windows/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for Windows * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Windows/user_strings_windows.cpp b/SheepShaver/src/Windows/user_strings_windows.cpp index 9681b804..92555c8f 100755 --- a/SheepShaver/src/Windows/user_strings_windows.cpp +++ b/SheepShaver/src/Windows/user_strings_windows.cpp @@ -1,7 +1,7 @@ /* * user_strings_windows.cpp - Localizable strings, Windows specific strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/Windows/user_strings_windows.h b/SheepShaver/src/Windows/user_strings_windows.h index c989c151..7980c5f7 100755 --- a/SheepShaver/src/Windows/user_strings_windows.h +++ b/SheepShaver/src/Windows/user_strings_windows.h @@ -1,7 +1,7 @@ /* * user_strings_windows.h - Windows-specific localizable strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/dummy/ether_dummy.cpp b/SheepShaver/src/dummy/ether_dummy.cpp index bd43ce87..5046b051 100644 --- a/SheepShaver/src/dummy/ether_dummy.cpp +++ b/SheepShaver/src/dummy/ether_dummy.cpp @@ -1,7 +1,7 @@ /* * ether_dummy.cpp - Ethernet device driver, dummy implementation * - * Basilisk II (C) 1997-2005 Christian Bauer + * Basilisk II (C) 1997-2008 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/SheepShaver/src/emul_op.cpp b/SheepShaver/src/emul_op.cpp index 2efe04ff..7d5ba373 100644 --- a/SheepShaver/src/emul_op.cpp +++ b/SheepShaver/src/emul_op.cpp @@ -1,7 +1,7 @@ /* * emul_op.cpp - 68k opcodes for ROM patches * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/emul_ppc/emul_ppc.cpp b/SheepShaver/src/emul_ppc/emul_ppc.cpp index 292da82a..4396009c 100644 --- a/SheepShaver/src/emul_ppc/emul_ppc.cpp +++ b/SheepShaver/src/emul_ppc/emul_ppc.cpp @@ -1,7 +1,7 @@ /* * emul_ppc.cpp - PowerPC processor emulation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/ether.cpp b/SheepShaver/src/ether.cpp index 71309582..be170df7 100644 --- a/SheepShaver/src/ether.cpp +++ b/SheepShaver/src/ether.cpp @@ -1,7 +1,7 @@ /* * ether.cpp - SheepShaver Ethernet Device Driver (DLPI) * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/gfxaccel.cpp b/SheepShaver/src/gfxaccel.cpp index 1414db33..ed65e5d8 100644 --- a/SheepShaver/src/gfxaccel.cpp +++ b/SheepShaver/src/gfxaccel.cpp @@ -1,7 +1,7 @@ /* * gfxaccel.cpp - Generic Native QuickDraw acceleration * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/include/about_window.h b/SheepShaver/src/include/about_window.h index 1909c33d..6c2d8d82 100644 --- a/SheepShaver/src/include/about_window.h +++ b/SheepShaver/src/include/about_window.h @@ -1,7 +1,7 @@ /* * about_window.h - "About" window * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/cpu_emulation.h b/SheepShaver/src/include/cpu_emulation.h index f3cb38d1..e984103d 100644 --- a/SheepShaver/src/include/cpu_emulation.h +++ b/SheepShaver/src/include/cpu_emulation.h @@ -1,7 +1,7 @@ /* * cpu_emulation.h - Definitions for CPU emulation and Mac memory access * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/emul_op.h b/SheepShaver/src/include/emul_op.h index 5dfa72ed..78f35e0d 100644 --- a/SheepShaver/src/include/emul_op.h +++ b/SheepShaver/src/include/emul_op.h @@ -1,7 +1,7 @@ /* * emul_op.h - 68k opcodes for ROM patches * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/ether.h b/SheepShaver/src/include/ether.h index 04ef2b9e..b46a08e6 100644 --- a/SheepShaver/src/include/ether.h +++ b/SheepShaver/src/include/ether.h @@ -1,7 +1,7 @@ /* * ether.h - SheepShaver Ethernet Device Driver * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/include/ether_defs.h b/SheepShaver/src/include/ether_defs.h index 0fd7c632..390aee4c 100644 --- a/SheepShaver/src/include/ether_defs.h +++ b/SheepShaver/src/include/ether_defs.h @@ -1,7 +1,7 @@ /* * ether_defs.h - Definitions for DLPI Ethernet Driver * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/include/macos_util.h b/SheepShaver/src/include/macos_util.h index c90db9cd..de70d7f4 100644 --- a/SheepShaver/src/include/macos_util.h +++ b/SheepShaver/src/include/macos_util.h @@ -1,7 +1,7 @@ /* * macos_util.h - MacOS definitions/utility functions * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/main.h b/SheepShaver/src/include/main.h index f5fe639c..05d1bcf9 100644 --- a/SheepShaver/src/include/main.h +++ b/SheepShaver/src/include/main.h @@ -1,7 +1,7 @@ /* * main.h - Emulation core * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/name_registry.h b/SheepShaver/src/include/name_registry.h index ebd65ff1..ef7cbbfe 100644 --- a/SheepShaver/src/include/name_registry.h +++ b/SheepShaver/src/include/name_registry.h @@ -1,7 +1,7 @@ /* * name_registry.h - Name Registry handling * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/prefs_editor.h b/SheepShaver/src/include/prefs_editor.h index a97c7fb6..68b0326d 100644 --- a/SheepShaver/src/include/prefs_editor.h +++ b/SheepShaver/src/include/prefs_editor.h @@ -1,7 +1,7 @@ /* * prefs_editor.h - Preferences editor * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/rom_patches.h b/SheepShaver/src/include/rom_patches.h index 7ca01d95..c263606a 100644 --- a/SheepShaver/src/include/rom_patches.h +++ b/SheepShaver/src/include/rom_patches.h @@ -1,7 +1,7 @@ /* * rom_patches.h - ROM patches * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/rsrc_patches.h b/SheepShaver/src/include/rsrc_patches.h index 3bff5fca..2f367e12 100644 --- a/SheepShaver/src/include/rsrc_patches.h +++ b/SheepShaver/src/include/rsrc_patches.h @@ -1,7 +1,7 @@ /* * rsrc_patches.h - Resource patches * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/thunks.h b/SheepShaver/src/include/thunks.h index 768b0197..e1280f39 100644 --- a/SheepShaver/src/include/thunks.h +++ b/SheepShaver/src/include/thunks.h @@ -1,7 +1,7 @@ /* * thunks.h - Thunks to share data and code with MacOS * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/user_strings.h b/SheepShaver/src/include/user_strings.h index 0900bfb2..12ea12eb 100644 --- a/SheepShaver/src/include/user_strings.h +++ b/SheepShaver/src/include/user_strings.h @@ -1,7 +1,7 @@ /* * user_strings.h - Localizable strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/version.h b/SheepShaver/src/include/version.h index a0a01d92..a7d7728b 100644 --- a/SheepShaver/src/include/version.h +++ b/SheepShaver/src/include/version.h @@ -1,7 +1,7 @@ /* * version.h - Version information * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/include/video.h b/SheepShaver/src/include/video.h index a9467f3f..1a3b5e54 100644 --- a/SheepShaver/src/include/video.h +++ b/SheepShaver/src/include/video.h @@ -1,7 +1,7 @@ /* * video.h - Video/graphics emulation * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/include/video_defs.h b/SheepShaver/src/include/video_defs.h index 0dab6e4b..ef9e2824 100644 --- a/SheepShaver/src/include/video_defs.h +++ b/SheepShaver/src/include/video_defs.h @@ -1,7 +1,7 @@ /* * video_defs.h - MacOS types and structures for video * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/include/xlowmem.h b/SheepShaver/src/include/xlowmem.h index 07ed1048..c986d73d 100644 --- a/SheepShaver/src/include/xlowmem.h +++ b/SheepShaver/src/include/xlowmem.h @@ -1,7 +1,7 @@ /* * xlowmem.h - Definitions for extra Low Memory globals (0x2800..) * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp b/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp index 8fa38fb6..3b977ec1 100644 --- a/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp +++ b/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp @@ -1,7 +1,7 @@ /* * sheepshaver_glue.cpp - Glue Kheperix CPU to SheepShaver CPU engine interface * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/macos_util.cpp b/SheepShaver/src/macos_util.cpp index 9e9c6688..6dd5531a 100644 --- a/SheepShaver/src/macos_util.cpp +++ b/SheepShaver/src/macos_util.cpp @@ -1,7 +1,7 @@ /* * macos_util.cpp - MacOS definitions/utility functions * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/main.cpp b/SheepShaver/src/main.cpp index f3b3ef5b..2a256eed 100644 --- a/SheepShaver/src/main.cpp +++ b/SheepShaver/src/main.cpp @@ -1,7 +1,7 @@ /* * main.cpp - ROM patches * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/name_registry.cpp b/SheepShaver/src/name_registry.cpp index 0c97ab4e..b9b18e43 100644 --- a/SheepShaver/src/name_registry.cpp +++ b/SheepShaver/src/name_registry.cpp @@ -1,7 +1,7 @@ /* * name_registry.cpp - Name Registry handling * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/prefs_items.cpp b/SheepShaver/src/prefs_items.cpp index b4628782..bf03be28 100644 --- a/SheepShaver/src/prefs_items.cpp +++ b/SheepShaver/src/prefs_items.cpp @@ -1,7 +1,7 @@ /* * prefs_items.cpp - Common preferences items * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/rom_patches.cpp b/SheepShaver/src/rom_patches.cpp index 9633efa5..92f7faeb 100644 --- a/SheepShaver/src/rom_patches.cpp +++ b/SheepShaver/src/rom_patches.cpp @@ -1,7 +1,7 @@ /* * rom_patches.cpp - ROM patches * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/rsrc_patches.cpp b/SheepShaver/src/rsrc_patches.cpp index 858bcbc8..5aee1780 100644 --- a/SheepShaver/src/rsrc_patches.cpp +++ b/SheepShaver/src/rsrc_patches.cpp @@ -1,7 +1,7 @@ /* * rsrc_patches.cpp - Resource patches * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/serial.cpp b/SheepShaver/src/serial.cpp index 1edf6104..723fc8dc 100644 --- a/SheepShaver/src/serial.cpp +++ b/SheepShaver/src/serial.cpp @@ -1,7 +1,7 @@ /* * serial.cpp - Serial device driver * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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/SheepShaver/src/thunks.cpp b/SheepShaver/src/thunks.cpp index 954f1155..f8a1b64a 100644 --- a/SheepShaver/src/thunks.cpp +++ b/SheepShaver/src/thunks.cpp @@ -1,7 +1,7 @@ /* * thunks.cpp - Thunks to share data and code with MacOS * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/timer.cpp b/SheepShaver/src/timer.cpp index 526272e6..9de23253 100644 --- a/SheepShaver/src/timer.cpp +++ b/SheepShaver/src/timer.cpp @@ -1,7 +1,7 @@ /* * timer.cpp - Time Manager emulation * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/user_strings.cpp b/SheepShaver/src/user_strings.cpp index 6eb3c7c5..4041d451 100644 --- a/SheepShaver/src/user_strings.cpp +++ b/SheepShaver/src/user_strings.cpp @@ -1,7 +1,7 @@ /* * user_strings.cpp - Localizable strings * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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/SheepShaver/src/video.cpp b/SheepShaver/src/video.cpp index d7f58f8f..59b6dacb 100644 --- a/SheepShaver/src/video.cpp +++ b/SheepShaver/src/video.cpp @@ -1,7 +1,7 @@ /* * video.cpp - Video/graphics emulation * - * SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2008 Marc Hellwig and 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