From 4462591347583e236f0f0a1fc2c94dde1192627e Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 4 May 2016 16:04:44 +0200
Subject: [PATCH] fix copyright dates

---
 CodeInterpreter.hh    | 2 +-
 ExprNode.cc           | 2 +-
 ExprNode.hh           | 2 +-
 NumericalConstants.hh | 2 +-
 Shocks.cc             | 2 +-
 Shocks.hh             | 2 +-
 StaticModel.cc        | 2 +-
 StaticModel.hh        | 2 +-
 SteadyStateModel.cc   | 2 +-
 changed_files.txt     | 4 ++++
 10 files changed, 13 insertions(+), 9 deletions(-)
 create mode 100644 changed_files.txt

diff --git a/CodeInterpreter.hh b/CodeInterpreter.hh
index cdd6f278..ad41b0ed 100644
--- a/CodeInterpreter.hh
+++ b/CodeInterpreter.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2014 Dynare Team
+ * Copyright (C) 2007-2015 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ExprNode.cc b/ExprNode.cc
index 3a153420..4d794b47 100644
--- a/ExprNode.cc
+++ b/ExprNode.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2015 Dynare Team
+ * Copyright (C) 2007-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/ExprNode.hh b/ExprNode.hh
index 5c0914b9..9cbf6225 100644
--- a/ExprNode.hh
+++ b/ExprNode.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2015 Dynare Team
+ * Copyright (C) 2007-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/NumericalConstants.hh b/NumericalConstants.hh
index 1b4be744..b9c601b5 100644
--- a/NumericalConstants.hh
+++ b/NumericalConstants.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2012 Dynare Team
+ * Copyright (C) 2003-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/Shocks.cc b/Shocks.cc
index 64e5feac..37b64eea 100644
--- a/Shocks.cc
+++ b/Shocks.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2015 Dynare Team
+ * Copyright (C) 2003-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/Shocks.hh b/Shocks.hh
index 7af10e2a..b29477c4 100644
--- a/Shocks.hh
+++ b/Shocks.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2015 Dynare Team
+ * Copyright (C) 2003-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/StaticModel.cc b/StaticModel.cc
index 898b48e3..8890cf1b 100644
--- a/StaticModel.cc
+++ b/StaticModel.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2015 Dynare Team
+ * Copyright (C) 2003-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/StaticModel.hh b/StaticModel.hh
index 5dfc5dda..69b35d64 100644
--- a/StaticModel.hh
+++ b/StaticModel.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2015 Dynare Team
+ * Copyright (C) 2003-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/SteadyStateModel.cc b/SteadyStateModel.cc
index 61220a80..7630823f 100644
--- a/SteadyStateModel.cc
+++ b/SteadyStateModel.cc
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2015 Dynare Team
+ * Copyright (C) 2010-2016 Dynare Team
  *
  * This file is part of Dynare.
  *
diff --git a/changed_files.txt b/changed_files.txt
new file mode 100644
index 00000000..2a6f3827
--- /dev/null
+++ b/changed_files.txt
@@ -0,0 +1,4 @@
+
+license.txt
+
+windows/dynare.nsi
-- 
GitLab