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. <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. 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 <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 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. <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. 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 <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 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -122,7 +122,7 @@ public:
MovePenTo(20, 40); MovePenTo(20, 40);
DrawString(GetString(STR_ABOUT_TEXT2)); DrawString(GetString(STR_ABOUT_TEXT2));
MovePenTo(20, 60); 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) virtual void MouseDown(BPoint point)

View File

@ -1,7 +1,7 @@
/* /*
* clip_beos.cpp - Clipboard handling, BeOS implementation * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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+ * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -245,7 +245,7 @@ static void mn_about(...)
char str[512]; char str[512];
sprintf(str, sprintf(str,
"SheepShaver\nVersion %d.%d\n\n" "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" "E-mail: Christian.Bauer@uni-mainz.de\n"
"http://www.uni-mainz.de/~bauec002/\n\n" "http://www.uni-mainz.de/~bauec002/\n\n"
"SheepShaver comes with ABSOLUTELY NO\n" "SheepShaver comes with ABSOLUTELY NO\n"

View File

@ -1,7 +1,7 @@
/* /*
* prefs_unix.cpp - Preferences handling, Unix specific things * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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) * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* about_window.h - "About" window * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* main.h - Emulation core * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_editor.h - Preferences editor * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* rom_patches.h - ROM patches * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* rsrc_patches.h - Resource patches * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings.h - Localizable strings * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* version.h - Version information * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* video.h - Video/graphics emulation * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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..) * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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_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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * 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 * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* rom_patches.cpp - ROM patches * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* rsrc_patches.cpp - Resource patches * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* serial.cpp - Serial device driver * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* timer.cpp - Time Manager emulation * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings.cpp - Localizable strings * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* video.cpp - Video/graphics emulation * 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 * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by