diff options
author | Eugene Sandulenko | 2006-01-18 17:39:49 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-01-18 17:39:49 +0000 |
commit | ea42bad78128837c2e19ecd3093fade4a51fe0e9 (patch) | |
tree | 66b4b074c73ae8973ebcafd4c08ff1226333897e /kyra | |
parent | 664d00e162c3215ab629f7cfa166702e43484056 (diff) | |
download | scummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.tar.gz scummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.tar.bz2 scummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.zip |
Update copyright notice
svn-id: r20088
Diffstat (limited to 'kyra')
-rw-r--r-- | kyra/animator.cpp | 2 | ||||
-rw-r--r-- | kyra/animator.h | 2 | ||||
-rw-r--r-- | kyra/debugger.cpp | 2 | ||||
-rw-r--r-- | kyra/debugger.h | 2 | ||||
-rw-r--r-- | kyra/gui.cpp | 2 | ||||
-rw-r--r-- | kyra/kyra.cpp | 2 | ||||
-rw-r--r-- | kyra/kyra.h | 2 | ||||
-rw-r--r-- | kyra/resource.cpp | 2 | ||||
-rw-r--r-- | kyra/resource.h | 2 | ||||
-rw-r--r-- | kyra/saveload.cpp | 2 | ||||
-rw-r--r-- | kyra/screen.cpp | 2 | ||||
-rw-r--r-- | kyra/screen.h | 2 | ||||
-rw-r--r-- | kyra/script.cpp | 2 | ||||
-rw-r--r-- | kyra/script.h | 2 | ||||
-rw-r--r-- | kyra/script_v1.cpp | 2 | ||||
-rwxr-xr-x | kyra/seqplayer.cpp | 2 | ||||
-rwxr-xr-x | kyra/seqplayer.h | 2 | ||||
-rw-r--r-- | kyra/sound.cpp | 2 | ||||
-rw-r--r-- | kyra/sound.h | 2 | ||||
-rw-r--r-- | kyra/sprites.cpp | 2 | ||||
-rw-r--r-- | kyra/sprites.h | 2 | ||||
-rw-r--r-- | kyra/staticres.cpp | 2 | ||||
-rw-r--r-- | kyra/text.cpp | 2 | ||||
-rw-r--r-- | kyra/text.h | 2 | ||||
-rw-r--r-- | kyra/timer.cpp | 2 | ||||
-rw-r--r-- | kyra/wsamovie.cpp | 2 | ||||
-rw-r--r-- | kyra/wsamovie.h | 2 |
27 files changed, 27 insertions, 27 deletions
diff --git a/kyra/animator.cpp b/kyra/animator.cpp index 395fe0b981..df616f5965 100644 --- a/kyra/animator.cpp +++ b/kyra/animator.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/kyra/animator.h b/kyra/animator.h index 019941cd6d..cb6b8e2609 100644 --- a/kyra/animator.h +++ b/kyra/animator.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/kyra/debugger.cpp b/kyra/debugger.cpp index e74d328f62..51b0cdd81a 100644 --- a/kyra/debugger.cpp +++ b/kyra/debugger.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/kyra/debugger.h b/kyra/debugger.h index 2a15103548..b7998427a6 100644 --- a/kyra/debugger.h +++ b/kyra/debugger.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/kyra/gui.cpp b/kyra/gui.cpp index 1d37cfa7ec..b224053aff 100644 --- a/kyra/gui.cpp +++ b/kyra/gui.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/kyra/kyra.cpp b/kyra/kyra.cpp index 6053faff2a..9ea0689ad6 100644 --- a/kyra/kyra.cpp +++ b/kyra/kyra.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/kyra/kyra.h b/kyra/kyra.h index a68651e111..e2031fa3f0 100644 --- a/kyra/kyra.h +++ b/kyra/kyra.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/kyra/resource.cpp b/kyra/resource.cpp index 07a929e89c..6e33a49422 100644 --- a/kyra/resource.cpp +++ b/kyra/resource.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/kyra/resource.h b/kyra/resource.h index 72c2c239c4..010cf43d8b 100644 --- a/kyra/resource.h +++ b/kyra/resource.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/kyra/saveload.cpp b/kyra/saveload.cpp index a396658660..f1a09f3667 100644 --- a/kyra/saveload.cpp +++ b/kyra/saveload.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/kyra/screen.cpp b/kyra/screen.cpp index f3a217f043..725df9ebd0 100644 --- a/kyra/screen.cpp +++ b/kyra/screen.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/kyra/screen.h b/kyra/screen.h index d2ee052317..e85b6af258 100644 --- a/kyra/screen.h +++ b/kyra/screen.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/kyra/script.cpp b/kyra/script.cpp index 285bf6b873..d956401308 100644 --- a/kyra/script.cpp +++ b/kyra/script.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/kyra/script.h b/kyra/script.h index 60bb1f8244..3962d079c5 100644 --- a/kyra/script.h +++ b/kyra/script.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/kyra/script_v1.cpp b/kyra/script_v1.cpp index 46d63a0944..b3e1c4eeb8 100644 --- a/kyra/script_v1.cpp +++ b/kyra/script_v1.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/kyra/seqplayer.cpp b/kyra/seqplayer.cpp index 02ef64b7da..ae36ad65df 100755 --- a/kyra/seqplayer.cpp +++ b/kyra/seqplayer.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/kyra/seqplayer.h b/kyra/seqplayer.h index 2bd2386a05..6e9f3cf2bf 100755 --- a/kyra/seqplayer.h +++ b/kyra/seqplayer.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/kyra/sound.cpp b/kyra/sound.cpp index 9d1326ac49..31c947f12f 100644 --- a/kyra/sound.cpp +++ b/kyra/sound.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/kyra/sound.h b/kyra/sound.h index 2d86e52b7b..9adce35819 100644 --- a/kyra/sound.h +++ b/kyra/sound.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/kyra/sprites.cpp b/kyra/sprites.cpp index 243d84e191..63143404f6 100644 --- a/kyra/sprites.cpp +++ b/kyra/sprites.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/kyra/sprites.h b/kyra/sprites.h index 87a7427b1a..e368e994d0 100644 --- a/kyra/sprites.h +++ b/kyra/sprites.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/kyra/staticres.cpp b/kyra/staticres.cpp index ea848f9964..dbe1636e62 100644 --- a/kyra/staticres.cpp +++ b/kyra/staticres.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/kyra/text.cpp b/kyra/text.cpp index c9feadbb49..db4f737d61 100644 --- a/kyra/text.cpp +++ b/kyra/text.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/kyra/text.h b/kyra/text.h index 2f097fee6c..59063e4e91 100644 --- a/kyra/text.h +++ b/kyra/text.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/kyra/timer.cpp b/kyra/timer.cpp index 3c73b5c8b1..4dd50c569b 100644 --- a/kyra/timer.cpp +++ b/kyra/timer.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/kyra/wsamovie.cpp b/kyra/wsamovie.cpp index b46055336a..6a61a80327 100644 --- a/kyra/wsamovie.cpp +++ b/kyra/wsamovie.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/kyra/wsamovie.h b/kyra/wsamovie.h index b151306756..40e911c5b8 100644 --- a/kyra/wsamovie.h +++ b/kyra/wsamovie.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 |