From 300b29dd9501b6e8e317a174879062943a12f7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 20 Mar 2019 16:56:00 +0100 Subject: [PATCH] License file: add files copyrighted by Tom Minka --- license.txt | 5 +++++ matlab/commutation.m | 3 ++- matlab/duplication.m | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/license.txt b/license.txt index f87d6ba77..e0e56f8d5 100644 --- a/license.txt +++ b/license.txt @@ -85,6 +85,11 @@ Copyright: 2016 Benjamin Born and Johannes Pfeifer 2016 Dynare Team License: GPL-3+ +Files: matlab/commutation.m matlab/duplication.m +Copyright: 1997 Tom Minka + 2019 Dynare Team +License: GPL-3+ + Files: matlab/gsa/Morris_Measure_Groups.m matlab/gsa/Sampling_Function_2.m Copyright: 2005 European Commission diff --git a/matlab/commutation.m b/matlab/commutation.m index 66529abdd..2dd3bc209 100644 --- a/matlab/commutation.m +++ b/matlab/commutation.m @@ -19,6 +19,7 @@ function k = commutation(n, m, sparseflag) % This function calls % * vec (embedded) % ========================================================================= +% Copyright (C) 1997 Tom Minka % Copyright (C) 2019 Dynare Team % % This file is part of Dynare. @@ -68,4 +69,4 @@ function V = vec(A) V = A(:); end -end \ No newline at end of file +end diff --git a/matlab/duplication.m b/matlab/duplication.m index ed8352383..ca086e7ab 100644 --- a/matlab/duplication.m +++ b/matlab/duplication.m @@ -13,6 +13,7 @@ function [Dp,DpMPinv] = duplication(p) % This function is called by % * get_identification_jacobians.m (previously getJJ.m) % ========================================================================= +% Copyright (C) 1997 Tom Minka % Copyright (C) 2019 Dynare Team % % This file is part of Dynare. @@ -47,4 +48,4 @@ end if nargout > 1 DpMPinv = (transpose(Dp)*Dp)\transpose(Dp); -end \ No newline at end of file +end