From 129b6fe060fcd472693e6acc9fff675cd72b6bc6 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Fri, 8 Jan 2010 09:48:23 +0000
Subject: [PATCH] Fixed a few copyright dates

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3315 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 license.txt                           | 2 +-
 matlab/evaluate_planner_objective.m   | 2 +-
 matlab/extended_path.m                | 2 +-
 matlab/perfect_foresight_simulation.m | 2 +-
 matlab/ramsey_policy.m                | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/license.txt b/license.txt
index 272ec65ac7..4afd7c9b29 100644
--- a/license.txt
+++ b/license.txt
@@ -11,7 +11,7 @@ Maintainer: Dynare Team, whose members in 2009 where:
 Source: http://www.dynare.org
 
 Files: *
-Copyright: 1996-2009, Dynare Team
+Copyright: 1996-2010, Dynare Team
 License: GPL-3+
  Dynare is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff --git a/matlab/evaluate_planner_objective.m b/matlab/evaluate_planner_objective.m
index 42e9223ed0..4ecd38ca00 100644
--- a/matlab/evaluate_planner_objective.m
+++ b/matlab/evaluate_planner_objective.m
@@ -14,7 +14,7 @@ function oo1 = evaluate_planner_objective(dr,M,oo,options)
 %
 % SPECIAL REQUIREMENTS
 %   none
-%
+
 % Copyright (C) 2007-2010 Dynare Team
 %
 % This file is part of Dynare.
diff --git a/matlab/extended_path.m b/matlab/extended_path.m
index 4156ad54dc..ffc3583daf 100644
--- a/matlab/extended_path.m
+++ b/matlab/extended_path.m
@@ -18,7 +18,7 @@ function time_series = extended_path(initial_conditions,sample_size,init)
 %  
 % SPECIAL REQUIREMENTS
 
-% Copyright (C) 2009 Dynare Team
+% Copyright (C) 2009-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/matlab/perfect_foresight_simulation.m b/matlab/perfect_foresight_simulation.m
index 185f8c0adb..11b27e9dfe 100644
--- a/matlab/perfect_foresight_simulation.m
+++ b/matlab/perfect_foresight_simulation.m
@@ -18,7 +18,7 @@ function info = perfect_foresight_simulation(compute_linear_solution,steady_stat
 % SPECIAL REQUIREMENTS
 %   None.
 
-% Copyright (C) 2009 Dynare Team
+% Copyright (C) 2009-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/matlab/ramsey_policy.m b/matlab/ramsey_policy.m
index ae3f75bba0..9cf97dce5b 100644
--- a/matlab/ramsey_policy.m
+++ b/matlab/ramsey_policy.m
@@ -1,6 +1,6 @@
 function info = ramsey_policy(var_list)
 
-% Copyright (C) 2007-2008 Dynare Team
+% Copyright (C) 2007-2008, 2010 Dynare Team
 %
 % This file is part of Dynare.
 %
-- 
GitLab