diff --git a/BlockTriangular.cc b/BlockTriangular.cc
index 5f9b02c3f76367032304fad532f82f87a69bbf0e..036ab9bfb3a2f91b34a101f272eb62681c407b15 100644
--- a/BlockTriangular.cc
+++ b/BlockTriangular.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008 Dynare Team
+ * Copyright (C) 2007-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ExprNode.cc b/ExprNode.cc
index 879e6bd379731a9f4433c8ee0891139c2ccc87a1..c22a10358e0687dd626eaee88aab5b40c23dfa7d 100644
--- a/ExprNode.cc
+++ b/ExprNode.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008 Dynare Team
+ * Copyright (C) 2007-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/MatlabFile.cc b/MatlabFile.cc
index 7fff2b498dd0565086d96769fd7b09b76ba18bc1..d5ba2d21c6a13516745087e5d5c97d82351282d1 100644
--- a/MatlabFile.cc
+++ b/MatlabFile.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Dynare Team
+ * Copyright (C) 2009 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -16,8 +16,9 @@
  * You should have received a copy of the GNU General Public License
  * along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 /*
-Usefull documentation: Matlab 7 Mat-File Format
+Useful documentation: Matlab 7 Mat-File Format
 -----------------------------------------------
 revision: October 2008 PDF only Rereleased for Version 7.7 (Release 2008b)
 available at: http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf
diff --git a/ModFile.cc b/ModFile.cc
index 68a818f434d6b0c1a98ca870b05e3b0dcac89646..0d4887334e5be1362130ff5a76928598e0c7597c 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Dynare Team
+ * Copyright (C) 2006-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ModelTree.cc b/ModelTree.cc
index 4d369c29de56dfdd7740df0cff703d9bc8f1d7fb..38401703c12f2bc9a7f8db7606d94d73046e53ad 100644
--- a/ModelTree.cc
+++ b/ModelTree.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2008 Dynare Team
+ * Copyright (C) 2003-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ParsingDriver.cc b/ParsingDriver.cc
index 3ff818bc88a89ed4180b0a54ba36a7eb9e75c4f9..3a4367d0e4f4af69d111ab33455340130a4bf6a3 100644
--- a/ParsingDriver.cc
+++ b/ParsingDriver.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2008 Dynare Team
+ * Copyright (C) 2003-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/include/ExprNode.hh b/include/ExprNode.hh
index 29cc50aaa3e1241f9010665ed594ab6ea605e02f..762cb624b9ec60397cb4837244ae7044257bc2ed 100644
--- a/include/ExprNode.hh
+++ b/include/ExprNode.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008 Dynare Team
+ * Copyright (C) 2007-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/include/MatlabFile.hh b/include/MatlabFile.hh
index 807b1743959776441666f896638ed45c63f9c673..d2975e3e3a9a220516c536410221785390a3961c 100644
--- a/include/MatlabFile.hh
+++ b/include/MatlabFile.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Dynare Team
+ * Copyright (C) 2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/include/ModFile.hh b/include/ModFile.hh
index f673a15c9ca9b2c62ba6d219aef3b8b774c1613a..f20cf40b81191ba9fc091b7e539fc6463e29ffc5 100644
--- a/include/ModFile.hh
+++ b/include/ModFile.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Dynare Team
+ * Copyright (C) 2006-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/include/ModelTree.hh b/include/ModelTree.hh
index 9a3b14c346755178812e771fb8b887bee0cb7694..1409e8ddf40eaf608548967e0c282d6082d4e4a9 100644
--- a/include/ModelTree.hh
+++ b/include/ModelTree.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2008 Dynare Team
+ * Copyright (C) 2003-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroBison.yy b/macro/MacroBison.yy
index a045ff448d70671bf9d2b18f808dfeaad254028b..5d1c24f0218dc6ab4edd2f8fabe9b13a1941ff20 100644
--- a/macro/MacroBison.yy
+++ b/macro/MacroBison.yy
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Dynare Team
+ * Copyright (C) 2008-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroDriver.cc b/macro/MacroDriver.cc
index da1654b7bcf41a688b1dfa662b7db875d4c5392f..e294cddb299b46e2931c531293758d66239be034 100644
--- a/macro/MacroDriver.cc
+++ b/macro/MacroDriver.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Dynare Team
+ * Copyright (C) 2008-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroDriver.hh b/macro/MacroDriver.hh
index eb54736050bbb52d8402968f03d5a1e7f6939184..7d1e0feea27fe4b48e805d989b7e7fedab91f1d0 100644
--- a/macro/MacroDriver.hh
+++ b/macro/MacroDriver.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Dynare Team
+ * Copyright (C) 2008-2009 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/macro/MacroFlex.ll b/macro/MacroFlex.ll
index 2ac103c8d86e0e369fe9d7f0492a40b2431ca356..bc1ca195619c8ebbcada9d0d11c53f3bcbf2c545 100644
--- a/macro/MacroFlex.ll
+++ b/macro/MacroFlex.ll
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Dynare Team
+ * Copyright (C) 2008-2009 Dynare Team
  *
  * This file is part of Dynare.
  *