[Scummvm-cvs-logs] CVS: scummvm/sound adpcm.cpp,1.8.2.2,1.8.2.3 adpcm.h,1.4.2.2,1.4.2.3 audiocd.cpp,1.24.2.1,1.24.2.2 audiocd.h,1.13.2.2,1.13.2.3 audiostream.cpp,1.77.2.1,1.77.2.2 audiostream.h,1.49.2.1,1.49.2.2 flac.cpp,1.11.2.1,1.11.2.2 flac.h,1.5.2.1,1.5.2.2 fmopl.cpp,1.34.2.1,1.34.2.2 fmopl.h,1.17.2.1,1.17.2.2 mididrv.cpp,1.67.2.1,1.67.2.2 mididrv.h,1.49.2.1,1.49.2.2 midiparser.cpp,1.32.2.1,1.32.2.2 midiparser.h,1.28.2.1,1.28.2.2 midiparser_smf.cpp,1.24.2.1,1.24.2.2 midiparser_xmidi.cpp,1.23.2.1,1.23.2.2 mixer.cpp,1.194.2.1,1.194.2.2 mixer.h,1.108.2.1,1.108.2.2 mp3.cpp,1.24.2.1,1.24.2.2 mp3.h,1.11.2.1,1.11.2.2 mpu401.cpp,1.32.2.1,1.32.2.2 mpu401.h,1.25.2.1,1.25.2.2 rate.cpp,1.41.2.1,1.41.2.2 rate.h,1.27.2.1,1.27.2.2 voc.cpp,1.27.2.1,1.27.2.2 voc.h,1.18.2.1,1.18.2.2 vorbis.cpp,1.30.2.1,1.30.2.2 vorbis.h,1.13.2.1,1.13.2.2 wave.cpp,1.8.2.2,1.8.2.3 wave.h,1.4.2.2,1.4.2.3

Eugene Sandulenko sev at users.sourceforge.net
Wed Jan 18 10:09:22 CET 2006


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3392/sound

Modified Files:
      Tag: branch-0-8-0
	adpcm.cpp adpcm.h audiocd.cpp audiocd.h audiostream.cpp 
	audiostream.h flac.cpp flac.h fmopl.cpp fmopl.h mididrv.cpp 
	mididrv.h midiparser.cpp midiparser.h midiparser_smf.cpp 
	midiparser_xmidi.cpp mixer.cpp mixer.h mp3.cpp mp3.h 
	mpu401.cpp mpu401.h rate.cpp rate.h voc.cpp voc.h vorbis.cpp 
	vorbis.h wave.cpp wave.h 
Log Message:
Update copyright notice


Index: adpcm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/adpcm.cpp,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -d -r1.8.2.2 -r1.8.2.3
--- adpcm.cpp	21 Oct 2005 02:25:20 -0000	1.8.2.2
+++ adpcm.cpp	18 Jan 2006 18:07:36 -0000	1.8.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: adpcm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/adpcm.h,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- adpcm.h	21 Oct 2005 02:25:20 -0000	1.4.2.2
+++ adpcm.h	18 Jan 2006 18:07:36 -0000	1.4.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: audiocd.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiocd.cpp,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- audiocd.cpp	18 Oct 2005 02:11:26 -0000	1.24.2.1
+++ audiocd.cpp	18 Jan 2006 18:07:36 -0000	1.24.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: audiocd.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiocd.h,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -d -r1.13.2.2 -r1.13.2.3
--- audiocd.h	27 Dec 2005 19:58:16 -0000	1.13.2.2
+++ audiocd.h	18 Jan 2006 18:07:36 -0000	1.13.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: audiostream.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiostream.cpp,v
retrieving revision 1.77.2.1
retrieving revision 1.77.2.2
diff -u -d -r1.77.2.1 -r1.77.2.2
--- audiostream.cpp	18 Oct 2005 02:11:26 -0000	1.77.2.1
+++ audiostream.cpp	18 Jan 2006 18:07:36 -0000	1.77.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: audiostream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiostream.h,v
retrieving revision 1.49.2.1
retrieving revision 1.49.2.2
diff -u -d -r1.49.2.1 -r1.49.2.2
--- audiostream.h	18 Oct 2005 02:11:26 -0000	1.49.2.1
+++ audiostream.h	18 Jan 2006 18:07:36 -0000	1.49.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: flac.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/flac.cpp,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- flac.cpp	18 Oct 2005 02:11:26 -0000	1.11.2.1
+++ flac.cpp	18 Jan 2006 18:07:36 -0000	1.11.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: flac.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/flac.h,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- flac.h	18 Oct 2005 02:11:26 -0000	1.5.2.1
+++ flac.h	18 Jan 2006 18:07:36 -0000	1.5.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: fmopl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.cpp,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -u -d -r1.34.2.1 -r1.34.2.2
--- fmopl.cpp	18 Oct 2005 02:11:26 -0000	1.34.2.1
+++ fmopl.cpp	18 Jan 2006 18:07:36 -0000	1.34.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 1999-2000 Tatsuyuki Satoh
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: fmopl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.h,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -d -r1.17.2.1 -r1.17.2.2
--- fmopl.h	18 Oct 2005 02:11:26 -0000	1.17.2.1
+++ fmopl.h	18 Jan 2006 18:07:36 -0000	1.17.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 1999-2000 Tatsuyuki Satoh
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.67.2.1
retrieving revision 1.67.2.2
diff -u -d -r1.67.2.1 -r1.67.2.2
--- mididrv.cpp	18 Oct 2005 02:11:26 -0000	1.67.2.1
+++ mididrv.cpp	18 Jan 2006 18:07:36 -0000	1.67.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mididrv.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.h,v
retrieving revision 1.49.2.1
retrieving revision 1.49.2.2
diff -u -d -r1.49.2.1 -r1.49.2.2
--- mididrv.h	18 Oct 2005 02:11:26 -0000	1.49.2.1
+++ mididrv.h	18 Jan 2006 18:07:36 -0000	1.49.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: midiparser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser.cpp,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -u -d -r1.32.2.1 -r1.32.2.2
--- midiparser.cpp	18 Oct 2005 02:11:26 -0000	1.32.2.1
+++ midiparser.cpp	18 Jan 2006 18:07:36 -0000	1.32.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: midiparser.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser.h,v
retrieving revision 1.28.2.1
retrieving revision 1.28.2.2
diff -u -d -r1.28.2.1 -r1.28.2.2
--- midiparser.h	18 Oct 2005 02:11:26 -0000	1.28.2.1
+++ midiparser.h	18 Jan 2006 18:07:36 -0000	1.28.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: midiparser_smf.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser_smf.cpp,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- midiparser_smf.cpp	18 Oct 2005 02:11:26 -0000	1.24.2.1
+++ midiparser_smf.cpp	18 Jan 2006 18:07:36 -0000	1.24.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: midiparser_xmidi.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser_xmidi.cpp,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- midiparser_xmidi.cpp	18 Oct 2005 02:11:26 -0000	1.23.2.1
+++ midiparser_xmidi.cpp	18 Jan 2006 18:07:36 -0000	1.23.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.194.2.1
retrieving revision 1.194.2.2
diff -u -d -r1.194.2.1 -r1.194.2.2
--- mixer.cpp	18 Oct 2005 02:11:26 -0000	1.194.2.1
+++ mixer.cpp	18 Jan 2006 18:07:36 -0000	1.194.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.108.2.1
retrieving revision 1.108.2.2
diff -u -d -r1.108.2.1 -r1.108.2.2
--- mixer.h	18 Oct 2005 02:11:26 -0000	1.108.2.1
+++ mixer.h	18 Jan 2006 18:07:36 -0000	1.108.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mp3.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mp3.cpp,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- mp3.cpp	18 Oct 2005 02:11:26 -0000	1.24.2.1
+++ mp3.cpp	18 Jan 2006 18:07:36 -0000	1.24.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mp3.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mp3.h,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- mp3.h	18 Oct 2005 02:11:26 -0000	1.11.2.1
+++ mp3.h	18 Jan 2006 18:07:36 -0000	1.11.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mpu401.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mpu401.cpp,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -u -d -r1.32.2.1 -r1.32.2.2
--- mpu401.cpp	18 Oct 2005 02:11:26 -0000	1.32.2.1
+++ mpu401.cpp	18 Jan 2006 18:07:36 -0000	1.32.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: mpu401.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mpu401.h,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -u -d -r1.25.2.1 -r1.25.2.2
--- mpu401.h	18 Oct 2005 02:11:26 -0000	1.25.2.1
+++ mpu401.h	18 Jan 2006 18:07:37 -0000	1.25.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: rate.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/rate.cpp,v
retrieving revision 1.41.2.1
retrieving revision 1.41.2.2
diff -u -d -r1.41.2.1 -r1.41.2.2
--- rate.cpp	18 Oct 2005 02:11:26 -0000	1.41.2.1
+++ rate.cpp	18 Jan 2006 18:07:37 -0000	1.41.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: rate.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/rate.h,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -d -r1.27.2.1 -r1.27.2.2
--- rate.h	18 Oct 2005 02:11:26 -0000	1.27.2.1
+++ rate.h	18 Jan 2006 18:07:37 -0000	1.27.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: voc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/voc.cpp,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -d -r1.27.2.1 -r1.27.2.2
--- voc.cpp	18 Oct 2005 02:11:26 -0000	1.27.2.1
+++ voc.cpp	18 Jan 2006 18:07:37 -0000	1.27.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: voc.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/voc.h,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- voc.h	18 Oct 2005 02:11:26 -0000	1.18.2.1
+++ voc.h	18 Jan 2006 18:07:37 -0000	1.18.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: vorbis.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/vorbis.cpp,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -u -d -r1.30.2.1 -r1.30.2.2
--- vorbis.cpp	18 Oct 2005 02:11:26 -0000	1.30.2.1
+++ vorbis.cpp	18 Jan 2006 18:07:37 -0000	1.30.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: vorbis.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/vorbis.h,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- vorbis.h	18 Oct 2005 02:11:26 -0000	1.13.2.1
+++ vorbis.h	18 Jan 2006 18:07:37 -0000	1.13.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: wave.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/wave.cpp,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -d -r1.8.2.2 -r1.8.2.3
--- wave.cpp	21 Oct 2005 02:25:20 -0000	1.8.2.2
+++ wave.cpp	18 Jan 2006 18:07:37 -0000	1.8.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Index: wave.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/wave.h,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- wave.h	21 Oct 2005 02:25:20 -0000	1.4.2.2
+++ wave.h	18 Jan 2006 18:07:37 -0000	1.4.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License





More information about the Scummvm-git-logs mailing list