Happy New Year! :)

This commit is contained in:
cebix 2004-01-12 15:37:24 +00:00
parent 9e7932abf0
commit 2d5de1af9d
55 changed files with 57 additions and 57 deletions

View File

@ -27,7 +27,7 @@ SheepShaver was brought to you by
<P>SheepShaver is available under the terms of the GNU General Public License.
See the file "COPYING" that is included in the distribution for details.
<P>&copy; Copyright 1997-2002 Christian Bauer and Marc Hellwig
<P>&copy; Copyright 1997-2004 Christian Bauer and Marc Hellwig
<P>Names of hardware and software items mentioned in this manual and
in program texts are in most cases registered trade marks of the respective

View File

@ -27,7 +27,7 @@ SheepShaver was brought to you by
<P>SheepShaver is available under the terms of the GNU General Public License.
See the file "COPYING" that is included in the distribution for details.
<P>&copy; Copyright 1997-2002 Christian Bauer and Marc Hellwig
<P>&copy; Copyright 1997-2004 Christian Bauer and Marc Hellwig
<P>Names of hardware and software items mentioned in this manual and
in program texts are in most cases registered trade marks of the respective

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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