diff --git a/configure.ac b/configure.ac index 94183a47a7716944ed777320be733d43c47fc550..a29888519ddb471564857f2f9980f0b44104e858 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2009-2014 Dynare Team +dnl Copyright (C) 2009-2016 Dynare Team dnl dnl This file is part of Dynare. dnl diff --git a/doc/dynare.texi b/doc/dynare.texi index 1fcc64ae0031eee661c3a42240e3b1706f7c19a7..8933eefcccc6157126c115bddf83f1b249a4b3d2 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -95,7 +95,7 @@ @c %**end of header @copying -Copyright @copyright{} 1996-2015, Dynare Team. +Copyright @copyright{} 1996-2016, Dynare Team. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/examples/NK_baseline.mod b/examples/NK_baseline.mod index d4a2f418a0c30657d4920ef4ceb623fa0ceee765..67afdec21f57dfce6ae4a4911f09a7f42b37d0b6 100644 --- a/examples/NK_baseline.mod +++ b/examples/NK_baseline.mod @@ -33,7 +33,7 @@ */ /* - * Copyright (C) 2013 Dynare Team + * Copyright (C) 2013-2016 Dynare Team * * This file is part of Dynare. * diff --git a/matlab/AIM_first_order_solver.m b/matlab/AIM_first_order_solver.m index 2e6adec8a53dc5aa37bb2c75b37063b1f48fc128..fb3a99dc6a499affeb56d82eff1498d78365f98a 100644 --- a/matlab/AIM_first_order_solver.m +++ b/matlab/AIM_first_order_solver.m @@ -51,7 +51,7 @@ function [dr,info]=AIM_first_order_solver(jacobia,M,dr,qz_criterium) %! @end deftypefn %@eod: -% Copyright (C) 2001-2012 Dynare Team +% Copyright (C) 2001-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/DsgeSmoother.m b/matlab/DsgeSmoother.m index 7c540e2166af0e3334fe73b124181586533368b9..7c731bd1a3fd8be7e09024edd044d2ad4d28a667 100644 --- a/matlab/DsgeSmoother.m +++ b/matlab/DsgeSmoother.m @@ -47,7 +47,7 @@ function [alphahat,etahat,epsilonhat,ahat,SteadyState,trend_coeff,aK,T,R,P,PK,de % SPECIAL REQUIREMENTS % None -% Copyright (C) 2006-2014 Dynare Team +% Copyright (C) 2006-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/convert_dyn_45_to_44.m b/matlab/convert_dyn_45_to_44.m index 3d31b43ebf8b36e2b8f1cfa62d62bd19b98e946a..425318a55c8bdcb1c08d2567670d9a1172c5d56f 100644 --- a/matlab/convert_dyn_45_to_44.m +++ b/matlab/convert_dyn_45_to_44.m @@ -13,7 +13,7 @@ function oo_ = convert_dyn_45_to_44(M_, options_, oo_,bayestopt_) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2015-16 Dynare Team +% Copyright (C) 2015-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/discretionary_policy_1.m b/matlab/discretionary_policy_1.m index 9d79ec3d0c189efcb03cb6aff9130a2a45bafa06..c7fc88888da461eff97eebc83835c84d3c98f5ff 100644 --- a/matlab/discretionary_policy_1.m +++ b/matlab/discretionary_policy_1.m @@ -1,6 +1,6 @@ function [dr,ys,info]=discretionary_policy_1(oo_,Instruments) -% Copyright (C) 2007-2015 Dynare Team +% Copyright (C) 2007-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/disp_moments.m b/matlab/disp_moments.m index e6c9d2fa815a0a7f88788825627e26c24cb7f8db..f8adb0fa655b0ddbad7422542736561b900b53a9 100644 --- a/matlab/disp_moments.m +++ b/matlab/disp_moments.m @@ -11,7 +11,7 @@ function oo_=disp_moments(y,var_list,M_,options_,oo_) % OUTPUTS % oo_ [structure] Dynare's results structure, -% Copyright (C) 2001-2015 Dynare Team +% Copyright (C) 2001-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/dsge_likelihood.m b/matlab/dsge_likelihood.m index 64f972160e44dfddfcad9ab70a32a7428f6d58b0..f31646dfc53eba8764784aa1839ba4ae5ec9ed86 100644 --- a/matlab/dsge_likelihood.m +++ b/matlab/dsge_likelihood.m @@ -115,7 +115,7 @@ function [fval,DLIK,Hess,exit_flag,SteadyState,trend_coeff,info,Model,DynareOpti %! @end deftypefn %@eod: -% Copyright (C) 2004-2013 Dynare Team +% Copyright (C) 2004-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index 4da9c12e575abbcc206265f93dd6cf2175efe0a6..aa8aad75493be0e6f63e330dd8771ff0837db94f 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -12,7 +12,7 @@ function dynare_estimation_1(var_list_,dname) % 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/evaluate_smoother.m b/matlab/evaluate_smoother.m index 8d334e6770c4758903054f15b4a7632bbbb9a6f6..ff3e389e6f293a291c022eb98d10363123928a6b 100644 --- a/matlab/evaluate_smoother.m +++ b/matlab/evaluate_smoother.m @@ -30,7 +30,7 @@ function [oo_, Smoothed_variables_declaration_order_deviation_form]=evaluate_smo % [1] This function use persistent variables for the dataset and the description of the missing observations. Consequently, if this function % is called more than once (by changing the value of parameters) the sample *must not* change. -% Copyright (C) 2010-2013 Dynare Team +% Copyright (C) 2010-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/forcst2.m b/matlab/forcst2.m index efa5d463bc0e025afda3333880e57589958f1334..cfcea7f6f5e4e75d235c0f247f1b026fddef6b84 100644 --- a/matlab/forcst2.m +++ b/matlab/forcst2.m @@ -11,7 +11,7 @@ function yf=forcst2(y0,horizon,dr,n) % Outputs: % - yf [horizon+ykmin_ by endo_nbr by n] array of forecasts % -% Copyright (C) 2008-2010 Dynare Team +% Copyright (C) 2008-2015 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/graph_decomp.m b/matlab/graph_decomp.m index 8bbed9c6be7a9b3c2f2fd4b92e10d9c5ef9d74ab..ac2205011c4b910113dcf2a62cc9d7d50d90644b 100644 --- a/matlab/graph_decomp.m +++ b/matlab/graph_decomp.m @@ -11,7 +11,7 @@ function []=graph_decomp(z,shock_names,endo_names,i_var,initial_date,DynareModel % DynareModel [structure] Dynare model structure % DynareOptions [structure] Dynare options structure -% Copyright (C) 2010-2015 Dynare Team +% Copyright (C) 2010-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/gsa/read_data.m b/matlab/gsa/read_data.m index 0324b8d1c4892ec0b80504fbb2db42745bb8b495..7c7912f7c517b38b919918bf0e67bb6e6ac1a18b 100644 --- a/matlab/gsa/read_data.m +++ b/matlab/gsa/read_data.m @@ -7,7 +7,7 @@ function [gend, data] = read_data() % Reference: % M. Ratto, Global Sensitivity Analysis for Macroeconomic models, MIMEO, 2006. -% Copyright (C) 2012 Dynare Team +% Copyright (C) 2012-2015 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/imcforecast.m b/matlab/imcforecast.m index 0778f6b14f3dcb405ff45870791557ddcca57c9c..ca8ad98858b417668afbff011f12164cd4330be9 100644 --- a/matlab/imcforecast.m +++ b/matlab/imcforecast.m @@ -26,7 +26,7 @@ function imcforecast(constrained_paths, constrained_vars, options_cond_fcst) % [1] Results are stored in a structure which is saved in a mat file called conditional_forecasts.mat. % [2] Use the function plot_icforecast to plot the results. -% Copyright (C) 2006-2014 Dynare Team +% Copyright (C) 2006-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/kalman/likelihood/univariate_kalman_filter_d.m b/matlab/kalman/likelihood/univariate_kalman_filter_d.m index fbfde3157a7da2dbe436f6191ac6b3d249bbd157..4222f763f7d2f8ebba4780adc272629eb9587738 100644 --- a/matlab/kalman/likelihood/univariate_kalman_filter_d.m +++ b/matlab/kalman/likelihood/univariate_kalman_filter_d.m @@ -81,7 +81,7 @@ function [dLIK, dlikk, a, Pstar, llik] = univariate_kalman_filter_d(data_index, %! @end deftypefn %@eod: -% Copyright (C) 2004-2012 Dynare Team +% Copyright (C) 2004-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/kalman_transition_matrix.m b/matlab/kalman_transition_matrix.m index 9252a9fe61c353845f4d4fd45a55c099d0550ef4..77b3a4d3a7741981a52fbf302f5778f80dfc77fb 100644 --- a/matlab/kalman_transition_matrix.m +++ b/matlab/kalman_transition_matrix.m @@ -15,7 +15,7 @@ function [A,B] = kalman_transition_matrix(dr,iv,ic,exo_nbr) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2003-2011 Dynare Team +% Copyright (C) 2003-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/load_last_mh_history_file.m b/matlab/load_last_mh_history_file.m index 7dfcbb0effa0cd3b02790ed93e5fce4069bbd07a..92bf059dbb80a08844ce810bd3cddfa385544ae5 100644 --- a/matlab/load_last_mh_history_file.m +++ b/matlab/load_last_mh_history_file.m @@ -10,7 +10,7 @@ function info = load_last_mh_history_file(MetropolisFolder, ModelName) % Notes: The record structure is written to the caller workspace via an % assignin statement. -% Copyright (C) 2013-16 Dynare Team +% Copyright (C) 2013-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/metropolis_hastings_initialization.m b/matlab/metropolis_hastings_initialization.m index bf4142854340c6d3049c599703889292bd6af94a..e18ea098a4f13b50d443b55437b72a3c1c672da7 100644 --- a/matlab/metropolis_hastings_initialization.m +++ b/matlab/metropolis_hastings_initialization.m @@ -37,7 +37,7 @@ function [ ix2, ilogpo2, ModelName, MetropolisFolder, FirstBlock, FirstLine, npa % SPECIAL REQUIREMENTS % None. -% Copyright (C) 2006-2015 Dynare Team +% Copyright (C) 2006-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/missing_DiffuseKalmanSmootherH3_Z.m b/matlab/missing_DiffuseKalmanSmootherH3_Z.m index f66c905f65e0704cb5f89c953d261f2668be0413..0a0cbec90c5514aebf09b428c1f161298d3f269d 100644 --- a/matlab/missing_DiffuseKalmanSmootherH3_Z.m +++ b/matlab/missing_DiffuseKalmanSmootherH3_Z.m @@ -44,7 +44,7 @@ function [alphahat,epsilonhat,etahat,a,P,aK,PK,decomp] = missing_DiffuseKalmanSm % 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/non_linear_dsge_likelihood.m b/matlab/non_linear_dsge_likelihood.m index 69c945ad420fb35972ec2998f8fcdee5f7b34ae8..94c46eee170bbaec5b81474e53c98d667ea2a2d7 100644 --- a/matlab/non_linear_dsge_likelihood.m +++ b/matlab/non_linear_dsge_likelihood.m @@ -101,7 +101,7 @@ function [fval,ys,trend_coeff,exit_flag,info,Model,DynareOptions,BayesInfo,Dynar %! @end deftypefn %@eod: -% Copyright (C) 2010-2013 Dynare Team +% Copyright (C) 2010-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/plot_icforecast.m b/matlab/plot_icforecast.m index a039c1cdd5ae105583d5c37b50f67d60cf329419..62d788414f0c7265e161a0e110e66725de807968 100644 --- a/matlab/plot_icforecast.m +++ b/matlab/plot_icforecast.m @@ -10,7 +10,7 @@ function plot_icforecast(Variables,periods,options_) % SPECIAL REQUIREMENTS % This routine has to be called after imcforecast.m. -% Copyright (C) 2006-2014 Dynare Team +% Copyright (C) 2006-2016 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/prior_posterior_statistics.m b/matlab/prior_posterior_statistics.m index aa41146293cdf1320f4c6559d349b9be6845973c..34d82d022f4618bdfd0226180e1ad392cec2734c 100644 --- a/matlab/prior_posterior_statistics.m +++ b/matlab/prior_posterior_statistics.m @@ -19,7 +19,7 @@ function prior_posterior_statistics(type,dataset,dataset_info) % See the comments in the random_walk_metropolis_hastings.m funtion. % % -% Copyright (C) 2005-2013 Dynare Team +% Copyright (C) 2005-2015 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/prior_posterior_statistics_core.m b/matlab/prior_posterior_statistics_core.m index 44df174a4bb0ea71b4265d6ddb22d629742d3c80..559fb9bbafcceb576079dbd041e3ef05e406d60d 100644 --- a/matlab/prior_posterior_statistics_core.m +++ b/matlab/prior_posterior_statistics_core.m @@ -24,7 +24,7 @@ function myoutput=prior_posterior_statistics_core(myinputs,fpar,B,whoiam, ThisMa % SPECIAL REQUIREMENTS. % None. -% Copyright (C) 2005-2013 Dynare Team +% Copyright (C) 2005-2015 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/stochastic_solvers.m b/matlab/stochastic_solvers.m index 1c3971b0e31a50df15d9d2c7ec0441c60f87a95b..adf0506b81017f1f39219436aee85642b0be8aca 100644 --- a/matlab/stochastic_solvers.m +++ b/matlab/stochastic_solvers.m @@ -29,7 +29,7 @@ function [dr,info] = stochastic_solvers(dr,task,M_,options_,oo_) % none. % -% Copyright (C) 1996-2013 Dynare Team +% Copyright (C) 1996-2016 Dynare Team % % This file is part of Dynare. % diff --git a/preprocessor/CodeInterpreter.hh b/preprocessor/CodeInterpreter.hh index cdd6f2781500e9717eae5c89943c92d79f7946b2..ad41b0ed3ccd3bedc6dcdb9e0136a7ea7b37bb2d 100644 --- a/preprocessor/CodeInterpreter.hh +++ b/preprocessor/CodeInterpreter.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 Dynare Team + * Copyright (C) 2007-2015 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/ExprNode.cc b/preprocessor/ExprNode.cc index 3a15342009fe3e41c17b5ebf1f3686b4bd25f626..4d794b47ff73871d9d3f0e468519fac57be24a5e 100644 --- a/preprocessor/ExprNode.cc +++ b/preprocessor/ExprNode.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2015 Dynare Team + * Copyright (C) 2007-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/ExprNode.hh b/preprocessor/ExprNode.hh index 5c0914b9ee5a9d848c5168705316d48de410ccc5..9cbf62251ec4d1b27ba6588520d467ea737458d2 100644 --- a/preprocessor/ExprNode.hh +++ b/preprocessor/ExprNode.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2015 Dynare Team + * Copyright (C) 2007-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/NumericalConstants.hh b/preprocessor/NumericalConstants.hh index 1b4be74468d8ac231389c047105df79fe3e07688..b9c601b51d240ba83067c780b275d38331c8ef49 100644 --- a/preprocessor/NumericalConstants.hh +++ b/preprocessor/NumericalConstants.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Dynare Team + * Copyright (C) 2003-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/Shocks.cc b/preprocessor/Shocks.cc index 64e5feac6c9f06b4bf38d91b7f0b669b8cdcfb90..37b64eea838c1b8fb65ff7b428978f4fdca8a576 100644 --- a/preprocessor/Shocks.cc +++ b/preprocessor/Shocks.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2015 Dynare Team + * Copyright (C) 2003-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/Shocks.hh b/preprocessor/Shocks.hh index 7af10e2a3b8f5c3198c7a2b38d50a1f03db491f6..b29477c4aa8186dcf9c6f0ee8dce5088af7ea9da 100644 --- a/preprocessor/Shocks.hh +++ b/preprocessor/Shocks.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2015 Dynare Team + * Copyright (C) 2003-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/StaticModel.cc b/preprocessor/StaticModel.cc index 898b48e3a6372802d2c2881f45c5a24ba615d51f..8890cf1bbdc5fa6dafed2a72f9eab90b6d207ab4 100644 --- a/preprocessor/StaticModel.cc +++ b/preprocessor/StaticModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2015 Dynare Team + * Copyright (C) 2003-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/StaticModel.hh b/preprocessor/StaticModel.hh index 5dfc5dda7247354ed048030e58a397b3e82f92fa..69b35d643fb51f6109a899d42d5c604d3e104288 100644 --- a/preprocessor/StaticModel.hh +++ b/preprocessor/StaticModel.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2015 Dynare Team + * Copyright (C) 2003-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/SteadyStateModel.cc b/preprocessor/SteadyStateModel.cc index 61220a80509363cb638954aaa53a584a283074e8..7630823ff9387a5087a90c03f36e05dd5390437c 100644 --- a/preprocessor/SteadyStateModel.cc +++ b/preprocessor/SteadyStateModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 Dynare Team + * Copyright (C) 2010-2016 Dynare Team * * This file is part of Dynare. * diff --git a/preprocessor/changed_files.txt b/preprocessor/changed_files.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a6f38274ac43a28673b3ee38ee6d35c78ad4a20 --- /dev/null +++ b/preprocessor/changed_files.txt @@ -0,0 +1,4 @@ + +license.txt + +windows/dynare.nsi