Explorar el Código

Merge pull request #956 from tsekityam/patch-2

Update copyright year to 2017
Tatsuhiro Tsujikawa hace 8 años
padre
commit
88ab6ba23c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/version_usage.cc

+ 1 - 1
src/version_usage.cc

@@ -54,7 +54,7 @@ void showVersion()
 {
   std::cout
       << PACKAGE << _(" version ") << PACKAGE_VERSION << "\n"
-      << "Copyright (C) 2006, 2016 Tatsuhiro Tsujikawa"
+      << "Copyright (C) 2006, 2017 Tatsuhiro Tsujikawa"
       << "\n"
       << "\n"
       << _("This program is free software; you can redistribute it and/or "