diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-07-05 16:31:11 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-07-05 16:31:11 +0200 |
commit | 751007d6ce1b6afd4e88b8e67d3fe94ea85e0e78 (patch) | |
tree | 5ff2b0a44ec7cae4912a27f9e494a4464418d8a4 /src | |
parent | 96612e4b7481d79fe05d52054578b55849a02fde (diff) |
update copyright
Diffstat (limited to 'src')
-rw-r--r-- | src/gipfel.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 6df400f..b37bd28 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -1,5 +1,5 @@ // -// Copyright 2006 Johannes Hofmann <Johannes.Hofmann@gmx.de> +// Copyright 2007 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. @@ -226,7 +226,7 @@ void distortion_cb(Fl_Value_Input*, void*) { void about_cb() { fl_message("gipfel -- and you know what you see.\n" "Version %s\n\n" - "(c) Johannes Hofmann 2006\n\n" + "(c) Johannes Hofmann 2007\n\n" "Default datafile by http://www.alpin-koordinaten.de\n", VERSION); |