diff --git a/BasiliskII/BasiliskII.spec b/BasiliskII/BasiliskII.spec index c116e7c0..ba36ae33 100644 --- a/BasiliskII/BasiliskII.spec +++ b/BasiliskII/BasiliskII.spec @@ -1,5 +1,5 @@ %define name BasiliskII -%define version 0.8 +%define version 0.9 %define release 1 Summary: 68k Macintosh emulator diff --git a/BasiliskII/ChangeLog b/BasiliskII/ChangeLog index 0dcad1c7..97c27ac2 100644 --- a/BasiliskII/ChangeLog +++ b/BasiliskII/ChangeLog @@ -1,4 +1,4 @@ -V0.8 (snapshot) - +V0.9 (snapshot) - - adapted for mon V3.0 which is now the required minimum - UAE cpu: fixed a bug in the memory handlers preventing from correctly updating 15 and 16 bpp displays on big endian systems diff --git a/BasiliskII/README b/BasiliskII/README index 633307ca..72280611 100644 --- a/BasiliskII/README +++ b/BasiliskII/README @@ -1,5 +1,5 @@ - Basilisk II, Version 0.8 + Basilisk II A 68k Macintosh emulator Copyright (C) 1997-2001 Christian Bauer et al. diff --git a/BasiliskII/src/AmigaOS/asm_support.asm b/BasiliskII/src/AmigaOS/asm_support.asm index b6847d2a..8e90b11d 100644 --- a/BasiliskII/src/AmigaOS/asm_support.asm +++ b/BasiliskII/src/AmigaOS/asm_support.asm @@ -1,7 +1,7 @@ * * asm_support.asm - AmigaOS utility functions in assembly language * -* Basilisk II (C) 1997-1999 Christian Bauer +* Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/audio_amiga.cpp b/BasiliskII/src/AmigaOS/audio_amiga.cpp index 75826002..8c6fcc57 100644 --- a/BasiliskII/src/AmigaOS/audio_amiga.cpp +++ b/BasiliskII/src/AmigaOS/audio_amiga.cpp @@ -1,7 +1,7 @@ /* * audio_amiga.cpp - Audio support, AmigaOS implementation using AHI * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/clip_amiga.cpp b/BasiliskII/src/AmigaOS/clip_amiga.cpp index fb93c19f..8414d69f 100644 --- a/BasiliskII/src/AmigaOS/clip_amiga.cpp +++ b/BasiliskII/src/AmigaOS/clip_amiga.cpp @@ -1,7 +1,7 @@ /* * clip_amiga.cpp - Clipboard handling, AmigaOS implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/ether_amiga.cpp b/BasiliskII/src/AmigaOS/ether_amiga.cpp index 53c152a5..dbb62b7e 100644 --- a/BasiliskII/src/AmigaOS/ether_amiga.cpp +++ b/BasiliskII/src/AmigaOS/ether_amiga.cpp @@ -1,7 +1,7 @@ /* * ether_amiga.cpp - Ethernet device driver, AmigaOS specific stuff * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/extfs_amiga.cpp b/BasiliskII/src/AmigaOS/extfs_amiga.cpp index 07eabb30..3eb1c4b8 100644 --- a/BasiliskII/src/AmigaOS/extfs_amiga.cpp +++ b/BasiliskII/src/AmigaOS/extfs_amiga.cpp @@ -1,7 +1,7 @@ /* * extfs_amiga.cpp - MacOS file system for access native file system access, AmigaOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/main_amiga.cpp b/BasiliskII/src/AmigaOS/main_amiga.cpp index 3032178a..15d615e3 100644 --- a/BasiliskII/src/AmigaOS/main_amiga.cpp +++ b/BasiliskII/src/AmigaOS/main_amiga.cpp @@ -1,7 +1,7 @@ /* * main_amiga.cpp - Startup code for AmigaOS * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/prefs_amiga.cpp b/BasiliskII/src/AmigaOS/prefs_amiga.cpp index a52ff33f..a91c3368 100644 --- a/BasiliskII/src/AmigaOS/prefs_amiga.cpp +++ b/BasiliskII/src/AmigaOS/prefs_amiga.cpp @@ -1,7 +1,7 @@ /* * prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/prefs_editor_amiga.cpp b/BasiliskII/src/AmigaOS/prefs_editor_amiga.cpp index 856262a7..a65a0408 100644 --- a/BasiliskII/src/AmigaOS/prefs_editor_amiga.cpp +++ b/BasiliskII/src/AmigaOS/prefs_editor_amiga.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_amiga.cpp - Preferences editor, AmigaOS implementation (using gtlayout.library) * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/scsi_amiga.cpp b/BasiliskII/src/AmigaOS/scsi_amiga.cpp index 2bade1ca..fbf0dd32 100644 --- a/BasiliskII/src/AmigaOS/scsi_amiga.cpp +++ b/BasiliskII/src/AmigaOS/scsi_amiga.cpp @@ -1,7 +1,7 @@ /* * scsi_amiga.cpp - SCSI Manager, Amiga specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/serial_amiga.cpp b/BasiliskII/src/AmigaOS/serial_amiga.cpp index fde73110..f58fc113 100644 --- a/BasiliskII/src/AmigaOS/serial_amiga.cpp +++ b/BasiliskII/src/AmigaOS/serial_amiga.cpp @@ -1,7 +1,7 @@ /* * serial_amiga.cpp - Serial device driver, AmigaOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/sys_amiga.cpp b/BasiliskII/src/AmigaOS/sys_amiga.cpp index 6fc844fa..52351ce5 100644 --- a/BasiliskII/src/AmigaOS/sys_amiga.cpp +++ b/BasiliskII/src/AmigaOS/sys_amiga.cpp @@ -1,7 +1,7 @@ /* * sys_amiga.cpp - System dependent routines, Amiga implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/sysdeps.h b/BasiliskII/src/AmigaOS/sysdeps.h index 94ecf82d..b5f8c43b 100644 --- a/BasiliskII/src/AmigaOS/sysdeps.h +++ b/BasiliskII/src/AmigaOS/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for AmigaOS * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/timer_amiga.cpp b/BasiliskII/src/AmigaOS/timer_amiga.cpp index d07ed969..64394939 100644 --- a/BasiliskII/src/AmigaOS/timer_amiga.cpp +++ b/BasiliskII/src/AmigaOS/timer_amiga.cpp @@ -1,7 +1,7 @@ /* * timer_amiga.cpp - Time Manager emulation, AmigaOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/user_strings_amiga.cpp b/BasiliskII/src/AmigaOS/user_strings_amiga.cpp index afc1bc7b..7323915e 100644 --- a/BasiliskII/src/AmigaOS/user_strings_amiga.cpp +++ b/BasiliskII/src/AmigaOS/user_strings_amiga.cpp @@ -1,7 +1,7 @@ /* * user_strings_amiga.cpp - AmigaOS-specific localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/user_strings_amiga.h b/BasiliskII/src/AmigaOS/user_strings_amiga.h index 750ee1b5..48c0df6d 100644 --- a/BasiliskII/src/AmigaOS/user_strings_amiga.h +++ b/BasiliskII/src/AmigaOS/user_strings_amiga.h @@ -1,7 +1,7 @@ /* * user_strings_amiga.h - AmigaOS-specific localizable strings * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/video_amiga.cpp b/BasiliskII/src/AmigaOS/video_amiga.cpp index a20f6174..44f178ce 100644 --- a/BasiliskII/src/AmigaOS/video_amiga.cpp +++ b/BasiliskII/src/AmigaOS/video_amiga.cpp @@ -1,7 +1,7 @@ /* * video_amiga.cpp - Video/graphics emulation, AmigaOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/AmigaOS/xpram_amiga.cpp b/BasiliskII/src/AmigaOS/xpram_amiga.cpp index 7ffdc6dd..567bdf1d 100644 --- a/BasiliskII/src/AmigaOS/xpram_amiga.cpp +++ b/BasiliskII/src/AmigaOS/xpram_amiga.cpp @@ -1,7 +1,7 @@ /* * xpram_amiga.cpp - XPRAM handling, AmigaOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/audio_beos.cpp b/BasiliskII/src/BeOS/audio_beos.cpp index 224638d4..967d5079 100644 --- a/BasiliskII/src/BeOS/audio_beos.cpp +++ b/BasiliskII/src/BeOS/audio_beos.cpp @@ -1,7 +1,7 @@ /* * audio_beos.cpp - Audio support, BeOS implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * Portions (C) 1997-1999 Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/BeOS/clip_beos.cpp b/BasiliskII/src/BeOS/clip_beos.cpp index e01d55e7..75046ca4 100644 --- a/BasiliskII/src/BeOS/clip_beos.cpp +++ b/BasiliskII/src/BeOS/clip_beos.cpp @@ -1,7 +1,7 @@ /* * clip_beos.cpp - Clipboard handling, BeOS implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/ether_beos.cpp b/BasiliskII/src/BeOS/ether_beos.cpp index 78ffc081..0fdac67f 100644 --- a/BasiliskII/src/BeOS/ether_beos.cpp +++ b/BasiliskII/src/BeOS/ether_beos.cpp @@ -1,7 +1,7 @@ /* * ether_beos.cpp - Ethernet device driver, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * Portions (C) 1997-1999 Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/BeOS/extfs_beos.cpp b/BasiliskII/src/BeOS/extfs_beos.cpp index 72b91ad7..38fa60fc 100644 --- a/BasiliskII/src/BeOS/extfs_beos.cpp +++ b/BasiliskII/src/BeOS/extfs_beos.cpp @@ -1,7 +1,7 @@ /* * extfs_beos.cpp - MacOS file system for access native file system access, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/main_beos.cpp b/BasiliskII/src/BeOS/main_beos.cpp index 7c2b55de..ffac2abe 100644 --- a/BasiliskII/src/BeOS/main_beos.cpp +++ b/BasiliskII/src/BeOS/main_beos.cpp @@ -1,7 +1,7 @@ /* * main_beos.cpp - Startup code for BeOS * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/prefs_beos.cpp b/BasiliskII/src/BeOS/prefs_beos.cpp index 89450112..212aa781 100644 --- a/BasiliskII/src/BeOS/prefs_beos.cpp +++ b/BasiliskII/src/BeOS/prefs_beos.cpp @@ -1,7 +1,7 @@ /* * prefs_beos.cpp - Preferences handling, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/prefs_editor_beos.cpp b/BasiliskII/src/BeOS/prefs_editor_beos.cpp index e426277a..88ccab65 100644 --- a/BasiliskII/src/BeOS/prefs_editor_beos.cpp +++ b/BasiliskII/src/BeOS/prefs_editor_beos.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_beos.cpp - Preferences editor, BeOS implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/scsi_beos.cpp b/BasiliskII/src/BeOS/scsi_beos.cpp index a606d87b..326621f5 100644 --- a/BasiliskII/src/BeOS/scsi_beos.cpp +++ b/BasiliskII/src/BeOS/scsi_beos.cpp @@ -1,7 +1,7 @@ /* * scsi_beos.cpp - SCSI Manager, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/serial_beos.cpp b/BasiliskII/src/BeOS/serial_beos.cpp index 48b51409..e4fbc739 100644 --- a/BasiliskII/src/BeOS/serial_beos.cpp +++ b/BasiliskII/src/BeOS/serial_beos.cpp @@ -1,7 +1,7 @@ /* * serial_beos.cpp - Serial device driver, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/sys_beos.cpp b/BasiliskII/src/BeOS/sys_beos.cpp index 8bfe4930..5c675a77 100644 --- a/BasiliskII/src/BeOS/sys_beos.cpp +++ b/BasiliskII/src/BeOS/sys_beos.cpp @@ -1,7 +1,7 @@ /* * sys_beos.cpp - System dependent routines, BeOS implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/sysdeps.h b/BasiliskII/src/BeOS/sysdeps.h index 30a3c341..d64338c4 100644 --- a/BasiliskII/src/BeOS/sysdeps.h +++ b/BasiliskII/src/BeOS/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for BeOS * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/timer_beos.cpp b/BasiliskII/src/BeOS/timer_beos.cpp index 06377f29..39d3cb34 100644 --- a/BasiliskII/src/BeOS/timer_beos.cpp +++ b/BasiliskII/src/BeOS/timer_beos.cpp @@ -1,7 +1,7 @@ /* * timer_beos.cpp - Time Manager emulation, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/user_strings_beos.cpp b/BasiliskII/src/BeOS/user_strings_beos.cpp index 1294a62d..df56aa4d 100644 --- a/BasiliskII/src/BeOS/user_strings_beos.cpp +++ b/BasiliskII/src/BeOS/user_strings_beos.cpp @@ -1,7 +1,7 @@ /* * user_strings_beos.cpp - BeOS-specific localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/user_strings_beos.h b/BasiliskII/src/BeOS/user_strings_beos.h index a4c02536..594d3e55 100644 --- a/BasiliskII/src/BeOS/user_strings_beos.h +++ b/BasiliskII/src/BeOS/user_strings_beos.h @@ -1,7 +1,7 @@ /* * user_strings_beos.h - BeOS-specific localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/BeOS/video_beos.cpp b/BasiliskII/src/BeOS/video_beos.cpp index b1300342..f8841061 100644 --- a/BasiliskII/src/BeOS/video_beos.cpp +++ b/BasiliskII/src/BeOS/video_beos.cpp @@ -1,7 +1,7 @@ /* * video_beos.cpp - Video/graphics emulation, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * Portions (C) 1997-1999 Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/BeOS/xpram_beos.cpp b/BasiliskII/src/BeOS/xpram_beos.cpp index 345f7aa3..3cfed5af 100644 --- a/BasiliskII/src/BeOS/xpram_beos.cpp +++ b/BasiliskII/src/BeOS/xpram_beos.cpp @@ -1,7 +1,7 @@ /* * xpram_beos.cpp - XPRAM handling, BeOS specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/FreeBSD/scsi_freebsd.cpp b/BasiliskII/src/Unix/FreeBSD/scsi_freebsd.cpp index 0cf6e3ad..58403fae 100644 --- a/BasiliskII/src/Unix/FreeBSD/scsi_freebsd.cpp +++ b/BasiliskII/src/Unix/FreeBSD/scsi_freebsd.cpp @@ -2,7 +2,7 @@ * scsi_freebsd.cpp - SCSI Manager, FreeBSD SCSI Driver implementation * Copyright (C) 1999 Orlando Bassotto * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/FreeBSD/scsidump.cpp b/BasiliskII/src/Unix/FreeBSD/scsidump.cpp index be90730d..c37279d3 100644 --- a/BasiliskII/src/Unix/FreeBSD/scsidump.cpp +++ b/BasiliskII/src/Unix/FreeBSD/scsidump.cpp @@ -4,7 +4,7 @@ * (old SCSI version): gcc -o scsidump scsidump.cpp -lscsi * Copyright (C) 1999 Orlando Bassotto * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/Irix/audio_irix.cpp b/BasiliskII/src/Unix/Irix/audio_irix.cpp index c4b9ecab..d7a4701e 100644 --- a/BasiliskII/src/Unix/Irix/audio_irix.cpp +++ b/BasiliskII/src/Unix/Irix/audio_irix.cpp @@ -1,7 +1,7 @@ /* * audio_irix.cpp - Audio support, SGI Irix implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/Irix/unaligned.c b/BasiliskII/src/Unix/Irix/unaligned.c index 8f38bdb5..a9ca0126 100644 --- a/BasiliskII/src/Unix/Irix/unaligned.c +++ b/BasiliskII/src/Unix/Irix/unaligned.c @@ -1,7 +1,7 @@ /* * Irix/unaligned.c - Optimized unaligned access for Irix * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/Linux/NetDriver/Makefile b/BasiliskII/src/Unix/Linux/NetDriver/Makefile index 165ea60c..f698752d 100644 --- a/BasiliskII/src/Unix/Linux/NetDriver/Makefile +++ b/BasiliskII/src/Unix/Linux/NetDriver/Makefile @@ -1,4 +1,4 @@ -# Linux makefile for SheepShaver +# Linux makefile for sheep_net driver ## System specific configuration CC = cc diff --git a/BasiliskII/src/Unix/Linux/NetDriver/sheep_net.c b/BasiliskII/src/Unix/Linux/NetDriver/sheep_net.c index 42542e27..e6451a4a 100644 --- a/BasiliskII/src/Unix/Linux/NetDriver/sheep_net.c +++ b/BasiliskII/src/Unix/Linux/NetDriver/sheep_net.c @@ -1,7 +1,7 @@ /* * sheep_net.c - Linux driver for SheepShaver/Basilisk II networking (access to raw Ethernet packets) * - * sheep_net (C) 1999-2000 Mar"c" Hellwig and Christian Bauer + * sheep_net (C) 1999-2001 Mar"c" Hellwig and Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/Linux/ether_linux.cpp b/BasiliskII/src/Unix/Linux/ether_linux.cpp index c95a01ed..a9472831 100644 --- a/BasiliskII/src/Unix/Linux/ether_linux.cpp +++ b/BasiliskII/src/Unix/Linux/ether_linux.cpp @@ -1,7 +1,7 @@ /* * ether_unix.cpp - Ethernet device driver, Unix specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/Linux/scsi_linux.cpp b/BasiliskII/src/Unix/Linux/scsi_linux.cpp index 7e8c9887..56db01a3 100644 --- a/BasiliskII/src/Unix/Linux/scsi_linux.cpp +++ b/BasiliskII/src/Unix/Linux/scsi_linux.cpp @@ -1,7 +1,7 @@ /* * scsi_linux.cpp - SCSI Manager, Linux specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/Solaris/audio_solaris.cpp b/BasiliskII/src/Unix/Solaris/audio_solaris.cpp index 03385abd..6a20ea89 100644 --- a/BasiliskII/src/Unix/Solaris/audio_solaris.cpp +++ b/BasiliskII/src/Unix/Solaris/audio_solaris.cpp @@ -3,7 +3,7 @@ * * Adapted from Frodo's Solaris sound routines by Marc Chabanas * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/audio_oss_esd.cpp b/BasiliskII/src/Unix/audio_oss_esd.cpp index b9986f3e..4b96a8db 100644 --- a/BasiliskII/src/Unix/audio_oss_esd.cpp +++ b/BasiliskII/src/Unix/audio_oss_esd.cpp @@ -1,7 +1,7 @@ /* * audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/clip_unix.cpp b/BasiliskII/src/Unix/clip_unix.cpp index aaa6d277..4bd4b149 100644 --- a/BasiliskII/src/Unix/clip_unix.cpp +++ b/BasiliskII/src/Unix/clip_unix.cpp @@ -1,7 +1,7 @@ /* * clip_unix.cpp - Clipboard handling, Unix implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/extfs_unix.cpp b/BasiliskII/src/Unix/extfs_unix.cpp index c4cc64f1..ffb665cf 100644 --- a/BasiliskII/src/Unix/extfs_unix.cpp +++ b/BasiliskII/src/Unix/extfs_unix.cpp @@ -1,7 +1,7 @@ /* * extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/keycodes b/BasiliskII/src/Unix/keycodes index 17e1d44c..766b6ce0 100644 --- a/BasiliskII/src/Unix/keycodes +++ b/BasiliskII/src/Unix/keycodes @@ -1,6 +1,6 @@ # /usr/share/BasiliskII/keycodes # -# Basilisk II (C) 1997-1999 Christian Bauer +# Basilisk II (C) 1997-2001 Christian Bauer # # This file is used to translate the (server-specific) X11 keycodes to Mac # keycodes depending on the X11 server being used. diff --git a/BasiliskII/src/Unix/main_unix.cpp b/BasiliskII/src/Unix/main_unix.cpp index fe4f310a..7e765996 100644 --- a/BasiliskII/src/Unix/main_unix.cpp +++ b/BasiliskII/src/Unix/main_unix.cpp @@ -1,7 +1,7 @@ /* * main_unix.cpp - Startup code for Unix * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/posix_sem.cpp b/BasiliskII/src/Unix/posix_sem.cpp index ddb3c9fb..74e20084 100644 --- a/BasiliskII/src/Unix/posix_sem.cpp +++ b/BasiliskII/src/Unix/posix_sem.cpp @@ -2,7 +2,7 @@ * posix_sem.cpp - POSIX.4 semaphores "emulation" * Copyright (C) 1999 Orlando Bassotto * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/prefs_editor_gtk.cpp b/BasiliskII/src/Unix/prefs_editor_gtk.cpp index 9417fd8a..b28bee29 100644 --- a/BasiliskII/src/Unix/prefs_editor_gtk.cpp +++ b/BasiliskII/src/Unix/prefs_editor_gtk.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_gtk.cpp - Preferences editor, Unix implementation using GTK+ * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/prefs_unix.cpp b/BasiliskII/src/Unix/prefs_unix.cpp index f4b3b6a3..5a1ef408 100644 --- a/BasiliskII/src/Unix/prefs_unix.cpp +++ b/BasiliskII/src/Unix/prefs_unix.cpp @@ -1,7 +1,7 @@ /* * prefs_unix.cpp - Preferences handling, Unix specifix stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/serial_unix.cpp b/BasiliskII/src/Unix/serial_unix.cpp index 4378b825..478cf17f 100644 --- a/BasiliskII/src/Unix/serial_unix.cpp +++ b/BasiliskII/src/Unix/serial_unix.cpp @@ -1,7 +1,7 @@ /* * serial_unix.cpp - Serial device driver, Unix specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/sys_unix.cpp b/BasiliskII/src/Unix/sys_unix.cpp index 055abf4a..3750432d 100644 --- a/BasiliskII/src/Unix/sys_unix.cpp +++ b/BasiliskII/src/Unix/sys_unix.cpp @@ -1,7 +1,7 @@ /* * sys_unix.cpp - System dependent routines, Unix implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/sysdeps.h b/BasiliskII/src/Unix/sysdeps.h index 8aa5520a..61a8a645 100644 --- a/BasiliskII/src/Unix/sysdeps.h +++ b/BasiliskII/src/Unix/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for Unix * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/timer_unix.cpp b/BasiliskII/src/Unix/timer_unix.cpp index 70b39f7e..f422b5c3 100644 --- a/BasiliskII/src/Unix/timer_unix.cpp +++ b/BasiliskII/src/Unix/timer_unix.cpp @@ -1,7 +1,7 @@ /* * timer_unix.cpp - Time Manager emulation, Unix specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/user_strings_unix.cpp b/BasiliskII/src/Unix/user_strings_unix.cpp index 9085a55e..1602af8e 100644 --- a/BasiliskII/src/Unix/user_strings_unix.cpp +++ b/BasiliskII/src/Unix/user_strings_unix.cpp @@ -1,7 +1,7 @@ /* * user_strings_unix.cpp - Unix-specific localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/user_strings_unix.h b/BasiliskII/src/Unix/user_strings_unix.h index a4273c9f..0f8940a9 100644 --- a/BasiliskII/src/Unix/user_strings_unix.h +++ b/BasiliskII/src/Unix/user_strings_unix.h @@ -1,7 +1,7 @@ /* * user_strings_unix.h - Unix-specific localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/Unix/xpram_unix.cpp b/BasiliskII/src/Unix/xpram_unix.cpp index 8fb7ded1..48693862 100644 --- a/BasiliskII/src/Unix/xpram_unix.cpp +++ b/BasiliskII/src/Unix/xpram_unix.cpp @@ -1,7 +1,7 @@ /* * xpram_unix.cpp - XPRAM handling, Unix specific stuff * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/adb.cpp b/BasiliskII/src/adb.cpp index e03df41d..d1e1d96e 100644 --- a/BasiliskII/src/adb.cpp +++ b/BasiliskII/src/adb.cpp @@ -1,7 +1,7 @@ /* * adb.cpp - ADB emulation (mouse/keyboard) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/audio.cpp b/BasiliskII/src/audio.cpp index bcbb790d..3c4444c8 100644 --- a/BasiliskII/src/audio.cpp +++ b/BasiliskII/src/audio.cpp @@ -1,7 +1,7 @@ /* * audio.cpp - Audio support * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * Portions (C) 1997-1999 Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/cdrom.cpp b/BasiliskII/src/cdrom.cpp index 0b68e4fb..bb5eeab5 100644 --- a/BasiliskII/src/cdrom.cpp +++ b/BasiliskII/src/cdrom.cpp @@ -1,7 +1,7 @@ /* * cdrom.cpp - CD-ROM driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/disk.cpp b/BasiliskII/src/disk.cpp index 6fed2689..959d54e3 100644 --- a/BasiliskII/src/disk.cpp +++ b/BasiliskII/src/disk.cpp @@ -1,7 +1,7 @@ /* * disk.cpp - Generic disk driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/audio_dummy.cpp b/BasiliskII/src/dummy/audio_dummy.cpp index d85841a6..6905d76a 100644 --- a/BasiliskII/src/dummy/audio_dummy.cpp +++ b/BasiliskII/src/dummy/audio_dummy.cpp @@ -1,7 +1,7 @@ /* * audio_dummy.cpp - Audio support, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/clip_dummy.cpp b/BasiliskII/src/dummy/clip_dummy.cpp index f2d8f56c..31e21fac 100644 --- a/BasiliskII/src/dummy/clip_dummy.cpp +++ b/BasiliskII/src/dummy/clip_dummy.cpp @@ -1,7 +1,7 @@ /* * clip_dummy.cpp - Clipboard handling, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/ether_dummy.cpp b/BasiliskII/src/dummy/ether_dummy.cpp index c8f82d7c..191a02cc 100644 --- a/BasiliskII/src/dummy/ether_dummy.cpp +++ b/BasiliskII/src/dummy/ether_dummy.cpp @@ -1,7 +1,7 @@ /* * ether_dummy.cpp - Ethernet device driver, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/prefs_dummy.cpp b/BasiliskII/src/dummy/prefs_dummy.cpp index 09c02dab..477a3ccf 100644 --- a/BasiliskII/src/dummy/prefs_dummy.cpp +++ b/BasiliskII/src/dummy/prefs_dummy.cpp @@ -1,7 +1,7 @@ /* * prefs_dummy.cpp - Preferences handling, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/prefs_editor_dummy.cpp b/BasiliskII/src/dummy/prefs_editor_dummy.cpp index 0293fab6..0cafed27 100644 --- a/BasiliskII/src/dummy/prefs_editor_dummy.cpp +++ b/BasiliskII/src/dummy/prefs_editor_dummy.cpp @@ -1,7 +1,7 @@ /* * prefs_editor_dummy.cpp - Preferences editor, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/scsi_dummy.cpp b/BasiliskII/src/dummy/scsi_dummy.cpp index 1732f038..c6f41faa 100644 --- a/BasiliskII/src/dummy/scsi_dummy.cpp +++ b/BasiliskII/src/dummy/scsi_dummy.cpp @@ -1,7 +1,7 @@ /* * scsi_dummy.cpp - SCSI Manager, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/serial_dummy.cpp b/BasiliskII/src/dummy/serial_dummy.cpp index 3f43eb2c..027b66d8 100644 --- a/BasiliskII/src/dummy/serial_dummy.cpp +++ b/BasiliskII/src/dummy/serial_dummy.cpp @@ -1,7 +1,7 @@ /* * serial_dummy.cpp - Serial device driver, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/user_strings_dummy.cpp b/BasiliskII/src/dummy/user_strings_dummy.cpp index 17e76dc0..aa21c79a 100644 --- a/BasiliskII/src/dummy/user_strings_dummy.cpp +++ b/BasiliskII/src/dummy/user_strings_dummy.cpp @@ -1,7 +1,7 @@ /* * user_strings_dummy.cpp - Localizable strings, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/dummy/xpram_dummy.cpp b/BasiliskII/src/dummy/xpram_dummy.cpp index dcf74af5..1f7fff24 100644 --- a/BasiliskII/src/dummy/xpram_dummy.cpp +++ b/BasiliskII/src/dummy/xpram_dummy.cpp @@ -1,7 +1,7 @@ /* * xpram_dummy.cpp - XPRAM handling, dummy implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/emul_op.cpp b/BasiliskII/src/emul_op.cpp index aa09f663..f6c2e5bb 100644 --- a/BasiliskII/src/emul_op.cpp +++ b/BasiliskII/src/emul_op.cpp @@ -1,7 +1,7 @@ /* * emul_op.cpp - 68k opcodes for ROM patches * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/ether.cpp b/BasiliskII/src/ether.cpp index 45f0a135..cde954b3 100644 --- a/BasiliskII/src/ether.cpp +++ b/BasiliskII/src/ether.cpp @@ -1,7 +1,7 @@ /* * ether.cpp - Ethernet device driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/extfs.cpp b/BasiliskII/src/extfs.cpp index aea67d71..c138cd3b 100644 --- a/BasiliskII/src/extfs.cpp +++ b/BasiliskII/src/extfs.cpp @@ -1,7 +1,7 @@ /* * extfs.cpp - MacOS file system for native file system access * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/adb.h b/BasiliskII/src/include/adb.h index c396391c..ab49412f 100644 --- a/BasiliskII/src/include/adb.h +++ b/BasiliskII/src/include/adb.h @@ -1,7 +1,7 @@ /* * adb.h - ADB emulation (mouse/keyboard) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/audio.h b/BasiliskII/src/include/audio.h index d42b59f1..95de6265 100644 --- a/BasiliskII/src/include/audio.h +++ b/BasiliskII/src/include/audio.h @@ -1,7 +1,7 @@ /* * audio.h - Audio support * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/audio_defs.h b/BasiliskII/src/include/audio_defs.h index a5fe5c18..67cc90ac 100644 --- a/BasiliskII/src/include/audio_defs.h +++ b/BasiliskII/src/include/audio_defs.h @@ -1,7 +1,7 @@ /* * audio_defs.h - Definitions for MacOS audio components * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/cdrom.h b/BasiliskII/src/include/cdrom.h index 79c3b387..aba1ff73 100644 --- a/BasiliskII/src/include/cdrom.h +++ b/BasiliskII/src/include/cdrom.h @@ -1,7 +1,7 @@ /* * cdrom.h - CD-ROM driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/clip.h b/BasiliskII/src/include/clip.h index 01f9a8d4..6f68aeb0 100644 --- a/BasiliskII/src/include/clip.h +++ b/BasiliskII/src/include/clip.h @@ -1,7 +1,7 @@ /* * clip.h - Clipboard handling * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/debug.h b/BasiliskII/src/include/debug.h index 978550e9..7548a256 100644 --- a/BasiliskII/src/include/debug.h +++ b/BasiliskII/src/include/debug.h @@ -1,7 +1,7 @@ /* * debug.h - Debugging utilities * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/disk.h b/BasiliskII/src/include/disk.h index 05b68a57..2ed562ea 100644 --- a/BasiliskII/src/include/disk.h +++ b/BasiliskII/src/include/disk.h @@ -1,7 +1,7 @@ /* * disk.h - Generic disk driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/emul_op.h b/BasiliskII/src/include/emul_op.h index 8e9846ad..60bee588 100644 --- a/BasiliskII/src/include/emul_op.h +++ b/BasiliskII/src/include/emul_op.h @@ -1,7 +1,7 @@ /* * emul_op.h - 68k opcodes for ROM patches * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/ether.h b/BasiliskII/src/include/ether.h index 69b75dfd..1cde9698 100644 --- a/BasiliskII/src/include/ether.h +++ b/BasiliskII/src/include/ether.h @@ -1,7 +1,7 @@ /* * ether.h - Ethernet device driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/ether_defs.h b/BasiliskII/src/include/ether_defs.h index ca57f316..2faea9d2 100644 --- a/BasiliskII/src/include/ether_defs.h +++ b/BasiliskII/src/include/ether_defs.h @@ -1,7 +1,7 @@ /* * ether_defs.h - Definitions for MacOS Ethernet drivers * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/extfs.h b/BasiliskII/src/include/extfs.h index 57447f3d..b1f85822 100644 --- a/BasiliskII/src/include/extfs.h +++ b/BasiliskII/src/include/extfs.h @@ -1,7 +1,7 @@ /* * extfs.h - MacOS file system for access native file system access * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/extfs_defs.h b/BasiliskII/src/include/extfs_defs.h index 8635a10c..726ad7c1 100644 --- a/BasiliskII/src/include/extfs_defs.h +++ b/BasiliskII/src/include/extfs_defs.h @@ -1,7 +1,7 @@ /* * extfs_defs.h - MacOS types and structures for external file system * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/macos_util.h b/BasiliskII/src/include/macos_util.h index d3a2e464..f3aaf4f1 100644 --- a/BasiliskII/src/include/macos_util.h +++ b/BasiliskII/src/include/macos_util.h @@ -1,7 +1,7 @@ /* * macos_util.h - MacOS definitions/utility functions * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/main.h b/BasiliskII/src/include/main.h index edb918df..6e864b96 100644 --- a/BasiliskII/src/include/main.h +++ b/BasiliskII/src/include/main.h @@ -1,7 +1,7 @@ /* * main.h - General definitions * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/prefs.h b/BasiliskII/src/include/prefs.h index 8bd3b6e2..606972bb 100644 --- a/BasiliskII/src/include/prefs.h +++ b/BasiliskII/src/include/prefs.h @@ -1,7 +1,7 @@ /* * prefs.h - Preferences handling * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/prefs_editor.h b/BasiliskII/src/include/prefs_editor.h index 10bc5c7b..03c7ebdb 100644 --- a/BasiliskII/src/include/prefs_editor.h +++ b/BasiliskII/src/include/prefs_editor.h @@ -1,7 +1,7 @@ /* * prefs_editor.h - Preferences editor * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/rom_patches.h b/BasiliskII/src/include/rom_patches.h index 40e88aa7..ac333765 100644 --- a/BasiliskII/src/include/rom_patches.h +++ b/BasiliskII/src/include/rom_patches.h @@ -1,7 +1,7 @@ /* * rom_patches.h - ROM patches * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/rsrc_patches.h b/BasiliskII/src/include/rsrc_patches.h index 8b2a454c..7c0cb6f9 100644 --- a/BasiliskII/src/include/rsrc_patches.h +++ b/BasiliskII/src/include/rsrc_patches.h @@ -1,7 +1,7 @@ /* * rsrc_patches.h - Resource patches * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/scsi.h b/BasiliskII/src/include/scsi.h index 654b7439..e163366e 100644 --- a/BasiliskII/src/include/scsi.h +++ b/BasiliskII/src/include/scsi.h @@ -1,7 +1,7 @@ /* * scsi.h - SCSI Manager * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/serial.h b/BasiliskII/src/include/serial.h index a5b8272a..49592c86 100644 --- a/BasiliskII/src/include/serial.h +++ b/BasiliskII/src/include/serial.h @@ -1,7 +1,7 @@ /* * serial.h - Serial device driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/serial_defs.h b/BasiliskII/src/include/serial_defs.h index 0c167885..9971dd61 100644 --- a/BasiliskII/src/include/serial_defs.h +++ b/BasiliskII/src/include/serial_defs.h @@ -1,7 +1,7 @@ /* * serial_defs.h - Definitions for MacOS serial drivers * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/slot_rom.h b/BasiliskII/src/include/slot_rom.h index ae973256..ed9c5669 100644 --- a/BasiliskII/src/include/slot_rom.h +++ b/BasiliskII/src/include/slot_rom.h @@ -1,7 +1,7 @@ /* * slot_rom.h - Slot declaration ROM * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/sony.h b/BasiliskII/src/include/sony.h index ddb57b42..908ba91b 100644 --- a/BasiliskII/src/include/sony.h +++ b/BasiliskII/src/include/sony.h @@ -1,7 +1,7 @@ /* * sony.h - Replacement .Sony driver (floppy drives) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/sys.h b/BasiliskII/src/include/sys.h index 324124ec..fe83d1c1 100644 --- a/BasiliskII/src/include/sys.h +++ b/BasiliskII/src/include/sys.h @@ -1,7 +1,7 @@ /* * sys.h - System dependent routines (mostly I/O) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/timer.h b/BasiliskII/src/include/timer.h index 0dde3671..c06f2085 100644 --- a/BasiliskII/src/include/timer.h +++ b/BasiliskII/src/include/timer.h @@ -1,7 +1,7 @@ /* * timer.h - Time Manager emulation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/user_strings.h b/BasiliskII/src/include/user_strings.h index c98bbab2..fa89cf16 100644 --- a/BasiliskII/src/include/user_strings.h +++ b/BasiliskII/src/include/user_strings.h @@ -1,7 +1,7 @@ /* * user_strings.h - Localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/version.h b/BasiliskII/src/include/version.h index 93ed0f6f..8275e93a 100644 --- a/BasiliskII/src/include/version.h +++ b/BasiliskII/src/include/version.h @@ -1,7 +1,7 @@ /* * version.h - Version information * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 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 @@ -22,8 +22,8 @@ #define VERSION_H const int VERSION_MAJOR = 0; -const int VERSION_MINOR = 8; +const int VERSION_MINOR = 9; -#define VERSION_STRING "Basilisk II V0.8" +#define VERSION_STRING "Basilisk II V0.9" #endif diff --git a/BasiliskII/src/include/video.h b/BasiliskII/src/include/video.h index 5eaafd01..34230594 100644 --- a/BasiliskII/src/include/video.h +++ b/BasiliskII/src/include/video.h @@ -1,7 +1,7 @@ /* * video.h - Video/graphics emulation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/video_defs.h b/BasiliskII/src/include/video_defs.h index 57a18e81..545e9e6d 100644 --- a/BasiliskII/src/include/video_defs.h +++ b/BasiliskII/src/include/video_defs.h @@ -1,7 +1,7 @@ /* * video_defs.h - Definitions for MacOS video drivers * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/include/xpram.h b/BasiliskII/src/include/xpram.h index 227b3134..9e5920c4 100644 --- a/BasiliskII/src/include/xpram.h +++ b/BasiliskII/src/include/xpram.h @@ -1,7 +1,7 @@ /* * xpram.h - XPRAM handling * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 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 @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _XPRAM_H_ -#define _XPRAM_H_ +#ifndef XPRAM_H +#define XPRAM_H extern uint8 XPRAM[256]; diff --git a/BasiliskII/src/macos_util.cpp b/BasiliskII/src/macos_util.cpp index 803fed5a..da7088fa 100644 --- a/BasiliskII/src/macos_util.cpp +++ b/BasiliskII/src/macos_util.cpp @@ -1,7 +1,7 @@ /* * macos_util.cpp - MacOS definitions/utility functions * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/main.cpp b/BasiliskII/src/main.cpp index f208f5f3..a621f0e5 100644 --- a/BasiliskII/src/main.cpp +++ b/BasiliskII/src/main.cpp @@ -1,7 +1,7 @@ /* * main.cpp - Startup/shutdown code * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/native_cpu/cpu_emulation.h b/BasiliskII/src/native_cpu/cpu_emulation.h index edd02222..a80c1813 100644 --- a/BasiliskII/src/native_cpu/cpu_emulation.h +++ b/BasiliskII/src/native_cpu/cpu_emulation.h @@ -1,7 +1,7 @@ /* * cpu_emulation.h - Definitions for Basilisk II CPU emulation module (native 68k version) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/powerrom_cpu/cpu_emulation.h b/BasiliskII/src/powerrom_cpu/cpu_emulation.h index f757be97..fcda968e 100644 --- a/BasiliskII/src/powerrom_cpu/cpu_emulation.h +++ b/BasiliskII/src/powerrom_cpu/cpu_emulation.h @@ -1,7 +1,21 @@ /* * cpu_emulation.h - Definitions for Basilisk II CPU emulation module (Apple PowerMac ROM 680x0 emulator version (BeOS/PPC)) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef CPU_EMULATION_H diff --git a/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp b/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp index 8b132fb6..95b89a97 100644 --- a/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp +++ b/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp @@ -1,7 +1,21 @@ /* * powerrom_cpu.cpp - Using the 680x0 emulator in PowerMac ROMs for Basilisk II * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/BasiliskII/src/prefs.cpp b/BasiliskII/src/prefs.cpp index caf50625..05f91623 100644 --- a/BasiliskII/src/prefs.cpp +++ b/BasiliskII/src/prefs.cpp @@ -1,7 +1,7 @@ /* * prefs.cpp - Preferences handling * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/prefs_items.cpp b/BasiliskII/src/prefs_items.cpp index 81b783b6..5b29f644 100644 --- a/BasiliskII/src/prefs_items.cpp +++ b/BasiliskII/src/prefs_items.cpp @@ -1,7 +1,7 @@ /* * prefs_items.cpp - Common preferences items * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/rom_patches.cpp b/BasiliskII/src/rom_patches.cpp index 2ffd6713..519f8465 100644 --- a/BasiliskII/src/rom_patches.cpp +++ b/BasiliskII/src/rom_patches.cpp @@ -1,7 +1,7 @@ /* * rom_patches.cpp - ROM patches * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/rsrc_patches.cpp b/BasiliskII/src/rsrc_patches.cpp index d04660ed..6e428384 100644 --- a/BasiliskII/src/rsrc_patches.cpp +++ b/BasiliskII/src/rsrc_patches.cpp @@ -1,7 +1,7 @@ /* * rsrc_patches.cpp - Resource patches * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/scsi.cpp b/BasiliskII/src/scsi.cpp index b1c07a29..0895d25b 100644 --- a/BasiliskII/src/scsi.cpp +++ b/BasiliskII/src/scsi.cpp @@ -1,7 +1,7 @@ /* * scsi.cpp - SCSI Manager * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/serial.cpp b/BasiliskII/src/serial.cpp index e2e1f073..71c8197f 100644 --- a/BasiliskII/src/serial.cpp +++ b/BasiliskII/src/serial.cpp @@ -1,7 +1,7 @@ /* * serial.cpp - Serial device driver * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/slot_rom.cpp b/BasiliskII/src/slot_rom.cpp index a0fc70fe..ce073a66 100644 --- a/BasiliskII/src/slot_rom.cpp +++ b/BasiliskII/src/slot_rom.cpp @@ -1,7 +1,7 @@ /* * slot_rom.cpp - Slot declaration ROM * - * Basilisk II (C) 1996-2000 Christian Bauer + * Basilisk II (C) 1996-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/sony.cpp b/BasiliskII/src/sony.cpp index 1ca64dd1..b70d251f 100644 --- a/BasiliskII/src/sony.cpp +++ b/BasiliskII/src/sony.cpp @@ -1,7 +1,7 @@ /* * sony.cpp - Replacement .Sony driver (floppy drives) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/timer.cpp b/BasiliskII/src/timer.cpp index 8f0b3040..f787a33f 100644 --- a/BasiliskII/src/timer.cpp +++ b/BasiliskII/src/timer.cpp @@ -1,7 +1,7 @@ /* * timer.cpp - Time Manager emulation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/basilisk_glue.cpp b/BasiliskII/src/uae_cpu/basilisk_glue.cpp index ced2c117..9529ea1a 100644 --- a/BasiliskII/src/uae_cpu/basilisk_glue.cpp +++ b/BasiliskII/src/uae_cpu/basilisk_glue.cpp @@ -1,7 +1,7 @@ /* * basilisk_glue.cpp - Glue UAE CPU to Basilisk II CPU engine interface * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/cpu_emulation.h b/BasiliskII/src/uae_cpu/cpu_emulation.h index 8fd683fb..01702220 100644 --- a/BasiliskII/src/uae_cpu/cpu_emulation.h +++ b/BasiliskII/src/uae_cpu/cpu_emulation.h @@ -1,7 +1,7 @@ /* * cpu_emulation.h - Definitions for Basilisk II CPU emulation module (UAE 0.8.10 version) * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/uae_cpu/fpu_x86.cpp b/BasiliskII/src/uae_cpu/fpu_x86.cpp index 248f1b34..b24d2ccc 100644 --- a/BasiliskII/src/uae_cpu/fpu_x86.cpp +++ b/BasiliskII/src/uae_cpu/fpu_x86.cpp @@ -1,7 +1,7 @@ /* * fpu_x86.cpp - 68881/68040 fpu code for x86/Windows an Linux/x86. * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * MC68881/68040 fpu emulation * diff --git a/BasiliskII/src/uae_cpu/fpu_x86.h b/BasiliskII/src/uae_cpu/fpu_x86.h index 0526b39b..c1ddf030 100644 --- a/BasiliskII/src/uae_cpu/fpu_x86.h +++ b/BasiliskII/src/uae_cpu/fpu_x86.h @@ -1,7 +1,7 @@ /* * fpu_x86.h - 68881/68040 fpu code for x86/Windows and Linux/x86. * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * MC68881 emulation * diff --git a/BasiliskII/src/user_strings.cpp b/BasiliskII/src/user_strings.cpp index ecf734bf..7bdd2f4d 100644 --- a/BasiliskII/src/user_strings.cpp +++ b/BasiliskII/src/user_strings.cpp @@ -1,7 +1,7 @@ /* * user_strings.cpp - Common localizable strings * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/BasiliskII/src/video.cpp b/BasiliskII/src/video.cpp index edac6e5a..db64c9d4 100644 --- a/BasiliskII/src/video.cpp +++ b/BasiliskII/src/video.cpp @@ -1,7 +1,7 @@ /* * video.cpp - Video/graphics emulation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * Portions (C) 1997-1999 Marc Hellwig * * This program is free software; you can redistribute it and/or modify diff --git a/BasiliskII/src/xpram.cpp b/BasiliskII/src/xpram.cpp index e998d524..be46a7b5 100644 --- a/BasiliskII/src/xpram.cpp +++ b/BasiliskII/src/xpram.cpp @@ -1,7 +1,7 @@ /* * xpram.cpp - XPRAM handling * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 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