aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-18 17:39:49 +0000
committerEugene Sandulenko2006-01-18 17:39:49 +0000
commitea42bad78128837c2e19ecd3093fade4a51fe0e9 (patch)
tree66b4b074c73ae8973ebcafd4c08ff1226333897e /sword1
parent664d00e162c3215ab629f7cfa166702e43484056 (diff)
downloadscummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.tar.gz
scummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.tar.bz2
scummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.zip
Update copyright notice
svn-id: r20088
Diffstat (limited to 'sword1')
-rw-r--r--sword1/animation.cpp2
-rw-r--r--sword1/animation.h2
-rw-r--r--sword1/collision.h2
-rw-r--r--sword1/control.cpp2
-rw-r--r--sword1/control.h2
-rw-r--r--sword1/credits.cpp2
-rw-r--r--sword1/credits.h2
-rw-r--r--sword1/debug.cpp2
-rw-r--r--sword1/debug.h2
-rw-r--r--sword1/eventman.cpp2
-rw-r--r--sword1/eventman.h2
-rw-r--r--sword1/logic.cpp2
-rw-r--r--sword1/logic.h2
-rw-r--r--sword1/memman.cpp2
-rw-r--r--sword1/memman.h2
-rw-r--r--sword1/menu.cpp2
-rw-r--r--sword1/menu.h2
-rw-r--r--sword1/mouse.cpp2
-rw-r--r--sword1/mouse.h2
-rw-r--r--sword1/music.cpp2
-rw-r--r--sword1/music.h2
-rw-r--r--sword1/object.h2
-rw-r--r--sword1/objectman.cpp2
-rw-r--r--sword1/objectman.h2
-rw-r--r--sword1/resman.cpp2
-rw-r--r--sword1/resman.h2
-rw-r--r--sword1/router.cpp2
-rw-r--r--sword1/screen.cpp2
-rw-r--r--sword1/screen.h2
-rw-r--r--sword1/sound.cpp2
-rw-r--r--sword1/sound.h2
-rw-r--r--sword1/staticres.cpp2
-rw-r--r--sword1/sword1.cpp2
-rw-r--r--sword1/sword1.h2
-rw-r--r--sword1/sworddefs.h2
-rw-r--r--sword1/swordres.h2
-rw-r--r--sword1/text.cpp2
-rw-r--r--sword1/text.h2
38 files changed, 38 insertions, 38 deletions
diff --git a/sword1/animation.cpp b/sword1/animation.cpp
index 48445d03ed..18dac5aadb 100644
--- a/sword1/animation.cpp
+++ b/sword1/animation.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-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/sword1/animation.h b/sword1/animation.h
index b1090932d9..fc9bd7b411 100644
--- a/sword1/animation.h
+++ b/sword1/animation.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-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/sword1/collision.h b/sword1/collision.h
index b4bf0db326..9e476d2e2c 100644
--- a/sword1/collision.h
+++ b/sword1/collision.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/sword1/control.cpp b/sword1/control.cpp
index ef296a9cb3..fe15eeaa19 100644
--- a/sword1/control.cpp
+++ b/sword1/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/sword1/control.h b/sword1/control.h
index f79c2116d4..f06b7c0680 100644
--- a/sword1/control.h
+++ b/sword1/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/sword1/credits.cpp b/sword1/credits.cpp
index 691eaaa4c2..7fc3bdbd4e 100644
--- a/sword1/credits.cpp
+++ b/sword1/credits.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/sword1/credits.h b/sword1/credits.h
index bfa69b2ae0..12a8ddf39b 100644
--- a/sword1/credits.h
+++ b/sword1/credits.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/sword1/debug.cpp b/sword1/debug.cpp
index 19b8b24e1e..9c19f37ba7 100644
--- a/sword1/debug.cpp
+++ b/sword1/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/sword1/debug.h b/sword1/debug.h
index 87f5796fc2..841882fc89 100644
--- a/sword1/debug.h
+++ b/sword1/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/sword1/eventman.cpp b/sword1/eventman.cpp
index c31cde6458..bf3a81bf5d 100644
--- a/sword1/eventman.cpp
+++ b/sword1/eventman.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/sword1/eventman.h b/sword1/eventman.h
index b81f58898e..a31d2b593f 100644
--- a/sword1/eventman.h
+++ b/sword1/eventman.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/sword1/logic.cpp b/sword1/logic.cpp
index 886bc59448..f289e2f499 100644
--- a/sword1/logic.cpp
+++ b/sword1/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/sword1/logic.h b/sword1/logic.h
index 29bda2c270..b9200e3707 100644
--- a/sword1/logic.h
+++ b/sword1/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/sword1/memman.cpp b/sword1/memman.cpp
index b99a04c88b..621ed56d08 100644
--- a/sword1/memman.cpp
+++ b/sword1/memman.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/sword1/memman.h b/sword1/memman.h
index b23ebeb241..fd1e27cd2f 100644
--- a/sword1/memman.h
+++ b/sword1/memman.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/sword1/menu.cpp b/sword1/menu.cpp
index 7c0d4887ba..a733e619e2 100644
--- a/sword1/menu.cpp
+++ b/sword1/menu.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/sword1/menu.h b/sword1/menu.h
index fbf18be8d1..553bdac963 100644
--- a/sword1/menu.h
+++ b/sword1/menu.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/sword1/mouse.cpp b/sword1/mouse.cpp
index a08e468484..d14cd0225d 100644
--- a/sword1/mouse.cpp
+++ b/sword1/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/sword1/mouse.h b/sword1/mouse.h
index a8cef1fd28..1608d1a927 100644
--- a/sword1/mouse.h
+++ b/sword1/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/sword1/music.cpp b/sword1/music.cpp
index 01715183d1..7bf4f61a68 100644
--- a/sword1/music.cpp
+++ b/sword1/music.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/sword1/music.h b/sword1/music.h
index f8326e2a26..7ce91aa430 100644
--- a/sword1/music.h
+++ b/sword1/music.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/sword1/object.h b/sword1/object.h
index 690353919a..958a248197 100644
--- a/sword1/object.h
+++ b/sword1/object.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/sword1/objectman.cpp b/sword1/objectman.cpp
index 4869274307..426238d498 100644
--- a/sword1/objectman.cpp
+++ b/sword1/objectman.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/sword1/objectman.h b/sword1/objectman.h
index 4f677f2dd5..2dd9d5118a 100644
--- a/sword1/objectman.h
+++ b/sword1/objectman.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/sword1/resman.cpp b/sword1/resman.cpp
index 5f4e521f9e..31d895bc61 100644
--- a/sword1/resman.cpp
+++ b/sword1/resman.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/sword1/resman.h b/sword1/resman.h
index 9cf277b897..64e881d390 100644
--- a/sword1/resman.h
+++ b/sword1/resman.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/sword1/router.cpp b/sword1/router.cpp
index d600dbe34f..4fd21068a8 100644
--- a/sword1/router.cpp
+++ b/sword1/router.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/sword1/screen.cpp b/sword1/screen.cpp
index 07343d05c7..8e5daba092 100644
--- a/sword1/screen.cpp
+++ b/sword1/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/sword1/screen.h b/sword1/screen.h
index aeaf6ef447..b40439dbc2 100644
--- a/sword1/screen.h
+++ b/sword1/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/sword1/sound.cpp b/sword1/sound.cpp
index ec45be4fee..2fcd51a270 100644
--- a/sword1/sound.cpp
+++ b/sword1/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/sword1/sound.h b/sword1/sound.h
index 1412adbf82..03cffefc16 100644
--- a/sword1/sound.h
+++ b/sword1/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/sword1/staticres.cpp b/sword1/staticres.cpp
index 75b372bbf0..5247ebf6d6 100644
--- a/sword1/staticres.cpp
+++ b/sword1/staticres.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/sword1/sword1.cpp b/sword1/sword1.cpp
index 77ec324746..897bb626ab 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.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/sword1/sword1.h b/sword1/sword1.h
index cd5ce5c965..808f50c55b 100644
--- a/sword1/sword1.h
+++ b/sword1/sword1.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/sword1/sworddefs.h b/sword1/sworddefs.h
index 61fac1f906..01ba685469 100644
--- a/sword1/sworddefs.h
+++ b/sword1/sworddefs.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/sword1/swordres.h b/sword1/swordres.h
index 66f9a22407..098a3b4cdd 100644
--- a/sword1/swordres.h
+++ b/sword1/swordres.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/sword1/text.cpp b/sword1/text.cpp
index bd2f396a26..c06d7fd766 100644
--- a/sword1/text.cpp
+++ b/sword1/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/sword1/text.h b/sword1/text.h
index f8a3e32bf1..fb2428d38d 100644
--- a/sword1/text.h
+++ b/sword1/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