Skip to content
Snippets Groups Projects
Verified Commit 2c4caa5a authored by Willi Mutschler's avatar Willi Mutschler Committed by Sébastien Villemot
Browse files

:page_with_curl: Update license

(cherry picked from commit e843ccbd)
parent b54002fe
Branches
Tags
No related merge requests found
...@@ -103,18 +103,26 @@ Files: matlab/allVL1.m ...@@ -103,18 +103,26 @@ Files: matlab/allVL1.m
Copyright: 2007-2010 Bruno Luong <brunoluong@yahoo.com> Copyright: 2007-2010 Bruno Luong <brunoluong@yahoo.com>
2019 Dynare Team 2019 Dynare Team
License: GPL-3+ License: GPL-3+
Comment: The original author gave authorization to change
the license from BSD-2-clause to GPL-3+ and redistribute
it under GPL-3+ with Dynare.
Files: matlab/uperm.m Files: matlab/uperm.m
Copyright: 2014 Bruno Luong <brunoluong@yahoo.com> Copyright: 2014 Bruno Luong <brunoluong@yahoo.com>
2019 Dynare Team 2019 Dynare Team
License: GPL-3+ License: GPL-3+
Comment: The original author gave authorization to change
the license from BSD-2-clause to GPL-3+ and redistribute
it under GPL-3+ with Dynare.
Files: matlab/prodmom.m matlab/bivmom.m Files: matlab/prodmom.m matlab/bivmom.m
Copyright: 2008-2015 Raymond Kan <kan@chass.utoronto.ca> Copyright: 2008-2015 Raymond Kan <kan@chass.utoronto.ca>
2019-2020 Dynare Team 2019-2020 Dynare Team
License: GPL-3+ License: GPL-3+
The author would appreciate acknowledgement of the source by Comment: The author gave authorization to redistribute
citation of the following paper: these functions under GPL-3+ with Dynare and would
appreciate acknowledgement of the source by citation
of the following paper:
Kan, R.: "From moments of sum to moments of product." Kan, R.: "From moments of sum to moments of product."
Journal of Multivariate Analysis, 2008, vol. 99, issue 3, Journal of Multivariate Analysis, 2008, vol. 99, issue 3,
pages 542-554. pages 542-554.
......
...@@ -6,6 +6,7 @@ function dy = prodmom_deriv(V,ii,nu,dV,dC) ...@@ -6,6 +6,7 @@ function dy = prodmom_deriv(V,ii,nu,dV,dC)
% Kan, R.: "From moments of sum to moments of product." Journal of % Kan, R.: "From moments of sum to moments of product." Journal of
% Multivariate Analysis, 2008, vol. 99, issue 3, pages 542-554. % Multivariate Analysis, 2008, vol. 99, issue 3, pages 542-554.
% ========================================================================= % =========================================================================
% Copyright (C) 2008-2015 Raymond Kan <kan@chass.utoronto.ca>
% Copyright (C) 2019-2020 Dynare Team % Copyright (C) 2019-2020 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