* updated copyright headers of all files modified since January 1st: the copyright notice now encompasses 2009
* fixed various other copyright header issues


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2364 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-01-21 14:39:24 +00:00
parent 4491f52b9e
commit 2495aca72a
30 changed files with 107 additions and 81 deletions

View File

@ -21,7 +21,7 @@ function [fval,cost_flag,ys,trend_coeff,info] = DsgeLikelihood(xparam1,gend,data
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% %
% Copyright (C) 2004-2008 Dynare Team % Copyright (C) 2004-2009 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %

View File

@ -21,7 +21,7 @@ function [fval,llik,cost_flag,ys,trend_coeff,info] = DsgeLikelihood_hh(xparam1,g
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% %
% Copyright (C) 2004-2008 Dynare Team % Copyright (C) 2004-2009 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %

View File

@ -30,7 +30,7 @@ function [alphahat,etahat,epsilonhat,ahat,SteadyState,trend_coeff,aK,T,R,P,PK,d,
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% None % None
% Copyright (C) 2006-2008 Dynare Team % Copyright (C) 2006-2009 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %

View File

@ -11,7 +11,7 @@ function dynare_estimation(var_list_,dname)
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% Copyright (C) 2003-2008 Dynare Team % Copyright (C) 2003-2009 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %

View File

@ -28,7 +28,7 @@ function [LIK, lik] = univariate_diffuse_kalman_filter(T,R,Q,H,Pinf,Pstar,Y,star
% NOTES % NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood. % The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2004-2008 Dynare Team % Copyright (C) 2004-2009 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %

View File

@ -1,7 +1,7 @@
function model_info; function model_info;
%function model_info; %function model_info;
% Copyright (C) 2008 Dynare Team % Copyright (C) 2008-2009 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %

View File

@ -1,4 +1,9 @@
/* Dynare is free software: you can redistribute it and/or modify /*
* Copyright (C) 2008-2009 Dynare Team
*
* This file is part of Dynare.
*
* 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
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
@ -11,6 +16,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/ */
// GP, based on work by O.Kamenik // GP, based on work by O.Kamenik
#include <vector> #include <vector>

View File

@ -1,16 +1,22 @@
/* Dynare is free software: you can redistribute it and/or modify /*
* it under the terms of the GNU General Public License as published by * Copyright (C) 2005 Ondra Kamenik
* the Free Software Foundation, either version 3 of the License, or * Copyright (C) 2008-2009 Dynare Team
* (at your option) any later version. *
* * This file is part of Dynare.
* Dynare is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * Dynare is free software: you can redistribute it and/or modify
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * it under the terms of the GNU General Public License as published by
* GNU General Public License for more details. * the Free Software Foundation, either version 3 of the License, or
* * (at your option) any later version.
* You should have received a copy of the GNU General Public License *
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * Dynare is distributed in the hope that it will be useful,
*/ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
// based on: $Id: dynare3.h 1764 2008-03-31 14:30:55Z kamenik $ // based on: $Id: dynare3.h 1764 2008-03-31 14:30:55Z kamenik $
// by 2005, Ondra Kamenik // by 2005, Ondra Kamenik

View File

@ -1,16 +1,21 @@
/* Dynare is free software: you can redistribute it and/or modify /*
* it under the terms of the GNU General Public License as published by * Copyright (C) 2008-2009 Dynare Team
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. * This file is part of Dynare.
* *
* Dynare is distributed in the hope that it will be useful, * Dynare is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License * Dynare is distributed in the hope that it will be useful,
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
// k_order_perturbation.cpp : Defines the entry point for the DLL application. // k_order_perturbation.cpp : Defines the entry point for the DLL application.
// //

View File

@ -1,16 +1,21 @@
/* Dynare is free software: you can redistribute it and/or modify /*
* it under the terms of the GNU General Public License as published by * Copyright (C) 2008-2009 Dynare Team
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. * This file is part of Dynare.
* *
* Dynare is distributed in the hope that it will be useful, * Dynare is free software: you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation, either version 3 of the License, or
* GNU General Public License for more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License * Dynare is distributed in the hope that it will be useful,
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * but WITHOUT ANY WARRANTY; without even the implied warranty of
*/ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
// The following ifdef block is the standard way of creating macros which make exporting // The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the K_ORDER_PERTURBATION_EXPORTS // from a DLL simpler. All files within this DLL are compiled with the K_ORDER_PERTURBATION_EXPORTS

View File

@ -1,18 +1,21 @@
// k_order_test_main.cpp /*
* Copyright (C) 2008-2009 Dynare Team
/* Dynare is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * This file is part of Dynare.
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. * Dynare is free software: you can redistribute it and/or modify
* * it under the terms of the GNU General Public License as published by
* Dynare is distributed in the hope that it will be useful, * the Free Software Foundation, either version 3 of the License, or
* but WITHOUT ANY WARRANTY; without even the implied warranty of * (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * Dynare is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * GNU General Public License for more details.
*/ *
* You should have received a copy of the GNU General Public License
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
/************************************* /*************************************
* This main() is for testing k_order DLL entry point by linking to * This main() is for testing k_order DLL entry point by linking to

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2006-2008 Dynare Team * Copyright (C) 2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with Dynare. If not, see <http://www.gnu.org/licenses/>. * along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* /*
Usefull documentation: Matlab 7 Mat-File Format Useful documentation: Matlab 7 Mat-File Format
----------------------------------------------- -----------------------------------------------
revision: October 2008 PDF only Rereleased for Version 7.7 (Release 2008b) revision: October 2008 PDF only Rereleased for Version 7.7 (Release 2008b)
available at: http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf available at: http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2006-2008 Dynare Team * Copyright (C) 2006-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003-2008 Dynare Team * Copyright (C) 2003-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003-2008 Dynare Team * Copyright (C) 2003-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2008 Dynare Team * Copyright (C) 2007-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2006-2008 Dynare Team * Copyright (C) 2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2006-2008 Dynare Team * Copyright (C) 2006-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003-2008 Dynare Team * Copyright (C) 2003-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2008 Dynare Team * Copyright (C) 2008-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2008 Dynare Team * Copyright (C) 2008-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2008 Dynare Team * Copyright (C) 2008-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2008 Dynare Team * Copyright (C) 2008-2009 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *