Skip to content
Snippets Groups Projects
Commit 60ad78b0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Partial information: fixed copyright notices

parent 45efcd61
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,9 @@ License: GPL-3+ ...@@ -48,9 +48,9 @@ License: GPL-3+
Files: matlab/csolve.m, matlab/csminit.m, matlab/numgrad.m, matlab/numgrad3.m, Files: matlab/csolve.m, matlab/csminit.m, matlab/numgrad.m, matlab/numgrad3.m,
matlab/numgrad5.m, matlab/csminwel.m, matlab/bvar_density.m, matlab/numgrad5.m, matlab/csminwel.m, matlab/bvar_density.m,
matlab/bvar_toolbox.m matlab/bvar_toolbox.m, matlab/partial_information/PI_gensys.m
Copyright: 1993-2007, Christopher Sims Copyright: 1993-2009, Christopher Sims
2006-2008, Dynare Team 2006-2010, Dynare Team
License: GPL-3+ License: GPL-3+
Dynare is free software: you can redistribute it and/or modify Dynare is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
......
...@@ -5,7 +5,7 @@ function [irfmat,irfst]=PCL_Part_info_irf( H, varobs, M_, dr, irfpers,ii) ...@@ -5,7 +5,7 @@ function [irfmat,irfst]=PCL_Part_info_irf( H, varobs, M_, dr, irfpers,ii)
% Pearlman, Currie and Levine 1986 solution. % Pearlman, Currie and Levine 1986 solution.
% 22/10/06 - Version 2 for new Riccati with 4 params instead 5 % 22/10/06 - Version 2 for new Riccati with 4 params instead 5
% Copyright (C) 2001-20010 Dynare Team % Copyright (C) 2006-2010 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
...@@ -5,7 +5,7 @@ function [irfmat,irfst]=PCL_Part_info_moments( H, varobs, dr,ivar) ...@@ -5,7 +5,7 @@ function [irfmat,irfst]=PCL_Part_info_moments( H, varobs, dr,ivar)
% Pearlman, Currie and Levine 1986 solution. % Pearlman, Currie and Levine 1986 solution.
% 22/10/06 - Version 2 for new Riccati with 4 params instead 5 % 22/10/06 - Version 2 for new Riccati with 4 params instead 5
% Copyright (C) 2001-20010 Dynare Team % Copyright (C) 2006-2010 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
...@@ -25,7 +25,7 @@ function [dr,info]=PCL_resol(ys,check_flag) ...@@ -25,7 +25,7 @@ function [dr,info]=PCL_resol(ys,check_flag)
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% Copyright (C) 2001-2009 Dynare Team % Copyright (C) 2001-2010 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
...@@ -15,7 +15,8 @@ function [G1pi,C,impact,nmat,TT1,TT2,gev,eu, DD, E3, E5]=PI_gensys(a0,a1,a2,a3,c ...@@ -15,7 +15,8 @@ function [G1pi,C,impact,nmat,TT1,TT2,gev,eu, DD, E3, E5]=PI_gensys(a0,a1,a2,a3,c
% Christopher A. Sims % Christopher A. Sims
% Corrected 10/28/96 by CAS % Corrected 10/28/96 by CAS
% Copyright (C) 1996-2010 Dynare Team % Copyright (C) 1996-2009 Christopher Sims
% Copyright (C) 2010 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
% V.2 22/10/06 % V.2 22/10/06
% ================================================================= % =================================================================
% Copyright (C) 1996-2010 Dynare Team % Copyright (C) 2006-2010 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment