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 /common/scaler | |
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 'common/scaler')
-rw-r--r-- | common/scaler/2xsai.cpp | 2 | ||||
-rw-r--r-- | common/scaler/aspect.cpp | 2 | ||||
-rw-r--r-- | common/scaler/hq2x.cpp | 2 | ||||
-rw-r--r-- | common/scaler/hq2x.h | 2 | ||||
-rw-r--r-- | common/scaler/hq3x.cpp | 2 | ||||
-rw-r--r-- | common/scaler/hq3x.h | 2 | ||||
-rw-r--r-- | common/scaler/intern.h | 2 | ||||
-rw-r--r-- | common/scaler/thumbnail.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/common/scaler/2xsai.cpp b/common/scaler/2xsai.cpp index a69b086f88..5c014192f5 100644 --- a/common/scaler/2xsai.cpp +++ b/common/scaler/2xsai.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/common/scaler/aspect.cpp b/common/scaler/aspect.cpp index 9b5ab9a562..0af44ad08b 100644 --- a/common/scaler/aspect.cpp +++ b/common/scaler/aspect.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/common/scaler/hq2x.cpp b/common/scaler/hq2x.cpp index bf8c87797b..5d3636ed52 100644 --- a/common/scaler/hq2x.cpp +++ b/common/scaler/hq2x.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/common/scaler/hq2x.h b/common/scaler/hq2x.h index 4a7620e7e4..2b5fd05e75 100644 --- a/common/scaler/hq2x.h +++ b/common/scaler/hq2x.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/common/scaler/hq3x.cpp b/common/scaler/hq3x.cpp index 1630fc5592..e15d35f252 100644 --- a/common/scaler/hq3x.cpp +++ b/common/scaler/hq3x.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/common/scaler/hq3x.h b/common/scaler/hq3x.h index 66e0a49966..950102be25 100644 --- a/common/scaler/hq3x.h +++ b/common/scaler/hq3x.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/common/scaler/intern.h b/common/scaler/intern.h index 51a2550e6b..bbedd2ef8b 100644 --- a/common/scaler/intern.h +++ b/common/scaler/intern.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/common/scaler/thumbnail.cpp b/common/scaler/thumbnail.cpp index 3c04af2c1b..fb3d895696 100644 --- a/common/scaler/thumbnail.cpp +++ b/common/scaler/thumbnail.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 |