summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-15 17:04:51 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-15 17:04:51 +0100
commit70d5ea9be08f16ce865146c50926a98396ce433b (patch)
tree71fab46683912d905a21e9a42248344b101613f1
parent4f1fbaa53881517b7967e8626e1c9b3e7b8d2ea1 (diff)
update copyright
-rw-r--r--src/GsWidget.cxx2
-rw-r--r--src/PSEditModel.cxx2
-rw-r--r--src/PSEditText.cxx2
-rw-r--r--src/PSEditWidget.cxx2
-rw-r--r--src/PSEditor.cxx2
-rw-r--r--src/Postscript.cxx2
-rw-r--r--src/PostscriptDSC.cxx2
-rw-r--r--src/flpsed.cxx4
8 files changed, 9 insertions, 9 deletions
diff --git a/src/GsWidget.cxx b/src/GsWidget.cxx
index 1d02c4c..79f1083 100644
--- a/src/GsWidget.cxx
+++ b/src/GsWidget.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
diff --git a/src/PSEditModel.cxx b/src/PSEditModel.cxx
index 0eb6d60..f2284cb 100644
--- a/src/PSEditModel.cxx
+++ b/src/PSEditModel.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
diff --git a/src/PSEditText.cxx b/src/PSEditText.cxx
index c210106..5fa39ff 100644
--- a/src/PSEditText.cxx
+++ b/src/PSEditText.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
diff --git a/src/PSEditWidget.cxx b/src/PSEditWidget.cxx
index 0a500c4..231d720 100644
--- a/src/PSEditWidget.cxx
+++ b/src/PSEditWidget.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx
index 7696c8b..7ed2533 100644
--- a/src/PSEditor.cxx
+++ b/src/PSEditor.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
diff --git a/src/Postscript.cxx b/src/Postscript.cxx
index e4d7bf0..70a8991 100644
--- a/src/Postscript.cxx
+++ b/src/Postscript.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
diff --git a/src/PostscriptDSC.cxx b/src/PostscriptDSC.cxx
index 852edfb..6f11164 100644
--- a/src/PostscriptDSC.cxx
+++ b/src/PostscriptDSC.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
diff --git a/src/flpsed.cxx b/src/flpsed.cxx
index e98a73f..a00b9b4 100644
--- a/src/flpsed.cxx
+++ b/src/flpsed.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2006-2008 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2006-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
@@ -311,7 +311,7 @@ void print_cb() {
void about_cb() {
fl_message("flpsed -- a PostScript annotator\n"
"Version %s\n\n"
- "(c) Johannes Hofmann 2004-2008\n\n"
+ "(c) Johannes Hofmann 2004-2009\n\n"
"PostScript is a registered trademark of Adobe Systems", VERSION);
}