Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
61485ab8
Commit
61485ab8
authored
Jun 12, 2013
by
Sébastien Villemot
Browse files
Fix copyright notices
parent
f1c8ec60
Changes
192
Hide whitespace changes
Inline
Side-by-side
license.txt
View file @
61485ab8
...
...
@@ -45,7 +45,7 @@ Files: matlab/bfgsi1.m matlab/csolve.m matlab/csminit1.m matlab/numgrad2.m
matlab/bvar_toolbox.m matlab/partial_information/PI_gensys.m matlab/qzswitch.m
matlab/qzdiv.m
Copyright: 1993-2009 Christopher Sims
2006-201
1
Dynare Team
2006-201
2
Dynare Team
License: GPL-3+
Files: matlab/cmaes.m
...
...
@@ -53,6 +53,11 @@ Copyright: 2001-2012 Nikolaus Hansen
2012 Dynare Team
License: GPL-3+
Files: matlab/endogenous_prior.m
Copyright: 2011 Lawrence J. Christiano, Mathias Trabandt and Karl Walentin
2013 Dynare Team
License: GPL-3+
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/gaminv.m matlab/missing/stats/gampdf.m
...
...
m4/ax_gsl.m4
View file @
61485ab8
...
...
@@ -2,7 +2,7 @@ dnl Detect GSL.
dnl We don't use the official M4 macro since it relies on the script gsl-config,
dnl which does not work when cross-compiling.
dnl
dnl Copyright (C) 2010 Dynare Team
dnl Copyright (C) 2010
-2012
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
matlab/@dynDate/colon.m
View file @
61485ab8
...
...
@@ -30,7 +30,7 @@ function sp = colon(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/dynDate.m
View file @
61485ab8
...
...
@@ -43,7 +43,7 @@ function date = dynDate(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/eq.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function c = eq(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -121,4 +121,4 @@ c = isequal(a.time,b.time);
%
$
t
(
2
)
=
dyn_assert
(
i2
,
1
);
%
$
t
(
3
)
=
dyn_assert
(
i3
,
0
);
%
$
T
=
all
(
t
);
%
@eof
:
2
\ No newline at end of file
%
@eof
:
2
matlab/@dynDate/format.m
View file @
61485ab8
...
...
@@ -27,7 +27,7 @@ function p = format(date)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/ge.m
View file @
61485ab8
...
...
@@ -30,7 +30,7 @@ function c = ge(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
2013
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -80,4 +80,4 @@ end
%
$
t
(
3
)
=
dyn_assert
(
i3
,
0
);
%
$
t
(
4
)
=
dyn_assert
(
i4
,
1
);
%
$
T
=
all
(
t
);
%
@eof
:
1
\ No newline at end of file
%
@eof
:
1
matlab/@dynDate/gt.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function c = gt(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -95,4 +95,4 @@ end
%
$
t
(
3
)
=
dyn_assert
(
i3
,
0
);
%
$
t
(
4
)
=
dyn_assert
(
i4
,
0
);
%
$
T
=
all
(
t
);
%
@eof
:
1
\ No newline at end of file
%
@eof
:
1
matlab/@dynDate/isempty.m
View file @
61485ab8
...
...
@@ -27,7 +27,7 @@ function b = isempty(a)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
,
2013
Dynare
Team
%
Copyright
(
C
)
2012
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -56,4 +56,4 @@ b = all(isnan(a.time)) && isnan(a.freq);
%
$
%
Test
if
this
object
is
empty
%
$
t
(
1
)
=
isempty
(
d
);
%
$
T
=
all
(
t
);
%
@eof
:
1
\ No newline at end of file
%
@eof
:
1
matlab/@dynDate/le.m
View file @
61485ab8
...
...
@@ -30,7 +30,7 @@ function c = le(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
2013
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -80,4 +80,4 @@ end
%
$
t
(
3
)
=
dyn_assert
(
i3
,
1
);
%
$
t
(
4
)
=
dyn_assert
(
i4
,
0
);
%
$
T
=
all
(
t
);
%
@eof
:
1
\ No newline at end of file
%
@eof
:
1
matlab/@dynDate/lt.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function c = lt(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/max.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function c = max(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/min.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function c = min(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/minus.m
View file @
61485ab8
...
...
@@ -31,7 +31,7 @@ function c = minus(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
2013
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -107,4 +107,4 @@ end
%
$
t
(
4
)
=
dyn_assert
(
e4
,
41
);
%
$
t
(
4
)
=
dyn_assert
(
e5
,
19
);
%
$
T
=
all
(
t
);
%
@eof
:
1
\ No newline at end of file
%
@eof
:
1
matlab/@dynDate/ne.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function c = ne(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/plus.m
View file @
61485ab8
...
...
@@ -31,7 +31,7 @@ function c = plus(a,b)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
2013
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -104,4 +104,4 @@ end
%
$
t
(
3
)
=
dyn_assert
(
e3
.
time
,
d3
.
time
);
%
$
t
(
4
)
=
dyn_assert
(
e4
.
time
,
d4
.
time
);
%
$
T
=
all
(
t
);
%
@eof
:
1
\ No newline at end of file
%
@eof
:
1
matlab/@dynDate/subsref.m
View file @
61485ab8
...
...
@@ -32,7 +32,7 @@ function B = subsref(A,S)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
2012
,
2013
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -235,4 +235,4 @@ end
%
$
t
(
1
)
=
dyn_assert
(
qq
.
freq
,
4
);
%
$
t
(
2
)
=
dyn_assert
(
time
,[
1938
,
4
]);
%
$
T
=
all
(
t
);
%
@eof
:
5
\ No newline at end of file
%
@eof
:
5
matlab/@dynDate/uminus.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function b = uminus(a)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
2013
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/@dynDate/uplus.m
View file @
61485ab8
...
...
@@ -29,7 +29,7 @@ function b = uplus(a)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
2013
Dynare
Team
%
Copyright
(
C
)
2011
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
@@ -115,4 +115,4 @@ end
%
$
t
(
6
)
=
dyn_assert
(
e6
.
time
,[
1951
1
]);
%
$
t
(
7
)
=
dyn_assert
(
e7
.
time
,[
2001
1
]);
%
$
T
=
all
(
t
);
%
@eof
:
1
\ No newline at end of file
%
@eof
:
1
matlab/@dynDates/append.m
View file @
61485ab8
...
...
@@ -30,7 +30,7 @@ function dd = append(dd,a)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
Dynare
Team
%
Copyright
(
C
)
2012
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
Prev
1
2
3
4
5
…
10
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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