aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-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/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
32 files changed, 32 insertions, 32 deletions
diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp
index aceed46306..aafa279ed8 100644
--- a/sound/audiocd.cpp
+++ b/sound/audiocd.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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 3bab53d6db..98ab462d9a 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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 348b4084f7..4520c6b009 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 19fbd41206..0b278fbd0c 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 b0306967e0..ff56ed6ee8 100644
--- a/sound/flac.cpp
+++ b/sound/flac.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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 055a9fa2a7..6cf1c9ec87 100644
--- a/sound/flac.h
+++ b/sound/flac.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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 3c098fc9a5..5b133a21f2 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-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 96db6196c1..13388bacd9 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-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 11fa0d3b15..94b4b08452 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 0041c146ed..275ef6b437 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 48d8f6d0d1..327d6ed71e 100644
--- a/sound/midiparser.cpp
+++ b/sound/midiparser.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 a9c2650915..4247060a8c 100644
--- a/sound/midiparser.h
+++ b/sound/midiparser.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 f7907c25a8..f4ddbd88a6 100644
--- a/sound/midiparser_smf.cpp
+++ b/sound/midiparser_smf.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 d29acec11f..1524e25541 100644
--- a/sound/midiparser_xmidi.cpp
+++ b/sound/midiparser_xmidi.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 2f09add6a8..5358be7274 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 cdc601e402..ecfbc19b12 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 51f444aa1c..47c93a4df7 100644
--- a/sound/mp3.cpp
+++ b/sound/mp3.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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 a782322966..28fa622b44 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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 6ea50395f4..88a1afd32f 100644
--- a/sound/mpu401.cpp
+++ b/sound/mpu401.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 213af64b6b..9c5529934f 100644
--- a/sound/mpu401.h
+++ b/sound/mpu401.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 1b5ceecf86..b15071ac6d 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 a0881d1616..2cffd87702 100644
--- a/sound/rate.h
+++ b/sound/rate.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 97967af89f..072a1fbc24 100644
--- a/sound/softsynth/adlib.cpp
+++ b/sound/softsynth/adlib.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 34cd4b0983..160a4fa83b 100644
--- a/sound/softsynth/emumidi.h
+++ b/sound/softsynth/emumidi.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 3244e0bb42..52668c9bc3 100644
--- a/sound/softsynth/mt32.cpp
+++ b/sound/softsynth/mt32.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 0c366fe62f..f5c070b760 100644
--- a/sound/softsynth/mt32/freeverb.cpp
+++ b/sound/softsynth/mt32/freeverb.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2005 The ScummVM project
* Copyright (C) 2000 Jezar at Dreampoint
*
* This code is public domain
diff --git a/sound/softsynth/mt32/freeverb.h b/sound/softsynth/mt32/freeverb.h
index d618f79670..a8748aa1cf 100644
--- a/sound/softsynth/mt32/freeverb.h
+++ b/sound/softsynth/mt32/freeverb.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2005 The ScummVM project
* Copyright (C) 2000 Jezar at Dreampoint
*
* This code is public domain
diff --git a/sound/softsynth/ym2612.cpp b/sound/softsynth/ym2612.cpp
index b9ad9b35ca..58710a586c 100644
--- a/sound/softsynth/ym2612.cpp
+++ b/sound/softsynth/ym2612.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 f61e82f2ab..84bc80d35a 100644
--- a/sound/voc.cpp
+++ b/sound/voc.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 722aa38b10..1bb0b303d2 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-2005 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 0ddf423439..e79a5f8552 100644
--- a/sound/vorbis.cpp
+++ b/sound/vorbis.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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 8b2b5ecee0..fa784b5a87 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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