Update copyright year in configuration.cpp:copyright().
authorAina Niemetz <aina.niemetz@gmail.com>
Fri, 22 Jun 2018 20:07:43 +0000 (13:07 -0700)
committerAina Niemetz <aina.niemetz@gmail.com>
Mon, 25 Jun 2018 21:11:54 +0000 (14:11 -0700)
src/base/configuration.cpp

index a6bf73271b3e7441f45d8d04993ac6bdfe89576d..68a6ebdb737c2401260417f056aea90c0af5d33f 100644 (file)
@@ -112,7 +112,7 @@ std::string Configuration::getVersionExtra() {
 
 std::string Configuration::copyright() {
   std::stringstream ss;
-  ss << "Copyright (c) 2009-2017 by the authors and their institutional\n"
+  ss << "Copyright (c) 2009-2018 by the authors and their institutional\n"
      << "affiliations listed at http://cvc4.cs.stanford.edu/authors\n\n";
 
   if (Configuration::licenseIsGpl()) {