Browse Source

2009-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Updated licence message in -v output.
	* src/version_usage.cc
Tatsuhiro Tsujikawa 16 years ago
parent
commit
509a98dde4
2 changed files with 15 additions and 4 deletions
  1. 5 0
      ChangeLog
  2. 10 4
      src/version_usage.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-10-10  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Updated licence message in -v output.
+	* src/version_usage.cc
+
 2009-10-10  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Replaced aria2 with aria2c in help message.

+ 10 - 4
src/version_usage.cc

@@ -58,10 +58,16 @@ void showVersion() {
 	    << "Copyright (C) 2006, 2009 Tatsuhiro Tsujikawa" << "\n"
 	    << "\n"
 	    <<
-      "This program is distributed in the hope that it will be useful,\n"
-      "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-      "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
-      "GNU General Public License for more details.\n"
+    "This program is free software; you can redistribute it and/or modify\n"
+    "it under the terms of the GNU General Public License as published by\n"
+    "the Free Software Foundation; either version 2 of the License, or\n"
+    "(at your option) any later version.\n"
+	    << "\n"
+	    <<
+    "This program is distributed in the hope that it will be useful,\n"
+    "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+    "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+    "GNU General Public License for more details.\n"
 	    << "\n"
 	    << "** Configuration **" << "\n"
 	    << "Enabled Features: "