diff --git a/matlab/ep/extended_path.m b/matlab/ep/extended_path.m index d43766321..f18bd4e61 100644 --- a/matlab/ep/extended_path.m +++ b/matlab/ep/extended_path.m @@ -14,7 +14,7 @@ function [ts,results] = extended_path(initial_conditions,sample_size) % % SPECIAL REQUIREMENTS -% Copyright (C) 2009-2015 Dynare Team +% Copyright (C) 2009-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/gsa/map_calibration.m b/matlab/gsa/map_calibration.m index 071ba7ca2..c16658f6f 100644 --- a/matlab/gsa/map_calibration.m +++ b/matlab/gsa/map_calibration.m @@ -1,6 +1,6 @@ function map_calibration(OutputDirectoryName, Model, DynareOptions, DynareResults, EstimatedParameters, BayesInfo) -% Copyright (C) 2014 Dynare Team +% Copyright (C) 2014-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/initial_estimation_checks.m b/matlab/initial_estimation_checks.m index f05df3056..e418965f3 100644 --- a/matlab/initial_estimation_checks.m +++ b/matlab/initial_estimation_checks.m @@ -19,7 +19,7 @@ function DynareResults = initial_estimation_checks(objective_function,xparam1,Dy % SPECIAL REQUIREMENTS % none -% Copyright (C) 2003-2015 Dynare Team +% Copyright (C) 2003-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/missing_DiffuseKalmanSmootherH1_Z.m b/matlab/missing_DiffuseKalmanSmootherH1_Z.m index 3bc38ea41..198c03ab7 100644 --- a/matlab/missing_DiffuseKalmanSmootherH1_Z.m +++ b/matlab/missing_DiffuseKalmanSmootherH1_Z.m @@ -39,7 +39,7 @@ function [alphahat,epsilonhat,etahat,atilde,P,aK,PK,decomp] = missing_DiffuseKal % Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series % Analysis, vol. 24(1), pp. 85-98). -% Copyright (C) 2004-2015 Dynare Team +% Copyright (C) 2004-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/perfect-foresight-models/sim1.m b/matlab/perfect-foresight-models/sim1.m index 734d2ff3f..13e404f22 100644 --- a/matlab/perfect-foresight-models/sim1.m +++ b/matlab/perfect-foresight-models/sim1.m @@ -13,7 +13,7 @@ function oo = sim1(M, options, oo) % SPECIAL REQUIREMENTS % None. -% Copyright (C) 1996-2015 Dynare Team +% Copyright (C) 1996-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/prior_draw.m b/matlab/prior_draw.m index 36bdc80d4..4eb628df9 100644 --- a/matlab/prior_draw.m +++ b/matlab/prior_draw.m @@ -26,7 +26,7 @@ function pdraw = prior_draw(BayesInfo, prior_trunc, uniform) % --*-- Unitary tes % NOTE 3. This code relies on bayestopt_ as created in the base workspace % by the preprocessor (or as updated in subsequent pieces of code and handed to the base workspace) % -% Copyright (C) 2006-2015 Dynare Team +% Copyright (C) 2006-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/simul_backward_nonlinear_model.m b/matlab/simul_backward_nonlinear_model.m index 6c3d35435..582376aad 100644 --- a/matlab/simul_backward_nonlinear_model.m +++ b/matlab/simul_backward_nonlinear_model.m @@ -34,7 +34,7 @@ function DynareOutput = simul_backward_nonlinear_model(sample_size, DynareOption %! @end deftypefn %@eod: -% Copyright (C) 2012 Dynare Team +% Copyright (C) 2012-2016 Dynare Team % % This file is part of Dynare. % diff --git a/preprocessor/ComputingTasks.cc b/preprocessor/ComputingTasks.cc index 325d6f057..c84e3b6b3 100644 --- a/preprocessor/ComputingTasks.cc +++ b/preprocessor/ComputingTasks.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2015 Dynare Team + * Copyright (C) 2003-2016 Dynare Team * * This file is part of Dynare. *