From 2d5de1af9d013732ad3682ef1ad7fb2869a939c2 Mon Sep 17 00:00:00 2001 From: cebix <> Date: Mon, 12 Jan 2004 15:37:24 +0000 Subject: [PATCH] Happy New Year! :) --- SheepShaver/doc/BeOS/contact.html | 2 +- SheepShaver/doc/Linux/contact.html | 2 +- SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp | 2 +- SheepShaver/src/BeOS/CreatePCIDrivers/Video.cpp | 2 +- SheepShaver/src/BeOS/SaveROM/SaveROM.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/clip_unix.cpp | 2 +- SheepShaver/src/Unix/main_unix.cpp | 2 +- SheepShaver/src/Unix/prefs_editor_gtk.cpp | 4 ++-- SheepShaver/src/Unix/prefs_unix.cpp | 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/emul_op.cpp | 2 +- SheepShaver/src/emul_ppc/emul_ppc.cpp | 2 +- SheepShaver/src/ether.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/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/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/timer.cpp | 2 +- SheepShaver/src/user_strings.cpp | 2 +- SheepShaver/src/video.cpp | 2 +- 55 files changed, 57 insertions(+), 57 deletions(-) diff --git a/SheepShaver/doc/BeOS/contact.html b/SheepShaver/doc/BeOS/contact.html index f29ef2dd..b4c00075 100644 --- a/SheepShaver/doc/BeOS/contact.html +++ b/SheepShaver/doc/BeOS/contact.html @@ -27,7 +27,7 @@ SheepShaver was brought to you by

SheepShaver is available under the terms of the GNU General Public License. See the file "COPYING" that is included in the distribution for details. -

© Copyright 1997-2002 Christian Bauer and Marc Hellwig +

© Copyright 1997-2004 Christian Bauer and Marc Hellwig

Names of hardware and software items mentioned in this manual and in program texts are in most cases registered trade marks of the respective diff --git a/SheepShaver/doc/Linux/contact.html b/SheepShaver/doc/Linux/contact.html index 3ccbf6a0..f8a640e1 100644 --- a/SheepShaver/doc/Linux/contact.html +++ b/SheepShaver/doc/Linux/contact.html @@ -27,7 +27,7 @@ SheepShaver was brought to you by

SheepShaver is available under the terms of the GNU General Public License. See the file "COPYING" that is included in the distribution for details. -

© Copyright 1997-2002 Christian Bauer and Marc Hellwig +

© Copyright 1997-2004 Christian Bauer and Marc Hellwig

Names of hardware and software items mentioned in this manual and in program texts are in most cases registered trade marks of the respective diff --git a/SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp b/SheepShaver/src/BeOS/CreatePCIDrivers/Ethernet.cpp index cf9ca0c1..8c5d341f 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 d2d3c6af..1da8d155 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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/SaveROM/SaveROM.cpp b/SheepShaver/src/BeOS/SaveROM/SaveROM.cpp index a646aa40..5796ad5d 100644 --- a/SheepShaver/src/BeOS/SaveROM/SaveROM.cpp +++ b/SheepShaver/src/BeOS/SaveROM/SaveROM.cpp @@ -1,7 +1,7 @@ /* * SaveROM - Save Mac ROM to file * - * Copyright (C) 1998-2002 Christian Bauer + * Copyright (C) 1998-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/SheepShaver/src/BeOS/about_window_beos.cpp b/SheepShaver/src/BeOS/about_window_beos.cpp index 3134df0d..02eb1a7c 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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-2002 Christian Bauer and Marc Hellwig"); + DrawString(B_UTF8_COPYRIGHT "1997-2004 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 002a0128..ac04eefc 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 a8c3b168..af964b9c 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 ad5e83ad..88663447 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 d758614f..0112df4e 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 bbfa71a0..e32cd876 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 d4af6d49..8786bdb6 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 c4247b5a..38fbb311 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 949fc0c2..a3ce5d76 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 5c1403dd..44054969 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 ed86ab1b..2f37cd3e 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 c847b2cc..4b75ebf9 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 6b04529e..3dc66348 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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/clip_unix.cpp b/SheepShaver/src/Unix/clip_unix.cpp index 9dea33c7..3c2d3ab6 100644 --- a/SheepShaver/src/Unix/clip_unix.cpp +++ b/SheepShaver/src/Unix/clip_unix.cpp @@ -1,7 +1,7 @@ /* * clip_unix.cpp - Clipboard handling, Unix implementation * - * SheepShaver (C) 1997-2003 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 16020ada..17a9f29e 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 deda01d3..aa5962c8 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 @@ -245,7 +245,7 @@ static void mn_about(...) char str[512]; sprintf(str, "SheepShaver\nVersion %d.%d\n\n" - "Copyright (C) 1997-2002 Christian Bauer and Marc Hellwig\n" + "Copyright (C) 1997-2004 Christian Bauer and Marc Hellwig\n" "E-mail: Christian.Bauer@uni-mainz.de\n" "http://www.uni-mainz.de/~bauec002/\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 bb0e29d6..b8d367a2 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 acf6854b..1b2b75d8 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 b4ecfeee..5691d1ff 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 5a0a8bcc..0e853784 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 5b9b15d1..384d2da3 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-2003 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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/emul_op.cpp b/SheepShaver/src/emul_op.cpp index d3e5a3d9..4754e005 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 8fadf1e7..20e965bb 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 16ae179c..e2100a3c 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 0d014b44..db07a883 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 dbe3b8f6..ce3dab5c 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 168866c0..4e2eac07 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 e337919b..4cd77ba4 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 072f10b6..767e4ff5 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 b9dd2279..7ff0939f 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 4c325dc0..1412cd16 100644 --- a/SheepShaver/src/include/main.h +++ b/SheepShaver/src/include/main.h @@ -1,7 +1,7 @@ /* * main.h - Emulation core * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 c282abf1..65346449 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 54daaf34..c18dce87 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 bd119eed..74f73728 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 7634244b..0303a839 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 66e8dac4..950c7507 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 61ec5049..1064044b 100644 --- a/SheepShaver/src/include/version.h +++ b/SheepShaver/src/include/version.h @@ -1,7 +1,7 @@ /* * version.h - Version information * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 ef08a4ef..78d8fb03 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 b8a3ec8f..a7a5960d 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-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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 30d701d5..0353b5ef 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 cab50cbc..5ecf43be 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 b6e1c475..8a79687b 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 ae50ea2f..d4ea7390 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 1f3cae3b..32ed3628 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 f63e30c8..74c1cf43 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 4682e42a..ec0286cd 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 95791d1b..6870742a 100644 --- a/SheepShaver/src/serial.cpp +++ b/SheepShaver/src/serial.cpp @@ -1,7 +1,7 @@ /* * serial.cpp - Serial device driver * - * SheepShaver (C) 1997-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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/timer.cpp b/SheepShaver/src/timer.cpp index d9d041d7..52a54d76 100644 --- a/SheepShaver/src/timer.cpp +++ b/SheepShaver/src/timer.cpp @@ -1,7 +1,7 @@ /* * timer.cpp - Time Manager emulation * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 05a138ee..e17a29be 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-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2004 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 d4a5c639..5529cd18 100644 --- a/SheepShaver/src/video.cpp +++ b/SheepShaver/src/video.cpp @@ -1,7 +1,7 @@ /* * video.cpp - Video/graphics emulation * - * SheepShaver (C) 1997-2002 Marc Hellwig and Christian Bauer + * SheepShaver (C) 1997-2004 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