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

Fix license info for simpsa

parent 979a55a3
Branches
Tags
No related merge requests found
...@@ -58,6 +58,12 @@ Copyright: 2011 Lawrence J. Christiano, Mathias Trabandt and Karl Walentin ...@@ -58,6 +58,12 @@ Copyright: 2011 Lawrence J. Christiano, Mathias Trabandt and Karl Walentin
2013 Dynare Team 2013 Dynare Team
License: GPL-3+ License: GPL-3+
Files: matlab/simpsa.m matlab/simpsaget.m matlab/simpsaset.m
Copyright: 2005 Henning Schmidt, FCC, henning@fcc.chalmers.se
2006 Brecht Donckels, BIOMATH, brecht.donckels@ugent.be
2013 Dynare Team
License: GPL-3+
Files: matlab/missing/stats/normpdf.m matlab/missing/stats/gamcdf.m Files: matlab/missing/stats/normpdf.m matlab/missing/stats/gamcdf.m
matlab/missing/stats/common_size.m matlab/missing/stats/chi2inv.m matlab/missing/stats/common_size.m matlab/missing/stats/chi2inv.m
matlab/missing/stats/gaminv.m matlab/missing/stats/gampdf.m matlab/missing/stats/gaminv.m matlab/missing/stats/gampdf.m
......
...@@ -16,24 +16,23 @@ function o = SIMPSAGET(options,name,default,flag) ...@@ -16,24 +16,23 @@ function o = SIMPSAGET(options,name,default,flag)
% returns val = 1e-4 if the TolX property is not specified in opts. % returns val = 1e-4 if the TolX property is not specified in opts.
% %
% See also SIMPSASET, SIMPSA % See also SIMPSASET, SIMPSA
%
% Copyright (C) 2006 Brecht Donckels, BIOMATH, brecht.donckels@ugent.be % Copyright (C) 2006 Brecht Donckels, BIOMATH, brecht.donckels@ugent.be
% %
% This program is free software; you can redistribute it and/or % This file is part of Dynare.
% modify it under the terms of the GNU General Public License
% as published by the Free Software Foundation; either version 2
% of the License, or (at your option) any later version.
% %
% This program is distributed in the hope that it will be useful, % Dynare is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% Dynare is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of % but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details. % GNU General Public License for more details.
% %
% 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 this program; if not, write to the Free Software % along with Dynare. If not, see <http://www.gnu.org/licenses/>.
% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
% USA.
% undocumented usage for fast access with no error checking % undocumented usage for fast access with no error checking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment