aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
Diffstat (limited to 'sky')
-rw-r--r--sky/autoroute.cpp2
-rw-r--r--sky/autoroute.h2
-rw-r--r--sky/compact.cpp2
-rw-r--r--sky/compact.h2
-rw-r--r--sky/control.cpp2
-rw-r--r--sky/control.h2
-rw-r--r--sky/debug.cpp2
-rw-r--r--sky/debug.h2
-rw-r--r--sky/disk.cpp2
-rw-r--r--sky/disk.h2
-rw-r--r--sky/grid.cpp2
-rw-r--r--sky/grid.h2
-rw-r--r--sky/hufftext.cpp2
-rw-r--r--sky/intro.cpp2
-rw-r--r--sky/intro.h2
-rw-r--r--sky/logic.cpp2
-rw-r--r--sky/logic.h2
-rw-r--r--sky/mouse.cpp2
-rw-r--r--sky/mouse.h2
-rw-r--r--sky/music/adlibchannel.cpp2
-rw-r--r--sky/music/adlibchannel.h2
-rw-r--r--sky/music/adlibmusic.cpp2
-rw-r--r--sky/music/adlibmusic.h2
-rw-r--r--sky/music/gmchannel.cpp2
-rw-r--r--sky/music/gmchannel.h2
-rw-r--r--sky/music/gmmusic.cpp2
-rw-r--r--sky/music/gmmusic.h2
-rw-r--r--sky/music/mt32music.cpp2
-rw-r--r--sky/music/mt32music.h2
-rw-r--r--sky/music/musicbase.cpp2
-rw-r--r--sky/music/musicbase.h2
-rw-r--r--sky/rnc_deco.cpp2
-rw-r--r--sky/rnc_deco.h2
-rw-r--r--sky/screen.cpp2
-rw-r--r--sky/screen.h2
-rw-r--r--sky/sky.cpp2
-rw-r--r--sky/sky.h2
-rw-r--r--sky/skydefs.h2
-rw-r--r--sky/sound.cpp2
-rw-r--r--sky/sound.h2
-rw-r--r--sky/struc.h2
-rw-r--r--sky/text.cpp2
-rw-r--r--sky/text.h2
43 files changed, 43 insertions, 43 deletions
diff --git a/sky/autoroute.cpp b/sky/autoroute.cpp
index 821f656937..86870b583a 100644
--- a/sky/autoroute.cpp
+++ b/sky/autoroute.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/sky/autoroute.h b/sky/autoroute.h
index e0a3fc3a5a..b7314410cf 100644
--- a/sky/autoroute.h
+++ b/sky/autoroute.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/sky/compact.cpp b/sky/compact.cpp
index 6dc68ff70f..ab8414f00d 100644
--- a/sky/compact.cpp
+++ b/sky/compact.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/sky/compact.h b/sky/compact.h
index 20634855a8..3b791329bb 100644
--- a/sky/compact.h
+++ b/sky/compact.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/sky/control.cpp b/sky/control.cpp
index 95b7e1a9cf..dac63030e8 100644
--- a/sky/control.cpp
+++ b/sky/control.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/sky/control.h b/sky/control.h
index c5cddc9c65..2a7f961e07 100644
--- a/sky/control.h
+++ b/sky/control.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/sky/debug.cpp b/sky/debug.cpp
index 17bd90082b..d16a66c55a 100644
--- a/sky/debug.cpp
+++ b/sky/debug.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/sky/debug.h b/sky/debug.h
index 074f6ff489..1d0e20896b 100644
--- a/sky/debug.h
+++ b/sky/debug.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/sky/disk.cpp b/sky/disk.cpp
index 1b08987ced..67a92c85a6 100644
--- a/sky/disk.cpp
+++ b/sky/disk.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/sky/disk.h b/sky/disk.h
index b132080bca..0238fcb1db 100644
--- a/sky/disk.h
+++ b/sky/disk.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/sky/grid.cpp b/sky/grid.cpp
index 39b35d63e0..58f22308d1 100644
--- a/sky/grid.cpp
+++ b/sky/grid.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/sky/grid.h b/sky/grid.h
index 6d11b48bac..e3ede88505 100644
--- a/sky/grid.h
+++ b/sky/grid.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/sky/hufftext.cpp b/sky/hufftext.cpp
index 95bd79170b..6fef4319bd 100644
--- a/sky/hufftext.cpp
+++ b/sky/hufftext.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-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/sky/intro.cpp b/sky/intro.cpp
index 02b3050fc0..4dd9954118 100644
--- a/sky/intro.cpp
+++ b/sky/intro.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/sky/intro.h b/sky/intro.h
index 42b505b501..eb98a84cc8 100644
--- a/sky/intro.h
+++ b/sky/intro.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/sky/logic.cpp b/sky/logic.cpp
index b5a05c9e31..7dd61256b7 100644
--- a/sky/logic.cpp
+++ b/sky/logic.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/sky/logic.h b/sky/logic.h
index 9ceb93532f..6e51d5ee13 100644
--- a/sky/logic.h
+++ b/sky/logic.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/sky/mouse.cpp b/sky/mouse.cpp
index d40f45d38e..7d3d57b8bf 100644
--- a/sky/mouse.cpp
+++ b/sky/mouse.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/sky/mouse.h b/sky/mouse.h
index 0e96806834..347604f268 100644
--- a/sky/mouse.h
+++ b/sky/mouse.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/sky/music/adlibchannel.cpp b/sky/music/adlibchannel.cpp
index 7705f66e70..141e19dcc5 100644
--- a/sky/music/adlibchannel.cpp
+++ b/sky/music/adlibchannel.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/sky/music/adlibchannel.h b/sky/music/adlibchannel.h
index 8a2edef462..de3c099a7e 100644
--- a/sky/music/adlibchannel.h
+++ b/sky/music/adlibchannel.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/sky/music/adlibmusic.cpp b/sky/music/adlibmusic.cpp
index cfa608c4e6..2b8dd8c3bb 100644
--- a/sky/music/adlibmusic.cpp
+++ b/sky/music/adlibmusic.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/sky/music/adlibmusic.h b/sky/music/adlibmusic.h
index 307e5e7e35..7d71ac2d19 100644
--- a/sky/music/adlibmusic.h
+++ b/sky/music/adlibmusic.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/sky/music/gmchannel.cpp b/sky/music/gmchannel.cpp
index 89d5fc0f7c..d9bc51a2f9 100644
--- a/sky/music/gmchannel.cpp
+++ b/sky/music/gmchannel.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/sky/music/gmchannel.h b/sky/music/gmchannel.h
index 0d3a3dd960..f3b4d4f0db 100644
--- a/sky/music/gmchannel.h
+++ b/sky/music/gmchannel.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/sky/music/gmmusic.cpp b/sky/music/gmmusic.cpp
index 94b1247300..6f9922f9d4 100644
--- a/sky/music/gmmusic.cpp
+++ b/sky/music/gmmusic.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/sky/music/gmmusic.h b/sky/music/gmmusic.h
index 9acd1f135f..aba1882dcc 100644
--- a/sky/music/gmmusic.h
+++ b/sky/music/gmmusic.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/sky/music/mt32music.cpp b/sky/music/mt32music.cpp
index 7f1a34d2c4..275f40409b 100644
--- a/sky/music/mt32music.cpp
+++ b/sky/music/mt32music.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/sky/music/mt32music.h b/sky/music/mt32music.h
index 3d03fa71e5..b28facf5c3 100644
--- a/sky/music/mt32music.h
+++ b/sky/music/mt32music.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/sky/music/musicbase.cpp b/sky/music/musicbase.cpp
index 66995d674a..16c3468695 100644
--- a/sky/music/musicbase.cpp
+++ b/sky/music/musicbase.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/sky/music/musicbase.h b/sky/music/musicbase.h
index bf5f8e326b..13996f7811 100644
--- a/sky/music/musicbase.h
+++ b/sky/music/musicbase.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/sky/rnc_deco.cpp b/sky/rnc_deco.cpp
index 03e7f1d7cf..2dc46b8274 100644
--- a/sky/rnc_deco.cpp
+++ b/sky/rnc_deco.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/sky/rnc_deco.h b/sky/rnc_deco.h
index 38f68556a6..ac7150392f 100644
--- a/sky/rnc_deco.h
+++ b/sky/rnc_deco.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/sky/screen.cpp b/sky/screen.cpp
index 18087eab03..52586fb0df 100644
--- a/sky/screen.cpp
+++ b/sky/screen.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/sky/screen.h b/sky/screen.h
index bb2fa1a7a9..06d393994c 100644
--- a/sky/screen.h
+++ b/sky/screen.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/sky/sky.cpp b/sky/sky.cpp
index 7b2fcbba88..1db0998370 100644
--- a/sky/sky.cpp
+++ b/sky/sky.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/sky/sky.h b/sky/sky.h
index 3ca7314453..4fbc7444ec 100644
--- a/sky/sky.h
+++ b/sky/sky.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/sky/skydefs.h b/sky/skydefs.h
index 92683ba786..e57a84cf1c 100644
--- a/sky/skydefs.h
+++ b/sky/skydefs.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/sky/sound.cpp b/sky/sound.cpp
index 98f1f4259e..fa6be9b312 100644
--- a/sky/sound.cpp
+++ b/sky/sound.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/sky/sound.h b/sky/sound.h
index fe1be9b828..49e4bbea66 100644
--- a/sky/sound.h
+++ b/sky/sound.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/sky/struc.h b/sky/struc.h
index 1dfa93129c..7c898d4cf2 100644
--- a/sky/struc.h
+++ b/sky/struc.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/sky/text.cpp b/sky/text.cpp
index 82cdbca7f9..df078941d5 100644
--- a/sky/text.cpp
+++ b/sky/text.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/sky/text.h b/sky/text.h
index 9a864b9836..c36f40949a 100644
--- a/sky/text.h
+++ b/sky/text.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