Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexander Tishin
dynare
Commits
1bf81c9f
Commit
1bf81c9f
authored
May 18, 2017
by
Stéphane Adjemian
Browse files
Fixed copyright notices.
parent
b6634940
Changes
403
Hide whitespace changes
Inline
Side-by-side
license.txt
View file @
1bf81c9f
...
...
@@ -205,7 +205,7 @@ License: permissive
Unlimited permission is granted to everyone to use, copy, modify or
distribute this software.
Files: matlab/utilities
\
graphics
\
distinguishable_colors.m
Files: matlab/utilities
/
graphics
/
distinguishable_colors.m
Copyright 2010-2011 by Timothy E. Holy
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
@@ -228,7 +228,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
Files: matlab/utilities
\
graphics
\
colorspace.m
Files: matlab/utilities
/
graphics
/
colorspace.m
Pascal Getreuer 2005-2010
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
matlab/AIM/dynAIMsolver1.m
View file @
1bf81c9f
...
...
@@ -46,7 +46,7 @@ function [dr,aimcode,rts]=dynAIMsolver1(jacobia_,M_,dr)
%
% GP July 2008
% Copyright (C) 2008-201
2
Dynare Team
% Copyright (C) 2008-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/CheckPath.m
View file @
1bf81c9f
...
...
@@ -12,7 +12,7 @@ function [DirectoryName, info] = CheckPath(type,dname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-201
3
Dynare Team
% Copyright (C) 2005-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/CutSample.m
View file @
1bf81c9f
...
...
@@ -16,7 +16,7 @@ function CutSample(M_, options_, estim_params_)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-201
5
Dynare Team
% Copyright (C) 2005-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetAllPosteriorDraws.m
View file @
1bf81c9f
...
...
@@ -16,7 +16,7 @@ function Draws = GetAllPosteriorDraws(column, FirstMhFile, FirstLine, TotalNumbe
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-201
1
Dynare Team
% Copyright (C) 2005-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetOneDraw.m
View file @
1bf81c9f
...
...
@@ -13,7 +13,7 @@ function [xparams, logpost] = GetOneDraw(type)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-201
5
Dynare Team
% Copyright (C) 2005-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetPosteriorMeanVariance.m
View file @
1bf81c9f
function
[
mean
,
variance
]
=
GetPosteriorMeanVariance
(
M
,
drop
)
% Copyright (C) 2012-201
6
Dynare Team
% Copyright (C) 2012-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/MakeAllFigures.m
View file @
1bf81c9f
function
MakeAllFigures
(
NumberOfPlots
,
Caption
,
FigureProperties
,
Info
)
% Copyright (C) 2005-201
3
Dynare Team
% Copyright (C) 2005-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/TaRB_optimizer_wrapper.m
View file @
1bf81c9f
...
...
@@ -21,7 +21,8 @@ function [fval,info,exit_flag,DLIK,Hess,SteadyState,trend_coeff] = TaRB_optimiz
% o SteadyState [double] Vector of doubles, steady state level for the endogenous variables.
% o trend_coeff [double] Matrix of doubles, coefficients of the deterministic trend in the measurement equation
%
% Copyright (C) 2015-16 Dynare Team
% Copyright (C) 2015-2017 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/Tracing.m
View file @
1bf81c9f
...
...
@@ -14,7 +14,7 @@ function [] = Tracing()
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2010 Dynare Team
% Copyright (C) 2010
-2017
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/add_filter_subtitle.m
View file @
1bf81c9f
function
title
=
add_filter_subtitle
(
title
,
options_
)
% Copyright (C) 2015-2017 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
% 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
% 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/>.
if
~
options_
.
hp_filter
&&
~
options_
.
one_sided_hp_filter
&&
~
options_
.
bandpass
.
indicator
%do not filter
%nothing to add here
elseif
~
options_
.
hp_filter
&&
~
options_
.
one_sided_hp_filter
&&
options_
.
bandpass
.
indicator
...
...
matlab/autoregressive_process_specification.m
View file @
1bf81c9f
...
...
@@ -43,7 +43,7 @@ function [InnovationVariance,AutoregressiveParameters] = autoregressive_process_
%
% \sigma^2 = \gamma(0)*(1-PHI'*v)
% Copyright (C) 2009 Dynare Team
% Copyright (C) 2009
-2017
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/bksup0.m
View file @
1bf81c9f
...
...
@@ -11,7 +11,7 @@ function d = bksup0(c,ny,jcf,iyf,icf,periods)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-20
09
Dynare Team
% Copyright (C) 2003-20
17
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/bksup1.m
View file @
1bf81c9f
...
...
@@ -12,7 +12,7 @@ function d = bksup1(c,ny,jcf,iyf,periods)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
0
Dynare Team
% Copyright (C) 2003-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/bksupk.m
View file @
1bf81c9f
...
...
@@ -15,7 +15,7 @@ function d1 = bksupk(ny,fid,jcf,icc1)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
1
Dynare Team
% Copyright (C) 2003-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/bseastr.m
View file @
1bf81c9f
function
x
=
bseastr
(
s1
,
s2
)
% Copyright (C) 2001-20
09
Dynare Team
% Copyright (C) 2001-20
17
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/bvar_density.m
View file @
1bf81c9f
...
...
@@ -12,7 +12,7 @@ function bvar_density(maxnlags)
% none
% Copyright (C) 2003-2007 Christopher Sims
% Copyright (C) 2007-201
6
Dynare Team
% Copyright (C) 2007-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/bvar_irf.m
View file @
1bf81c9f
...
...
@@ -11,7 +11,7 @@ function bvar_irf(nlags,identification)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2007-201
6
Dynare Team
% Copyright (C) 2007-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/bvar_toolbox.m
View file @
1bf81c9f
...
...
@@ -42,7 +42,7 @@ function [ny, nx, posterior, prior, forecast_data] = bvar_toolbox(nlags)
% - bvar_prior_{tau,decay,lambda,mu,omega,flat,train}
% Copyright (C) 2003-2007 Christopher Sims
% Copyright (C) 2007-201
2
Dynare Team
% Copyright (C) 2007-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/cartesian_product_of_sets.m
View file @
1bf81c9f
...
...
@@ -31,7 +31,7 @@ function cprod = cartesian_product_of_sets(varargin)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
-
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
7
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
Prev
1
2
3
4
5
…
21
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment