Happy New Year! :)

This commit is contained in:
cebix 2004-01-12 15:29:31 +00:00
parent 3b68b863c7
commit 9e7932abf0
161 changed files with 170 additions and 170 deletions

View File

@ -2,7 +2,7 @@
Basilisk II Basilisk II
A 68k Macintosh emulator A 68k Macintosh emulator
Copyright (C) 1997-2003 Christian Bauer et al. Copyright (C) 1997-2004 Christian Bauer et al.
License License

View File

@ -1,7 +1,7 @@
/* /*
* prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff * prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 AmigaOS * sysdeps.h - System dependent definitions for AmigaOS
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_amiga.cpp - AmigaOS-specific localizable strings * user_strings_amiga.cpp - AmigaOS-specific localizable strings
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_amiga.h - AmigaOS-specific localizable strings * user_strings_amiga.h - AmigaOS-specific localizable strings
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_amiga.cpp - Video/graphics emulation, AmigaOS specific stuff * video_amiga.cpp - Video/graphics emulation, AmigaOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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.cpp - "About" window * about_window.cpp - "About" window
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
@ -34,7 +34,7 @@ void ShowAboutWindow(void)
char str[512]; char str[512];
sprintf(str, sprintf(str,
"Basilisk II\nVersion %d.%d\n\n" "Basilisk II\nVersion %d.%d\n\n"
"Copyright " B_UTF8_COPYRIGHT " 1997-2002 Christian Bauer et al.\n" "Copyright " B_UTF8_COPYRIGHT " 1997-2004 Christian Bauer et al.\n"
"E-mail: Christian.Bauer@uni-mainz.de\n" "E-mail: Christian.Bauer@uni-mainz.de\n"
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n" "http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
"Basilisk II comes with ABSOLUTELY NO\n" "Basilisk II comes with ABSOLUTELY NO\n"

View File

@ -1,7 +1,7 @@
/* /*
* about_window.h - "About" window * about_window.h - "About" window
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* audio_beos.cpp - Audio support, BeOS implementation * audio_beos.cpp - Audio support, BeOS implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* Portions written by Marc Hellwig * Portions written by 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

View File

@ -1,7 +1,7 @@
/* /*
* clip_beos.cpp - Clipboard handling, BeOS implementation * clip_beos.cpp - Clipboard handling, BeOS implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 - Ethernet device driver, BeOS specific stuff * ether_beos.cpp - Ethernet device driver, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* Portions written by Marc Hellwig * Portions written by 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

View File

@ -1,7 +1,7 @@
/* /*
* extfs_beos.cpp - MacOS file system for access native file system access, BeOS specific stuff * extfs_beos.cpp - MacOS file system for access native file system access, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 - Startup code for BeOS * main_beos.cpp - Startup code for BeOS
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 stuff * prefs_beos.cpp - Preferences handling, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* scsi_beos.cpp - SCSI Manager, BeOS specific stuff * scsi_beos.cpp - SCSI Manager, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_beos.cpp - Serial device driver, BeOS specific stuff * serial_beos.cpp - Serial device driver, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* sys_beos.cpp - System dependent routines, BeOS implementation * sys_beos.cpp - System dependent routines, BeOS implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_beos.cpp - Time Manager emulation, BeOS specific stuff * timer_beos.cpp - Time Manager emulation, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 - BeOS-specific localizable strings * user_strings_beos.cpp - BeOS-specific localizable strings
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 stuff * video_beos.cpp - Video/graphics emulation, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* Portions written by Marc Hellwig * Portions written by 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

View File

@ -1,7 +1,7 @@
/* /*
* xpram_beos.cpp - XPRAM handling, BeOS specific stuff * xpram_beos.cpp - XPRAM handling, BeOS specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2001 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2001 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2001 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2003 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2003 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2001 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2003 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -6,7 +6,7 @@
* *
* audio_defs.h - Definitions for MacOS audio components * audio_defs.h - Definitions for MacOS audio components
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -7,7 +7,7 @@
* *
* extfs_defs.h - MacOS types and structures for external file system * extfs_defs.h - MacOS types and structures for external file system
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -6,7 +6,7 @@
* *
* extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff * extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -6,7 +6,7 @@
* *
* macos_util.h - MacOS definitions/utility functions * macos_util.h - MacOS definitions/utility functions
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -5,7 +5,7 @@
* Based (in a small way) on the default main.m, * Based (in a small way) on the default main.m,
and on Basilisk's main_unix.cpp and on Basilisk's main_unix.cpp
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* misc_macosx.h - Some prototypes of functions defined in misc_macosx.mm * misc_macosx.h - Some prototypes of functions defined in misc_macosx.mm
* *
* Basilisk II (C) 1997-2001 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* misc_macosx.m - Miscellaneous Mac OS X routines. * misc_macosx.m - Miscellaneous Mac OS X routines.
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* prefs_macosx.cpp - Preferences handling, Unix specific. * prefs_macosx.cpp - Preferences handling, Unix specific.
* Based on prefs_unix.cpp * Based on prefs_unix.cpp
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -7,7 +7,7 @@
* *
* Based on Apple's CDROMSample.c and Evan Jones' cd-discid.c patches * Based on Apple's CDROMSample.c and Evan Jones' cd-discid.c patches
* *
* Basilisk II (C) 1997-2003 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2001 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -3,7 +3,7 @@
* *
* $Id$ * $Id$
* *
* Basilisk II (C) 1997-2001 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* video_macosx.mm - Interface between Basilisk II and Cocoa windowing. * video_macosx.mm - Interface between Basilisk II and Cocoa windowing.
* Based on video_amiga.cpp and video_x.cpp * Based on video_amiga.cpp and video_x.cpp
* *
* Basilisk II (C) 1997-2003 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -47,7 +47,7 @@ http://www.uni-mainz.de/~bauec002/B2Main.html (Basilisk II homepage)
.SH AUTHOR .SH AUTHOR
Christian Bauer <Christian.Bauer@uni-mainz.de> Christian Bauer <Christian.Bauer@uni-mainz.de>
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1997-2002 Christian Bauer et al. Copyright \(co 1997-2004 Christian Bauer et al.
This program is free software; you can redistribute it and/or modify This 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 @@
/* /*
* asm_support.s - Utility functions in assembly language (for native 68k support) * asm_support.s - Utility functions in assembly language (for native 68k support)
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD) * audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD)
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_unix.cpp - Ethernet device driver, Unix specific stuff (Linux and FreeBSD) * ether_unix.cpp - Ethernet device driver, Unix specific stuff (Linux and FreeBSD)
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff * extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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,6 +1,6 @@
# /usr/share/BasiliskII/keycodes # /usr/share/BasiliskII/keycodes
# #
# Basilisk II (C) 1997-2002 Christian Bauer # Basilisk II (C) 1997-2004 Christian Bauer
# #
# This file is used to translate the (server-specific) X11 keycodes to Mac # This file is used to translate the (server-specific) X11 keycodes to Mac
# keycodes depending on the X11 server being used. # keycodes depending on the X11 server being used.

View File

@ -1,7 +1,7 @@
/* /*
* main_unix.cpp - Startup code for Unix * main_unix.cpp - Startup code for Unix
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -2,7 +2,7 @@
* posix_sem.cpp - POSIX.4 semaphores "emulation" * posix_sem.cpp - POSIX.4 semaphores "emulation"
* Copyright (C) 1999 Orlando Bassotto * Copyright (C) 1999 Orlando Bassotto
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_gtk.cpp - Preferences editor, Unix implementation using GTK+ * prefs_editor_gtk.cpp - Preferences editor, Unix implementation using GTK+
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
@ -306,7 +306,7 @@ static void mn_about(...)
dialog = gnome_about_new( dialog = gnome_about_new(
"Basilisk II", "Basilisk II",
version, version,
"Copyright (C) 1997-2002 Christian Bauer", "Copyright (C) 1997-2004 Christian Bauer",
authors, authors,
"Basilisk II comes with ABSOLUTELY NO WARRANTY." "Basilisk II comes with ABSOLUTELY NO WARRANTY."
"This is free software, and you are welcome to redistribute it" "This is free software, and you are welcome to redistribute it"
@ -322,7 +322,7 @@ static void mn_about(...)
char str[512]; char str[512];
sprintf(str, sprintf(str,
"Basilisk II\nVersion %d.%d\n\n" "Basilisk II\nVersion %d.%d\n\n"
"Copyright (C) 1997-2002 Christian Bauer et al.\n" "Copyright (C) 1997-2004 Christian Bauer et al.\n"
"E-mail: Christian.Bauer@uni-mainz.de\n" "E-mail: Christian.Bauer@uni-mainz.de\n"
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n" "http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
"Basilisk II comes with ABSOLUTELY NO\n" "Basilisk II comes with ABSOLUTELY NO\n"

View File

@ -1,7 +1,7 @@
/* /*
* prefs_unix.cpp - Preferences handling, Unix specifix stuff * prefs_unix.cpp - Preferences handling, Unix specifix stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_unix.cpp - Serial device driver, Unix specific stuff * serial_unix.cpp - Serial device driver, Unix specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -10,7 +10,7 @@
* tjw@omnigroup.com Sun, 4 Jun 2000 * tjw@omnigroup.com Sun, 4 Jun 2000
* www.omnigroup.com/mailman/archive/macosx-dev/2000-June/002030.html * www.omnigroup.com/mailman/archive/macosx-dev/2000-June/002030.html
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -4,7 +4,7 @@
* Derived from Bruno Haible's work on his SIGSEGV library for clisp * Derived from Bruno Haible's work on his SIGSEGV library for clisp
* <http://clisp.sourceforge.net/> * <http://clisp.sourceforge.net/>
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* sys_unix.cpp - System dependent routines, Unix implementation * sys_unix.cpp - System dependent routines, Unix implementation
* *
* Basilisk II (C) 1997-2003 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 Unix * sysdeps.h - System dependent definitions for Unix
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_unix.cpp - Time Manager emulation, Unix specific stuff * timer_unix.cpp - Time Manager emulation, Unix specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 - Unix-specific localizable strings * user_strings_unix.cpp - Unix-specific localizable strings
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_blit.cpp - Video/graphics emulation, blitters * video_blit.cpp - Video/graphics emulation, blitters
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_blit.h - Video/graphics emulation, blitters * video_blit.h - Video/graphics emulation, blitters
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_vosf.h - Video/graphics emulation, video on SEGV signals support * video_vosf.h - Video/graphics emulation, video on SEGV signals support
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -2,7 +2,7 @@
* vm_alloc.cpp - Wrapper to various virtual memory allocation schemes * vm_alloc.cpp - Wrapper to various virtual memory allocation schemes
* (supports mmap, vm_allocate or fallbacks to malloc) * (supports mmap, vm_allocate or fallbacks to malloc)
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

@ -2,7 +2,7 @@
* vm_alloc.h - Wrapper to various virtual memory allocation schemes * vm_alloc.h - Wrapper to various virtual memory allocation schemes
* (supports mmap, vm_allocate or fallbacks to malloc) * (supports mmap, vm_allocate or fallbacks to malloc)
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* xpram_unix.cpp - XPRAM handling, Unix specific stuff * xpram_unix.cpp - XPRAM handling, Unix specific stuff
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* adb.cpp - ADB emulation (mouse/keyboard) * adb.cpp - ADB emulation (mouse/keyboard)
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* audio.cpp - Audio support * audio.cpp - Audio support
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* Portions written by Marc Hellwig * Portions written by 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

View File

@ -1,7 +1,7 @@
/* /*
* cdrom.cpp - CD-ROM driver * cdrom.cpp - CD-ROM driver
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* disk.cpp - Generic disk driver * disk.cpp - Generic disk driver
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* audio_dummy.cpp - Audio support, dummy implementation * audio_dummy.cpp - Audio support, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_dummy.cpp - Clipboard handling, dummy implementation * clip_dummy.cpp - Clipboard handling, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_dummy.cpp - Ethernet device driver, dummy implementation * ether_dummy.cpp - Ethernet device driver, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_dummy.cpp - Preferences handling, dummy implementation * prefs_dummy.cpp - Preferences handling, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_dummy.cpp - Preferences editor, dummy implementation * prefs_editor_dummy.cpp - Preferences editor, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* scsi_dummy.cpp - SCSI Manager, dummy implementation * scsi_dummy.cpp - SCSI Manager, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_dummy.cpp - Serial device driver, dummy implementation * serial_dummy.cpp - Serial device driver, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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_dummy.cpp - Localizable strings, dummy implementation * user_strings_dummy.cpp - Localizable strings, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* xpram_dummy.cpp - XPRAM handling, dummy implementation * xpram_dummy.cpp - XPRAM handling, dummy implementation
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 - Ethernet device driver * ether.cpp - Ethernet device driver
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* extfs.cpp - MacOS file system for native file system access * extfs.cpp - MacOS file system for native file system access
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* adb.h - ADB emulation (mouse/keyboard) * adb.h - ADB emulation (mouse/keyboard)
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* audio.h - Audio support * audio.h - Audio support
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* audio_defs.h - Definitions for MacOS audio components * audio_defs.h - Definitions for MacOS audio components
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* cdrom.h - CD-ROM driver * cdrom.h - CD-ROM driver
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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.h - Clipboard handling * clip.h - Clipboard handling
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* debug.h - Debugging utilities * debug.h - Debugging utilities
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* disk.h - Generic disk driver * disk.h - Generic disk driver
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 - Ethernet device driver * ether.h - Ethernet device driver
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 MacOS Ethernet drivers * ether_defs.h - Definitions for MacOS Ethernet drivers
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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 @@
/* /*
* extfs.h - MacOS file system for access native file system access * extfs.h - MacOS file system for access native file system access
* *
* Basilisk II (C) 1997-2002 Christian Bauer * Basilisk II (C) 1997-2004 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * This 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

Some files were not shown because too many files have changed in this diff Show More