From e0639ab292867b1b3b857bb686f72bc3367a8192 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 28 Jan 2007 14:44:16 +0000 Subject: [PATCH] --- AUTHORS | 2 +- src/main.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8340f335..716cd10d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Tatsuhiro Tsujikawa +Tatsuhiro Tsujikawa diff --git a/src/main.cc b/src/main.cc index 31632f48..d7891f42 100644 --- a/src/main.cc +++ b/src/main.cc @@ -80,7 +80,7 @@ void showVersion() { cout << "**Configuration**" << endl; cout << FeatureConfig::getInstance()->getConfigurationSummary(); cout << endl; - cout << "Copyright (C) 2006 Tatsuhiro Tsujikawa" << endl; + cout << "Copyright (C) 2006, 2007 Tatsuhiro Tsujikawa" << endl; cout << endl; cout << _("This program is free software; you can redistribute it and/or modify\n"