From e7adf28fbdb29b8bc13fd9800e47a0ad10ba8899 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Fri, 8 Jan 2010 09:54:43 +0000
Subject: [PATCH] A few more copyright fixes

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3316 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 license.txt                                      |  2 +-
 matlab/particle/DsgeLikelihood.m                 |  2 +-
 .../particle/monte_carlo_SIS_particle_filter.m   |  2 +-
 .../particle/monte_carlo_SIS_particle_filter2.m  |  2 +-
 .../monte_carlo_gaussian_particle_filter.m       |  2 +-
 .../monte_carlo_gaussian_particle_filter2.m      |  2 +-
 matlab/simulated_moments_estimation.m            | 16 ----------------
 mex/sources/build_matlab.m                       |  2 +-
 8 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/license.txt b/license.txt
index 4afd7c9b29..2fa773e717 100644
--- a/license.txt
+++ b/license.txt
@@ -1,6 +1,6 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
 Name: Dynare
-Maintainer: Dynare Team, whose members in 2009 where:
+Maintainer: Dynare Team, whose members in 2010 are:
  Stéphane Adjemian <stephane.adjemian@ens.fr>
  Houtan Bastani <houtanb@gmail.com>
  Michel Juillard <michel.juillard@ens.fr>
diff --git a/matlab/particle/DsgeLikelihood.m b/matlab/particle/DsgeLikelihood.m
index 60940fea99..3d7e9ae042 100644
--- a/matlab/particle/DsgeLikelihood.m
+++ b/matlab/particle/DsgeLikelihood.m
@@ -21,7 +21,7 @@ function [fval,cost_flag,ys,trend_coeff,info] = DsgeLikelihood(xparam1,gend,data
 % SPECIAL REQUIREMENTS
 %
 
-% Copyright (C) 2004-2009 Dynare Team
+% Copyright (C) 2004-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/matlab/particle/monte_carlo_SIS_particle_filter.m b/matlab/particle/monte_carlo_SIS_particle_filter.m
index d9d110e445..50dd201d8b 100644
--- a/matlab/particle/monte_carlo_SIS_particle_filter.m
+++ b/matlab/particle/monte_carlo_SIS_particle_filter.m
@@ -21,7 +21,7 @@ function [LIK,lik] = monte_carlo_SIS_particle_filter(reduced_form_model,Y,start,
 % NOTES
 %   The vector "lik" is used to evaluate the jacobian of the likelihood.
 
-% Copyright (C) 2009 Dynare Team
+% Copyright (C) 2009-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/matlab/particle/monte_carlo_SIS_particle_filter2.m b/matlab/particle/monte_carlo_SIS_particle_filter2.m
index 42f2a72bc1..396bcdd7dc 100644
--- a/matlab/particle/monte_carlo_SIS_particle_filter2.m
+++ b/matlab/particle/monte_carlo_SIS_particle_filter2.m
@@ -21,7 +21,7 @@ function [LIK,lik] = monte_carlo_SIS_particle_filter(reduced_form_model,Y,start,
 % NOTES
 %   The vector "lik" is used to evaluate the jacobian of the likelihood.
 
-% Copyright (C) 2009 Dynare Team
+% Copyright (C) 2009-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/matlab/particle/monte_carlo_gaussian_particle_filter.m b/matlab/particle/monte_carlo_gaussian_particle_filter.m
index 0799dbd5da..f60ed932ad 100644
--- a/matlab/particle/monte_carlo_gaussian_particle_filter.m
+++ b/matlab/particle/monte_carlo_gaussian_particle_filter.m
@@ -21,7 +21,7 @@ function [LIK,lik] = monte_carlo_gaussian_particle_filter(reduced_form_model,Y,s
 % NOTES
 %   The vector "lik" is used to evaluate the jacobian of the likelihood.
 
-% Copyright (C) 2009 Dynare Team
+% Copyright (C) 2009-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/matlab/particle/monte_carlo_gaussian_particle_filter2.m b/matlab/particle/monte_carlo_gaussian_particle_filter2.m
index c0dbd5913a..01e87ae36e 100644
--- a/matlab/particle/monte_carlo_gaussian_particle_filter2.m
+++ b/matlab/particle/monte_carlo_gaussian_particle_filter2.m
@@ -21,7 +21,7 @@ function [LIK,lik] = monte_carlo_gaussian_particle_filter(reduced_form_model,Y,s
 % NOTES
 %   The vector "lik" is used to evaluate the jacobian of the likelihood.
 
-% Copyright (C) 2009 Dynare Team
+% Copyright (C) 2009-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/matlab/simulated_moments_estimation.m b/matlab/simulated_moments_estimation.m
index fee02d3387..8bb6625df9 100644
--- a/matlab/simulated_moments_estimation.m
+++ b/matlab/simulated_moments_estimation.m
@@ -29,22 +29,6 @@ function [param,sigma] = simulated_moments_estimation(xparam,dataset,options)
 %
 % You should have received a copy of the GNU General Public License
 % along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
-% Copyright (C) 2010 Dynare Team
-%
-% This file is part of Dynare.
-%
-% Dynare is free software: you can redistribute it and/or modify
-% it under the terms of the GNU General Public License as published by
-% the Free Software Foundation, either version 3 of the License, or
-% (at your option) any later version.
-%
-% Dynare is distributed in the hope that it will be useful,
-% but WITHOUT ANY WARRANTY; without even the implied warranty of
-% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-% GNU General Public License for more details.
-%
-% You should have received a copy of the GNU General Public License
-% along with Dynare.  If not, see <http://www.gnu.org/licenses/>.    
 
 global M_
     
diff --git a/mex/sources/build_matlab.m b/mex/sources/build_matlab.m
index 2a8f51fcec..728a6e4230 100644
--- a/mex/sources/build_matlab.m
+++ b/mex/sources/build_matlab.m
@@ -1,6 +1,6 @@
 % Build file for Dynare MEX Librairies under Matlab
 
-% Copyright (C) 2007-2009 Dynare Team
+% Copyright (C) 2007-2010 Dynare Team
 %
 % This file is part of Dynare.
 %
-- 
GitLab