diff --git a/ConfigFile.cc b/ConfigFile.cc
index 36a1faa7d164be55fe3668b09545d07f53b5d0d3..64d899e13735f08ee8398b695885edc4bde86fc7 100644
--- a/ConfigFile.cc
+++ b/ConfigFile.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Dynare Team
+ * Copyright (C) 2010-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ConfigFile.hh b/ConfigFile.hh
index e054922f71d00d8d2bcdafffbf1f736100bd2d6c..e3d9143eb426d96801bb21f933a3780437d75e7c 100644
--- a/ConfigFile.hh
+++ b/ConfigFile.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Dynare Team
+ * Copyright (C) 2010-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/DataTree.hh b/DataTree.hh
index 72b12ddbe7ff24bf81ea3d75ce56dbcf88eba4ea..486b57441854f5b66f020bcd1f38daea4498b626 100644
--- a/DataTree.hh
+++ b/DataTree.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/DynareMain.cc b/DynareMain.cc
index 51fa776725c3d452d6303c7d5a66435a6ceba9d6..887cf28188637c58ad8f17eb20a3b94c944b71e1 100644
--- a/DynareMain.cc
+++ b/DynareMain.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ExtendedPreprocessorTypes.hh b/ExtendedPreprocessorTypes.hh
index 4c6869a38a9f9940e9e808ea925704ac9467e799..bf57a19f5632266f933e982784c925608b34e37b 100644
--- a/ExtendedPreprocessorTypes.hh
+++ b/ExtendedPreprocessorTypes.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2015 Dynare Team
+ * Copyright (C) 2014-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ExternalFunctionsTable.cc b/ExternalFunctionsTable.cc
index 8554d8304c24ba25b62e37b29554823881efa8ca..eb4ab00cbc0164be60d7c99b5ccee5e8fde9f9c1 100644
--- a/ExternalFunctionsTable.cc
+++ b/ExternalFunctionsTable.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2011 Dynare Team
+ * Copyright (C) 2010-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ExternalFunctionsTable.hh b/ExternalFunctionsTable.hh
index aa4b02cdfa7f08f232f325cb575224b875a9525a..42d18391e727a5b8c5c8b9b116cf82ceaad9a907 100644
--- a/ExternalFunctionsTable.hh
+++ b/ExternalFunctionsTable.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2011 Dynare Team
+ * Copyright (C) 2010-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/MinimumFeedbackSet.cc b/MinimumFeedbackSet.cc
index a84a994aba5dcef4da1674b99039310617ddbb90..d91391c5870d1580c116e0fa130076908e7d6f20 100644
--- a/MinimumFeedbackSet.cc
+++ b/MinimumFeedbackSet.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2012 Dynare Team
+ * Copyright (C) 2009-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/NumericalInitialization.cc b/NumericalInitialization.cc
index aa7a25021e40ddd66c0c707e5efede16d18fe306..7d94397648575616b7af7cd0ca9e04fe6a5fe75d 100644
--- a/NumericalInitialization.cc
+++ b/NumericalInitialization.cc
@@ -213,12 +213,12 @@ InitValStatement::writeOutput(ostream &output, const string &basename, bool mini
 void
 InitValStatement::writeOutputPostInit(ostream &output) const
 {
-  output << "if M_.exo_nbr > 0;" << endl
-         << "\too_.exo_simul = [ones(M_.maximum_lag,1)*oo_.exo_steady_state'];" << endl
-         <<"end;" << endl
-         << "if M_.exo_det_nbr > 0;" << endl
-         << "\too_.exo_det_simul = [ones(M_.maximum_lag,1)*oo_.exo_det_steady_state'];" << endl
-         <<"end;" << endl;
+  output << "if M_.exo_nbr > 0" << endl
+         << "\too_.exo_simul = ones(M_.maximum_lag,1)*oo_.exo_steady_state';" << endl
+         <<"end" << endl
+         << "if M_.exo_det_nbr > 0" << endl
+         << "\too_.exo_det_simul = ones(M_.maximum_lag,1)*oo_.exo_det_steady_state';" << endl
+         <<"end" << endl;
 }
 
 EndValStatement::EndValStatement(const init_values_t &init_values_arg,
diff --git a/Shocks.cc b/Shocks.cc
index 0aa7fdfa601605ed3079fcd1904f213472d6bc86..6f95a7a9a226ba1f19d5ef1b2e2b0f1b8cc09148 100644
--- a/Shocks.cc
+++ b/Shocks.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/Shocks.hh b/Shocks.hh
index 1c7abb9135935d1292e6d9cdb40d7626a02655a2..0710e663068334a66b88456f64a4b300e9bbd907 100644
--- a/Shocks.hh
+++ b/Shocks.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/SteadyStateModel.cc b/SteadyStateModel.cc
index 5fc9dc1de01da099628361f47fe6b6a58fa68adf..0a6e1536d0c49e329a1004518550b1e7e409bdf6 100644
--- a/SteadyStateModel.cc
+++ b/SteadyStateModel.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Dynare Team
+ * Copyright (C) 2010-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/SymbolTable.cc b/SymbolTable.cc
index 01a85ae26ae0cca0479060fa5bb4c0a295ea5b8d..fe96c90886102178563a74a33ec3d1fd1fc42345 100644
--- a/SymbolTable.cc
+++ b/SymbolTable.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/SymbolTable.hh b/SymbolTable.hh
index d0e178ecc12c120fd5e6dfcc465125d04a41a632..8a67d6bdb743d6d4cf43343354938094fa31e6d3 100644
--- a/SymbolTable.hh
+++ b/SymbolTable.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/WarningConsolidation.cc b/WarningConsolidation.cc
index f026dea8f3bf7375b93b2a0878a0cc6558c665b3..f1c24f4ad19ef623d606a6d39ac81492e30c38ae 100644
--- a/WarningConsolidation.cc
+++ b/WarningConsolidation.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013 Dynare Team
+ * Copyright (C) 2012-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/WarningConsolidation.hh b/WarningConsolidation.hh
index 582af0f43fea7b9c8c890d7bdac1aa955cd39d66..ece47995e582d5fd930c059700d61197994051b0 100644
--- a/WarningConsolidation.hh
+++ b/WarningConsolidation.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013 Dynare Team
+ * Copyright (C) 2012-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroDriver.cc b/macro/MacroDriver.cc
index c5193cc6bb2d18f5d9421d5e9c304f1c8572accb..71d53b9cbaf0da6373d662f5ea3d926651906893 100644
--- a/macro/MacroDriver.cc
+++ b/macro/MacroDriver.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2015 Dynare Team
+ * Copyright (C) 2008-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroDriver.hh b/macro/MacroDriver.hh
index 7b828b0286d8383cfbda5d7cc5ef700a21656d80..773a99dcfda7355cc7d6df6aec15a82a0c30d6b7 100644
--- a/macro/MacroDriver.hh
+++ b/macro/MacroDriver.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2015 Dynare Team
+ * Copyright (C) 2008-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroValue.cc b/macro/MacroValue.cc
index 3dfab32331afdf9c654f44acb364443584ec6438..b20beb5db8d00392f2a8192a17fd2f76c7b48af7 100644
--- a/macro/MacroValue.cc
+++ b/macro/MacroValue.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2013 Dynare Team
+ * Copyright (C) 2008-2014 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroValue.hh b/macro/MacroValue.hh
index 64f0cdef73a6310f50642606ebdc6376f78f33e3..1097841d9831f9e0c37b5c5e116c6bce691dfbe9 100644
--- a/macro/MacroValue.hh
+++ b/macro/MacroValue.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2016 Dynare Team
+ * Copyright (C) 2008-2017 Dynare Team
  *
  * This file is part of Dynare.
  *