update copyright dates for files changed in 2015

time-shift
Houtan Bastani 2015-02-16 09:08:02 +01:00
parent dcabcb6b01
commit ca83397d95
14 changed files with 20 additions and 20 deletions

View File

@ -95,7 +95,7 @@
@c %**end of header
@copying
Copyright @copyright{} 1996-2014, Dynare Team.
Copyright @copyright{} 1996-2015, Dynare Team.
@quotation
Permission is granted to copy, distribute and/or modify this document

View File

@ -33,7 +33,7 @@ function [dr,info,M_,options_,oo_] = dr_block(dr,task,M_,options_,oo_,varargin)
% none.
%
% Copyright (C) 2010-2013 Dynare Team
% Copyright (C) 2010-2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -16,7 +16,7 @@ function info = dyn_forecast(var_list,task)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-2013 Dynare Team
% Copyright (C) 2003-2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -14,7 +14,7 @@ function [steady_state,params,check] = dyn_ramsey_static(ys_init,M,options_,oo)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-2014 Dynare Team
% Copyright (C) 2003-2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -15,7 +15,7 @@ function dynareroot = dynare_config(path_to_dynare,verbose)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2001-2014 Dynare Team
% Copyright (C) 2001-2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -14,7 +14,7 @@ function ts = extended_path(initial_conditions,sample_size)
%
% SPECIAL REQUIREMENTS
% Copyright (C) 2009-2013 Dynare Team
% Copyright (C) 2009-2015 Dynare Team
%
% This file is part of Dynare.
%
@ -252,4 +252,4 @@ else
dyn2vec;
end
assignin('base', 'Simulated_time_series', ts);
assignin('base', 'Simulated_time_series', ts);

View File

@ -1,6 +1,6 @@
function [flag,endo_simul,err] = solve_stochastic_perfect_foresight_model(endo_simul,exo_simul,pfm,nnodes,order)
% Copyright (C) 2012-2013 Dynare Team
% Copyright (C) 2012-2015 Dynare Team
%
% This file is part of Dynare.
%
@ -232,4 +232,4 @@ function [flag,endo_simul,err] = solve_stochastic_perfect_foresight_model(endo_s
end
if verbose
disp (['-----------------------------------------------------']) ;
end
end

View File

@ -19,7 +19,7 @@ function DynareResults = initial_estimation_checks(objective_function,xparam1,Dy
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-2014 Dynare Team
% Copyright (C) 2003-2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -12,7 +12,7 @@ function perfect_foresight_solver()
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 1996-2014 Dynare Team
% Copyright (C) 1996-2015 Dynare Team
%
% This file is part of Dynare.
%
@ -163,4 +163,4 @@ else
end
ts = dseries(transpose(oo_.endo_simul),initial_period,cellstr(M_.endo_names));
assignin('base', 'Simulated_time_series', ts);
assignin('base', 'Simulated_time_series', ts);

View File

@ -1,6 +1,6 @@
function check_input_arguments(DynareOptions, DynareModel, DynareResults)
% Copyright (C) 2014 Dynare Team
% Copyright (C) 2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -13,7 +13,7 @@ function oo_ = sim1(options_, M_, oo_)
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 1996-2013 Dynare Team
% Copyright (C) 1996-2015 Dynare Team
%
% This file is part of Dynare.
%
@ -216,4 +216,4 @@ end
if verbose
disp (['-----------------------------------------------------']) ;
skipline();
end
end

View File

@ -16,7 +16,7 @@ function oo_ = sim1_lbj(options_, M_, oo_)
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 1996-2012 Dynare Team
% Copyright (C) 1996-2015 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,7 +1,7 @@
function oo_ = sim1_purely_backward(options_, M_, oo_)
% Performs deterministic simulation of a purely backward model
% Copyright (C) 2012-2014 Dynare Team
% Copyright (C) 2012-2015 Dynare Team
%
% This file is part of Dynare.
%
@ -52,4 +52,4 @@ function oo_ = sim1_purely_backward(options_, M_, oo_)
end
oo_.endo_simul(:,it) = tmp(nyb+1:nyb+M_.endo_nbr);
end
end

View File

@ -1,7 +1,7 @@
function oo_ = sim1_purely_forward(options_, M_, oo_)
% Performs deterministic simulation of a purely forward model
% Copyright (C) 2012-2014 Dynare Team
% Copyright (C) 2012-2015 Dynare Team
%
% This file is part of Dynare.
%
@ -44,4 +44,4 @@ function oo_ = sim1_purely_forward(options_, M_, oo_)
end
oo_.endo_simul(:,it) = tmp(1:M_.endo_nbr);
end
end