aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/EditTextWidget.cpp2
-rw-r--r--gui/EditTextWidget.h2
-rw-r--r--gui/ListWidget.cpp2
-rw-r--r--gui/ListWidget.h2
-rw-r--r--gui/PopUpWidget.cpp2
-rw-r--r--gui/PopUpWidget.h2
-rw-r--r--gui/ScrollBarWidget.cpp2
-rw-r--r--gui/ScrollBarWidget.h2
-rw-r--r--gui/browser.cpp2
-rw-r--r--gui/browser.h2
-rw-r--r--gui/chooser.cpp2
-rw-r--r--gui/chooser.h2
-rw-r--r--gui/console.cpp2
-rw-r--r--gui/console.h2
-rw-r--r--gui/dialog.cpp2
-rw-r--r--gui/dialog.h2
-rw-r--r--gui/launcher.cpp2
-rw-r--r--gui/launcher.h2
-rw-r--r--gui/message.cpp2
-rw-r--r--gui/message.h2
-rw-r--r--gui/newgui.cpp2
-rw-r--r--gui/newgui.h2
-rw-r--r--gui/options.cpp2
-rw-r--r--gui/options.h2
-rw-r--r--gui/widget.cpp2
-rw-r--r--gui/widget.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/gui/EditTextWidget.cpp b/gui/EditTextWidget.cpp
index 5ae561b756..c92cefb4ab 100644
--- a/gui/EditTextWidget.cpp
+++ b/gui/EditTextWidget.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 d9dea94a45..e321d4715a 100644
--- a/gui/EditTextWidget.h
+++ b/gui/EditTextWidget.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 ec8e5451ac..146c1e56d5 100644
--- a/gui/ListWidget.cpp
+++ b/gui/ListWidget.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 f679462a93..1fc6d28807 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 03d23ef84b..22e2fb9834 100644
--- a/gui/PopUpWidget.cpp
+++ b/gui/PopUpWidget.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 c5901a2317..c27ce80f53 100644
--- a/gui/PopUpWidget.h
+++ b/gui/PopUpWidget.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 f3db980795..50bcde0e1f 100644
--- a/gui/ScrollBarWidget.cpp
+++ b/gui/ScrollBarWidget.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 6dc76d72b9..8d8eeca036 100644
--- a/gui/ScrollBarWidget.h
+++ b/gui/ScrollBarWidget.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 4c32f60d25..1faac20bf9 100644
--- a/gui/browser.cpp
+++ b/gui/browser.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 51bfb64562..60c7fb7d69 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 6ebfc18885..33ee2dc4ca 100644
--- a/gui/chooser.cpp
+++ b/gui/chooser.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 50f48da1b8..e9d2df1716 100644
--- a/gui/chooser.h
+++ b/gui/chooser.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 cf27e2ba1f..272469f5ad 100644
--- a/gui/console.cpp
+++ b/gui/console.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 fbb7d39d52..c0c806a9b1 100644
--- a/gui/console.h
+++ b/gui/console.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 8ba97f160c..745e48ce10 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 b4e76e1170..4c184b70ab 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 9eb4c69c08..7018bbc7c3 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 5c9450218b..3c13ea442f 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 dee02ca533..0a70f1e4ea 100644
--- a/gui/message.cpp
+++ b/gui/message.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 271b1e7939..63cca41c80 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 fa4ba93dbd..ca18e6cf0f 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 5519f9ba24..e6b266c904 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 0f025d74e3..f929293557 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 e83f2823d7..1755dd713c 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 0265ac5820..f390d3b2e5 100644
--- a/gui/widget.cpp
+++ b/gui/widget.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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 99cb78c165..19a5081d1e 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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