aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/adpcm.cpp2
-rw-r--r--sound/adpcm.h2
-rw-r--r--sound/audiocd.cpp2
-rw-r--r--sound/audiocd.h2
-rw-r--r--sound/audiostream.cpp2
-rw-r--r--sound/audiostream.h2
-rw-r--r--sound/flac.cpp2
-rw-r--r--sound/flac.h2
-rw-r--r--sound/fmopl.cpp2
-rw-r--r--sound/fmopl.h2
-rw-r--r--sound/mididrv.cpp2
-rw-r--r--sound/mididrv.h2
-rw-r--r--sound/midiparser.cpp2
-rw-r--r--sound/midiparser.h2
-rw-r--r--sound/midiparser_smf.cpp2
-rw-r--r--sound/midiparser_xmidi.cpp2
-rw-r--r--sound/mixer.cpp2
-rw-r--r--sound/mixer.h2
-rw-r--r--sound/mp3.cpp2
-rw-r--r--sound/mp3.h2
-rw-r--r--sound/mpu401.cpp2
-rw-r--r--sound/mpu401.h2
-rw-r--r--sound/rate.cpp2
-rw-r--r--sound/rate.h2
-rw-r--r--sound/softsynth/adlib.cpp2
-rw-r--r--sound/softsynth/emumidi.h2
-rw-r--r--sound/softsynth/fluidsynth.cpp2
-rw-r--r--sound/softsynth/mt32.cpp2
-rw-r--r--sound/softsynth/mt32/freeverb.cpp2
-rw-r--r--sound/softsynth/mt32/freeverb.h2
-rw-r--r--sound/softsynth/ym2612.cpp2
-rw-r--r--sound/voc.cpp2
-rw-r--r--sound/voc.h2
-rw-r--r--sound/vorbis.cpp2
-rw-r--r--sound/vorbis.h2
-rw-r--r--sound/wave.cpp2
-rw-r--r--sound/wave.h2
37 files changed, 37 insertions, 37 deletions
diff --git a/sound/adpcm.cpp b/sound/adpcm.cpp
index daec184d6a..c5f3af151a 100644
--- a/sound/adpcm.cpp
+++ b/sound/adpcm.cpp
@@ -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
diff --git a/sound/adpcm.h b/sound/adpcm.h
index 8f957a224a..449c44800a 100644
--- a/sound/adpcm.h
+++ b/sound/adpcm.h
@@ -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
diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp
index a63ff2c2e1..bc0805f9f0 100644
--- a/sound/audiocd.cpp
+++ b/sound/audiocd.cpp
@@ -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
diff --git a/sound/audiocd.h b/sound/audiocd.h
index 0bdeb0c396..84c397aabc 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -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
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp
index 9ea924ea21..075e1308ba 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -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
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 7ac91bbdac..99558714fe 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -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
diff --git a/sound/flac.cpp b/sound/flac.cpp
index a0b5f8613a..e2c87ce0ef 100644
--- a/sound/flac.cpp
+++ b/sound/flac.cpp
@@ -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
diff --git a/sound/flac.h b/sound/flac.h
index df5c5247ee..dfee689a49 100644
--- a/sound/flac.h
+++ b/sound/flac.h
@@ -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
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index f095ccd675..d5c09bf630 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -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
diff --git a/sound/fmopl.h b/sound/fmopl.h
index 01d8b9bf50..2835b42808 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -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
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 42af0ec97b..37f02502d0 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -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
diff --git a/sound/mididrv.h b/sound/mididrv.h
index df4fbbacec..65e4f4f373 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -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
diff --git a/sound/midiparser.cpp b/sound/midiparser.cpp
index 2bc11dcb93..b59afdd0f0 100644
--- a/sound/midiparser.cpp
+++ b/sound/midiparser.cpp
@@ -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
diff --git a/sound/midiparser.h b/sound/midiparser.h
index f5f8a87014..ec25e196ff 100644
--- a/sound/midiparser.h
+++ b/sound/midiparser.h
@@ -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
diff --git a/sound/midiparser_smf.cpp b/sound/midiparser_smf.cpp
index eb4a2f5bd1..4544a122ef 100644
--- a/sound/midiparser_smf.cpp
+++ b/sound/midiparser_smf.cpp
@@ -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
diff --git a/sound/midiparser_xmidi.cpp b/sound/midiparser_xmidi.cpp
index 80704b08d5..dbc56fdf12 100644
--- a/sound/midiparser_xmidi.cpp
+++ b/sound/midiparser_xmidi.cpp
@@ -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
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 415c371953..8d78a8ba4d 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -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
diff --git a/sound/mixer.h b/sound/mixer.h
index 797506ea9d..2d13ebe93d 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -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
diff --git a/sound/mp3.cpp b/sound/mp3.cpp
index 22d5e981e9..17b6cfdedc 100644
--- a/sound/mp3.cpp
+++ b/sound/mp3.cpp
@@ -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
diff --git a/sound/mp3.h b/sound/mp3.h
index 3e864ade59..2df4b17980 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -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
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp
index 9ed7e14998..ae83ed74b3 100644
--- a/sound/mpu401.cpp
+++ b/sound/mpu401.cpp
@@ -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
diff --git a/sound/mpu401.h b/sound/mpu401.h
index 3722b2ae27..691a3ea486 100644
--- a/sound/mpu401.h
+++ b/sound/mpu401.h
@@ -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
diff --git a/sound/rate.cpp b/sound/rate.cpp
index f16504827a..fdb512de74 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -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
diff --git a/sound/rate.h b/sound/rate.h
index 79d57f9900..f543457b82 100644
--- a/sound/rate.h
+++ b/sound/rate.h
@@ -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
diff --git a/sound/softsynth/adlib.cpp b/sound/softsynth/adlib.cpp
index d9ab5e161a..c24e80e181 100644
--- a/sound/softsynth/adlib.cpp
+++ b/sound/softsynth/adlib.cpp
@@ -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
diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h
index 443316ee2d..852ecbbd1d 100644
--- a/sound/softsynth/emumidi.h
+++ b/sound/softsynth/emumidi.h
@@ -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
diff --git a/sound/softsynth/fluidsynth.cpp b/sound/softsynth/fluidsynth.cpp
index e0ded4596f..4a8a8427b5 100644
--- a/sound/softsynth/fluidsynth.cpp
+++ b/sound/softsynth/fluidsynth.cpp
@@ -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
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp
index 4ab7745233..9c83db9ccd 100644
--- a/sound/softsynth/mt32.cpp
+++ b/sound/softsynth/mt32.cpp
@@ -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
diff --git a/sound/softsynth/mt32/freeverb.cpp b/sound/softsynth/mt32/freeverb.cpp
index 1421c6991c..c3c7ada064 100644
--- a/sound/softsynth/mt32/freeverb.cpp
+++ b/sound/softsynth/mt32/freeverb.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2000 Jezar at Dreampoint
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* This code is public domain
*
diff --git a/sound/softsynth/mt32/freeverb.h b/sound/softsynth/mt32/freeverb.h
index 1a988bebcf..c49f3ad465 100644
--- a/sound/softsynth/mt32/freeverb.h
+++ b/sound/softsynth/mt32/freeverb.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2000 Jezar at Dreampoint
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* This code is public domain
*
diff --git a/sound/softsynth/ym2612.cpp b/sound/softsynth/ym2612.cpp
index 2b81ae7612..6f0abf5842 100644
--- a/sound/softsynth/ym2612.cpp
+++ b/sound/softsynth/ym2612.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 The ScummVM project
*
* YM2612 tone generation code written by Tomoaki Hayasaka.
* Used under the terms of the GNU General Public License.
diff --git a/sound/voc.cpp b/sound/voc.cpp
index d467cfff91..95f084a631 100644
--- a/sound/voc.cpp
+++ b/sound/voc.cpp
@@ -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
diff --git a/sound/voc.h b/sound/voc.h
index 595cd46b14..050ec468ea 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -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
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp
index c99c75af86..8cbd01056f 100644
--- a/sound/vorbis.cpp
+++ b/sound/vorbis.cpp
@@ -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
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 4e67cb5573..e4b00d6d5d 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -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
diff --git a/sound/wave.cpp b/sound/wave.cpp
index 0fed68d74a..bd3c2aed05 100644
--- a/sound/wave.cpp
+++ b/sound/wave.cpp
@@ -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
diff --git a/sound/wave.h b/sound/wave.h
index 5eba702baf..846e401073 100644
--- a/sound/wave.h
+++ b/sound/wave.h
@@ -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