diff options
author | Max Horn | 2004-01-06 12:45:34 +0000 |
---|---|---|
committer | Max Horn | 2004-01-06 12:45:34 +0000 |
commit | 033ff78ae97e2ef8580abe6abe8e11a32e5287c9 (patch) | |
tree | 654c06a03a592c1105bb3a1caa6dfbe6e0be463b /gui | |
parent | 2be1b4d68acb322a20eae5c4cb1bb3b7045e7871 (diff) | |
download | scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.tar.gz scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.tar.bz2 scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.zip |
updated copyright notice
svn-id: r12176
Diffstat (limited to 'gui')
-rw-r--r-- | gui/EditTextWidget.cpp | 2 | ||||
-rw-r--r-- | gui/EditTextWidget.h | 2 | ||||
-rw-r--r-- | gui/ListWidget.cpp | 2 | ||||
-rw-r--r-- | gui/ListWidget.h | 2 | ||||
-rw-r--r-- | gui/PopUpWidget.cpp | 2 | ||||
-rw-r--r-- | gui/PopUpWidget.h | 2 | ||||
-rw-r--r-- | gui/ScrollBarWidget.cpp | 2 | ||||
-rw-r--r-- | gui/ScrollBarWidget.h | 2 | ||||
-rw-r--r-- | gui/TabWidget.cpp | 2 | ||||
-rw-r--r-- | gui/TabWidget.h | 2 | ||||
-rw-r--r-- | gui/about.cpp | 4 | ||||
-rw-r--r-- | gui/about.h | 2 | ||||
-rw-r--r-- | gui/browser.cpp | 2 | ||||
-rw-r--r-- | gui/browser.h | 2 | ||||
-rw-r--r-- | gui/chooser.cpp | 2 | ||||
-rw-r--r-- | gui/chooser.h | 2 | ||||
-rw-r--r-- | gui/console.cpp | 2 | ||||
-rw-r--r-- | gui/console.h | 2 | ||||
-rw-r--r-- | gui/dialog.cpp | 2 | ||||
-rw-r--r-- | gui/dialog.h | 2 | ||||
-rw-r--r-- | gui/font.h | 2 | ||||
-rw-r--r-- | gui/launcher.cpp | 2 | ||||
-rw-r--r-- | gui/launcher.h | 2 | ||||
-rw-r--r-- | gui/message.cpp | 2 | ||||
-rw-r--r-- | gui/message.h | 2 | ||||
-rw-r--r-- | gui/newgui.cpp | 2 | ||||
-rw-r--r-- | gui/newgui.h | 2 | ||||
-rw-r--r-- | gui/object.h | 2 | ||||
-rw-r--r-- | gui/options.cpp | 2 | ||||
-rw-r--r-- | gui/options.h | 2 | ||||
-rw-r--r-- | gui/widget.cpp | 2 | ||||
-rw-r--r-- | gui/widget.h | 2 |
32 files changed, 33 insertions, 33 deletions
diff --git a/gui/EditTextWidget.cpp b/gui/EditTextWidget.cpp index 3a1fc488df..dd451870a5 100644 --- a/gui/EditTextWidget.cpp +++ b/gui/EditTextWidget.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/EditTextWidget.h b/gui/EditTextWidget.h index 00a998b9da..ccbc49c83b 100644 --- a/gui/EditTextWidget.h +++ b/gui/EditTextWidget.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/ListWidget.cpp b/gui/ListWidget.cpp index 9404a8f945..af38688eba 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/ListWidget.h b/gui/ListWidget.h index 4739ddbb0f..5522972a24 100644 --- a/gui/ListWidget.h +++ b/gui/ListWidget.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/PopUpWidget.cpp b/gui/PopUpWidget.cpp index b9ee8bc2f4..34fce93b31 100644 --- a/gui/PopUpWidget.cpp +++ b/gui/PopUpWidget.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/PopUpWidget.h b/gui/PopUpWidget.h index 470c06f588..ec6a6c363c 100644 --- a/gui/PopUpWidget.h +++ b/gui/PopUpWidget.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/ScrollBarWidget.cpp b/gui/ScrollBarWidget.cpp index 99f32aab6c..6e77087959 100644 --- a/gui/ScrollBarWidget.cpp +++ b/gui/ScrollBarWidget.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h index cb0d830991..fea0e89d4e 100644 --- a/gui/ScrollBarWidget.h +++ b/gui/ScrollBarWidget.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/TabWidget.cpp b/gui/TabWidget.cpp index 3f1cb29f44..dc39d2a624 100644 --- a/gui/TabWidget.cpp +++ b/gui/TabWidget.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/TabWidget.h b/gui/TabWidget.h index 85e6f50d5d..ea49fed891 100644 --- a/gui/TabWidget.h +++ b/gui/TabWidget.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/about.cpp b/gui/about.cpp index 6c698e56cc..c0b478704b 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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 @@ -40,7 +40,7 @@ AboutDialog::AboutDialog() new StaticTextWidget(this, 10, 20, _w - 20, kLineHeight, date, kTextAlignCenter); // TODO: Probably should display something regarding GPL - new StaticTextWidget(this, 10, 35, _w - 20, kLineHeight, "Copyright (C) 2002-2003 The ScummVM project", kTextAlignCenter); + new StaticTextWidget(this, 10, 35, _w - 20, kLineHeight, "Copyright (C) 2002-2004 The ScummVM project", kTextAlignCenter); new StaticTextWidget(this, 10, 45, _w - 20, kLineHeight, "http://www.scummvm.org", kTextAlignCenter); new StaticTextWidget(this, 10, 65, _w - 20, kLineHeight, "LucasArts SCUMM Games (C) LucasArts", kTextAlignCenter); diff --git a/gui/about.h b/gui/about.h index cf9ccc0792..de2d1f3ce4 100644 --- a/gui/about.h +++ b/gui/about.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/browser.cpp b/gui/browser.cpp index 4cac57f874..c54e9caeca 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/browser.h b/gui/browser.h index 31c98d6f5b..be7f0ee3d6 100644 --- a/gui/browser.h +++ b/gui/browser.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/chooser.cpp b/gui/chooser.cpp index ad32c4f6ad..9382b23747 100644 --- a/gui/chooser.cpp +++ b/gui/chooser.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/chooser.h b/gui/chooser.h index bf8732be91..b79b138c8e 100644 --- a/gui/chooser.h +++ b/gui/chooser.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/console.cpp b/gui/console.cpp index 360aaaf6a4..36e0059374 100644 --- a/gui/console.cpp +++ b/gui/console.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/console.h b/gui/console.h index 019078fb1b..aa485df352 100644 --- a/gui/console.h +++ b/gui/console.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/dialog.cpp b/gui/dialog.cpp index 033cc23787..6e00c2f005 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/dialog.h b/gui/dialog.h index fa91860e79..80ae07ef78 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/font.h b/gui/font.h index b5467e518b..72ed03983d 100644 --- a/gui/font.h +++ b/gui/font.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/launcher.cpp b/gui/launcher.cpp index d174767d15..2510eb7a52 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/launcher.h b/gui/launcher.h index 2ef39631ad..ac6a1fee3f 100644 --- a/gui/launcher.h +++ b/gui/launcher.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/message.cpp b/gui/message.cpp index faab790abb..f73da74967 100644 --- a/gui/message.cpp +++ b/gui/message.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/message.h b/gui/message.h index 8a7e637727..7760622bea 100644 --- a/gui/message.h +++ b/gui/message.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/newgui.cpp b/gui/newgui.cpp index b9b0b9b05e..5a7e5dfbd8 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/newgui.h b/gui/newgui.h index 793b111397..419e31aec3 100644 --- a/gui/newgui.h +++ b/gui/newgui.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/object.h b/gui/object.h index e5d690e1a3..697c5b8125 100644 --- a/gui/object.h +++ b/gui/object.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/options.cpp b/gui/options.cpp index fe04aeb3bc..ffe8fb1e26 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/options.h b/gui/options.h index 85348972af..622e63dc00 100644 --- a/gui/options.h +++ b/gui/options.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/widget.cpp b/gui/widget.cpp index b873e32b79..6c7f2f91f6 100644 --- a/gui/widget.cpp +++ b/gui/widget.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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/gui/widget.h b/gui/widget.h index 54aa3f5cf4..46618367f6 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-2004 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 |