diff --git a/license.txt b/license.txt index 4afd7c9b292079cd245544eb13365996a11c6e3b..2fa773e717108074553f6c60b3780e19aa1c8e43 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 60940fea99cb4460ccd5c68b75422673f1f84f20..3d7e9ae0429182bed15d23891b97938dc44eeae3 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 d9d110e4450d9a0616cb5b49255618370fe19531..50dd201d8b5d12ed3fc350f6ac9fc94183f05605 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 42f2a72bc1b2a4067c783d36edfb107a95b911d1..396bcdd7dcd2b0c910cad4d32b5e57a9b9dc6702 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 0799dbd5da824e60ee2e9e83b136db2b02b2819e..f60ed932ad68cf33ac54ab338d24c8dde82ffeea 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 c0dbd5913ab417cb4e14e680a3cd1156bfa45031..01e87ae36ee3c52757ba6f90eb942f1b71bab5a6 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 fee02d3387ed9496e6bb457f19fda36dcd2adcfe..8bb6625df90fddb29b3de45cf6c37e6c33c1ba89 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 2a8f51fcec7e3378d93d93120ed2567f1af12320..728a6e42306743daf5cc4ce648383b9ab070d7fe 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. %