Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
02652f6e
Commit
02652f6e
authored
Feb 04, 2011
by
Sébastien Villemot
Browse files
Updated copyright notices
parent
757a9067
Changes
348
Hide whitespace changes
Inline
Side-by-side
license.txt
View file @
02652f6e
...
...
@@ -31,7 +31,7 @@ Copyright: Public domain
License: Public domain
Files: matlab/bfgsi.m, matlab/qzswitch.m, matlab/qzdiv.m
Copyright: 1993-200
7
, Christopher Sims
Copyright: 1993-200
9
, Christopher Sims
License: GPL-3+
Dynare is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -50,7 +50,7 @@ Files: matlab/csolve.m, matlab/csminit.m, matlab/numgrad.m, matlab/numgrad3.m,
matlab/numgrad5.m, matlab/csminwel.m, matlab/bvar_density.m,
matlab/bvar_toolbox.m, matlab/partial_information/PI_gensys.m
Copyright: 1993-2009, Christopher Sims
2006-201
0
, Dynare Team
2006-201
1
, Dynare Team
License: GPL-3+
Dynare is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -73,7 +73,7 @@ Files: matlab/missing/stats/normpdf.m, matlab/missing/stats/gamcdf.m,
matlab/missing/stats/stdnormal_cdf.m, matlab/missing/stats/norminv.m,
matlab/missing/stats/stdnormal_pdf.m, matlab/missing/stats/betainv.m
Copyright: 1995-2007, Kurt Hornik
2008, Dynare Team
2008
-2009
, Dynare Team
License: GPL-3+
Dynare is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
m4/ax_matlab_version.m4
View file @
02652f6e
dnl Copyright (C) 2009 Dynare Team
dnl Copyright (C) 2009
-2010
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
m4/ax_mexopts.m4
View file @
02652f6e
dnl Copyright (C) 2009-201
0
Dynare Team
dnl Copyright (C) 2009-201
1
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
matlab/AIM/dynAIMsolver1.m
View file @
02652f6e
...
...
@@ -44,7 +44,7 @@ function [dr,aimcode,rts]=dynAIMsolver1(jacobia_,M_,dr)
%
% GP July 2008
% Copyright (C) 2008 Dynare Team
% Copyright (C) 2008
-2009
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmoother1.m
View file @
02652f6e
...
...
@@ -27,7 +27,7 @@ function [alphahat,etahat,atilde, aK] = DiffuseKalmanSmoother1(T,R,Q,Pinf1,Pstar
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-
2008,
2010 Dynare Team
% Copyright (C) 2004-2010 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmoother1_Z.m
View file @
02652f6e
...
...
@@ -34,7 +34,7 @@ function [alphahat,etahat,atilde,P,aK,PK,d,decomp] = DiffuseKalmanSmoother1_Z(T,
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-201
0
Dynare Team
% Copyright (C) 2004-201
1
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmoother3.m
View file @
02652f6e
...
...
@@ -27,7 +27,7 @@ function [alphahat,etahat,a,P,aK,PK,d,decomp] = DiffuseKalmanSmoother3(T,R,Q,Pin
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-20
08
Dynare Team
% Copyright (C) 2004-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmoother3_Z.m
View file @
02652f6e
...
...
@@ -34,7 +34,7 @@ function [alphahat,etahat,a,P,aK,PK,d,decomp] = DiffuseKalmanSmoother3_Z(T,Z,R,Q
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-200
8
Dynare Team
% Copyright (C) 2004-20
1
0 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmootherH1.m
View file @
02652f6e
...
...
@@ -28,7 +28,7 @@ function [alphahat,epsilonhat,etahat,atilde, aK] = DiffuseKalmanSmootherH1(T,R,Q
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-200
8
Dynare Team
% Copyright (C) 2004-20
1
0 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmootherH1_Z.m
View file @
02652f6e
...
...
@@ -36,7 +36,7 @@ function [alphahat,epsilonhat,etahat,atilde,P,aK,PK,d,decomp] = DiffuseKalmanSmo
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-20
08
Dynare Team
% Copyright (C) 2004-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmootherH3.m
View file @
02652f6e
...
...
@@ -28,7 +28,7 @@ function [alphahat,epsilonhat,etahat,a, aK] = DiffuseKalmanSmootherH3(T,R,Q,H,Pi
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-200
8
Dynare Team
% Copyright (C) 2004-20
1
0 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmootherH3_Z.m
View file @
02652f6e
...
...
@@ -35,7 +35,7 @@ function [alphahat,epsilonhat,etahat,a,P,aK,PK,d,decomp] = DiffuseKalmanSmoother
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-200
8
Dynare Team
% Copyright (C) 2004-20
1
0 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DiffuseKalmanSmootherH3corr.m
View file @
02652f6e
...
...
@@ -29,7 +29,7 @@ function [alphahat,epsilonhat,etahat,a,aK] = DiffuseKalmanSmootherH3corr(T,R,Q,H
% Models", S.J. Koopman and J. Durbin (2000, in Journal of Time Series
% Analysis, vol. 21(3), pp. 281-296).
% Copyright (C) 2004-200
8
Dynare Team
% Copyright (C) 2004-20
1
0 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DsgeLikelihood.m
View file @
02652f6e
...
...
@@ -21,7 +21,7 @@ function [fval,cost_flag,ys,trend_coeff,info] = DsgeLikelihood(xparam1,gend,data
% SPECIAL REQUIREMENTS
%
% Copyright (C) 2004-20
09, 2010
Dynare Team
% Copyright (C) 2004-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DsgeLikelihood_hh.m
View file @
02652f6e
...
...
@@ -21,7 +21,7 @@ function [fval,llik,cost_flag,ys,trend_coeff,info] = DsgeLikelihood_hh(xparam1,g
% SPECIAL REQUIREMENTS
%
% Copyright (C) 2004-20
09
Dynare Team
% Copyright (C) 2004-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DsgeSmoother.m
View file @
02652f6e
...
...
@@ -28,7 +28,7 @@ function [alphahat,etahat,epsilonhat,ahat,SteadyState,trend_coeff,aK,T,R,P,PK,de
% SPECIAL REQUIREMENTS
% None
% Copyright (C) 2006-201
0
Dynare Team
% Copyright (C) 2006-201
1
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DsgeVarLikelihood.m
View file @
02652f6e
...
...
@@ -17,7 +17,7 @@ function [fval,cost_flag,info,PHI,SIGMAu,iXX,prior] = DsgeVarLikelihood(xparam1,
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 2006-20
08
Dynare Team
% Copyright (C) 2006-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetAllPosteriorDraws.m
View file @
02652f6e
...
...
@@ -16,7 +16,7 @@ function Draws = GetAllPosteriorDraws(column, FirstMhFile, FirstLine, TotalNumbe
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-200
8
Dynare Team
% Copyright (C) 2005-200
9
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetOneDraw.m
View file @
02652f6e
...
...
@@ -14,7 +14,7 @@ function [xparams, logpost] = GetOneDraw(type)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-200
8
Dynare Team
% Copyright (C) 2005-200
9
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetPosteriorParametersStatistics.m
View file @
02652f6e
...
...
@@ -15,7 +15,7 @@ function oo_ = GetPosteriorParametersStatistics(estim_params_, M_, options_, bay
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 2006-200
9
Dynare Team
% Copyright (C) 2006-20
1
0 Dynare Team
%
% This file is part of Dynare.
%
...
...
Prev
1
2
3
4
5
…
18
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment