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
Sébastien Villemot
dseries
Commits
337a5920
Commit
337a5920
authored
May 18, 2017
by
Stéphane Adjemian
Browse files
Fixed copyright notices.
parent
0899a16d
Changes
29
Hide whitespace changes
Inline
Side-by-side
src/@dseries/align.m
View file @
337a5920
...
...
@@ -11,7 +11,7 @@ function [o, p] = align(o, p) % --*-- Unitary tests --*--
% - o [dseries]
% - p [dseries]
% Copyright (C) 2013-201
6
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/align_.m
View file @
337a5920
...
...
@@ -11,7 +11,7 @@ function [o, p] = align_(o, p) % --*-- Unitary tests --*--
% - o [dseries]
% - p [dseries]
% Copyright (C) 2013-201
6
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/copy.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function p = copy(o) % --*-- Unitary tests --*--
% OUTPUTS
% - p [dates]
% Copyright (C) 2015-201
6
Dynare Team
% Copyright (C) 2015-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/@dseries/exist.m
View file @
337a5920
...
...
@@ -9,7 +9,7 @@ function l = exist(o, varname) % --*-- Unitary tests --*--
% OUTPUTS
% - l [logical], equal to 1 (true) iff varname is a variable in dseries object o.
% Copyright (C) 2014 Dynare Team
% Copyright (C) 2014
-2017
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/exp.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function o = exp(o) % --*-- Unitary tests --*--
% OUTPUTS
% - o [dseries]
% Copyright (C) 2011-201
6
Dynare Team
% Copyright (C) 2011-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/exp_.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function o = exp_(o) % --*-- Unitary tests --*--
% OUTPUTS
% - o [dseries]
% Copyright (C) 2015-201
6
Dynare Team
% Copyright (C) 2015-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/isnan.m
View file @
337a5920
...
...
@@ -10,7 +10,7 @@ function b = isnan(o) % --*-- Unitary tests --*--
% - b [logical] T*N array of logicals.
% Copyright (C) 2016 Dynare Team
% Copyright (C) 2016
-2017
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/log.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function o = log(o) % --*-- Unitary tests --*--
% OUTPUTS
% - o [dseries]
% Copyright (C) 2011-201
6
Dynare Team
% Copyright (C) 2011-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/log_.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function o = log_(o) % --*-- Unitary tests --*--
% OUTPUTS
% - o [dseries]
% Copyright (C) 2011-201
6
Dynare Team
% Copyright (C) 2011-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/@dseries/plus.m
View file @
337a5920
...
...
@@ -9,7 +9,7 @@ function q = plus(o, p) % --*-- Unitary tests --*--
% OUTPUTS
% - q [dseries]
% Copyright (C) 2011-201
6
Dynare Team
% Copyright (C) 2011-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/read/load_m_file_data.m
View file @
337a5920
...
...
@@ -16,7 +16,7 @@ function [freq,init,data,varlist,tex] = load_m_file_data(file)
% be a scalar integer and INIT__ a string like '1938M11', '1945Q3', '1973W3' or '2009A'. If these variables are not specified
% default values for freq and init are 1 and dates(1,1).
% Copyright (C) 2012-201
5
Dynare Team
% Copyright (C) 2012-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/read/load_xls_file_data.m
View file @
337a5920
...
...
@@ -16,7 +16,7 @@ function [freq, init, data, varlist] = load_xls_file_data(file, sheet, range)
% REMARKS
% The range argument is only available on windows platform (with Excel installed).
% Copyright (C) 2013-201
6
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/utilities/file/check_file_extension.m
View file @
337a5920
...
...
@@ -11,7 +11,7 @@ function b = check_file_extension(file,type)
% - b [bool]
% Copyright (C) 2012-201
5
Dynare Team
% Copyright (C) 2012-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/utilities/from/from.m
View file @
337a5920
function
from
(
varargin
)
% --*-- Unitary tests --*--
% Copyright (C) 2014-201
5
Dynare Team
% Copyright (C) 2014-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/utilities/insert/insert_column_vector_in_a_matrix.m
View file @
337a5920
...
...
@@ -10,7 +10,7 @@ function matrix = insert_column_vector_in_a_matrix(matrix, vector, i) % --*-- U
% OUTPUTS
% - matrix [float] n*(m+1) matrix.
% Copyright (C) 2013-201
5
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/utilities/insert/insert_object_in_a_one_dimensional_cell_array.m
View file @
337a5920
...
...
@@ -10,7 +10,7 @@ function one_dimensional_cell_array = insert_object_in_a_one_dimensional_cell_ar
% OUTPUTS
% - one_dimensional_cell_array [any] cell array with n+1 elements.
% Copyright (C) 2013-201
5
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/utilities/insert/replace_object_in_a_one_dimensional_cell_array.m
View file @
337a5920
...
...
@@ -10,7 +10,7 @@ function one_dimensional_cell_array = replace_object_in_a_one_dimensional_cell_a
% OUTPUTS
% - one_dimensional_cell_array [any] cell array with n+1 elements.
% Copyright (C) 2013-201
5
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/utilities/is/iscellofchar.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function a = iscellofchar(b)
% OUTPUTS
% - a [bool]
% Copyright (C) 2012-201
5
Dynare Team
% Copyright (C) 2012-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/utilities/is/isglobalinbase.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function a = isglobalinbase(var)
% OUTPUTS
% - a [bool]
% Copyright (C) 2013-201
5
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
src/utilities/missing/demean/demean.m
View file @
337a5920
...
...
@@ -8,7 +8,7 @@ function c = demean(x)
% OUTPUTS
% - c [float] T*n matrix, the demeaned matrix x.
% Copyright (C) 2011-201
5
Dynare Team
% Copyright (C) 2011-201
7
Dynare Team
%
% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
Prev
1
2
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