A few more copyright fixes

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3316 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2010-01-08 09:54:43 +00:00
parent 129b6fe060
commit e7adf28fbd
8 changed files with 7 additions and 23 deletions

View File

@ -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>

View File

@ -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.
%

View File

@ -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.
%

View File

@ -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.
%

View File

@ -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.
%

View File

@ -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.
%

View File

@ -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_

View File

@ -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.
%