From 6b77c21cd8d57935ff5aea121e2e3818264ce43f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Thu, 18 May 2017 23:33:30 +0200
Subject: [PATCH] Fixed copyright notices.

---
 src/@dseries/align.m                                            | 2 +-
 src/@dseries/baxter_king_filter.m                               | 2 +-
 src/@dseries/center.m                                           | 2 +-
 src/@dseries/cumprod.m                                          | 2 +-
 src/@dseries/cumsum.m                                           | 2 +-
 src/@dseries/eq.m                                               | 2 +-
 src/@dseries/exist.m                                            | 2 +-
 src/@dseries/extract.m                                          | 2 +-
 src/@dseries/hpcycle.m                                          | 2 +-
 src/@dseries/hptrend.m                                          | 2 +-
 src/@dseries/insert.m                                           | 2 +-
 src/@dseries/isequal.m                                          | 2 +-
 src/@dseries/isnan.m                                            | 2 +-
 src/@dseries/mrdivide.m                                         | 2 +-
 src/@dseries/ne.m                                               | 2 +-
 src/@dseries/plot.m                                             | 2 +-
 src/@dseries/plus.m                                             | 2 +-
 src/@dseries/private/default_name.m                             | 2 +-
 src/@dseries/set_names.m                                        | 2 +-
 src/@dseries/std.m                                              | 2 +-
 src/@dseries/subsasgn.m                                         | 2 +-
 src/@dseries/tex_rename.m                                       | 2 +-
 src/@dseries/vertcat.m                                          | 2 +-
 src/read/load_m_file_data.m                                     | 2 +-
 src/read/load_xls_file_data.m                                   | 2 +-
 src/utilities/file/check_file_extension.m                       | 2 +-
 src/utilities/from/from.m                                       | 2 +-
 src/utilities/insert/insert_column_vector_in_a_matrix.m         | 2 +-
 .../insert/insert_object_in_a_one_dimensional_cell_array.m      | 2 +-
 .../insert/replace_object_in_a_one_dimensional_cell_array.m     | 2 +-
 src/utilities/is/iscellofchar.m                                 | 2 +-
 src/utilities/is/isglobalinbase.m                               | 2 +-
 src/utilities/missing/demean/demean.m                           | 2 +-
 src/utilities/missing/ndim/ndim.m                               | 2 +-
 src/utilities/missing/sample_hp_filter/sample_hp_filter.m       | 2 +-
 src/utilities/str/common_strings_in_cell_arrays.m               | 2 +-
 src/utilities/str/get_random_string.m                           | 2 +-
 src/utilities/str/name2tex.m                                    | 2 +-
 src/utilities/variables/build_list_of_variables_with_loops.m    | 2 +-
 src/utilities/variables/build_list_of_variables_with_regexp.m   | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/src/@dseries/align.m b/src/@dseries/align.m
index e6dd75c..1a6079c 100644
--- a/src/@dseries/align.m
+++ b/src/@dseries/align.m
@@ -27,7 +27,7 @@ function [a,b] = align(a, b) % --*-- Unitary tests --*--
 %! @end deftypefn
 %@eod:
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/baxter_king_filter.m b/src/@dseries/baxter_king_filter.m
index e36cf28..7b28688 100644
--- a/src/@dseries/baxter_king_filter.m
+++ b/src/@dseries/baxter_king_filter.m
@@ -19,7 +19,7 @@ function ts = baxter_king_filter(ts, high_frequency, low_frequency, K) % --*-- U
 % This filter use a (symmetric) moving average smoother, so that K observations at the beginning and at the end of the
 % sample are lost in the computation of the filter.
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/center.m b/src/@dseries/center.m
index bbb75a2..fbf78c3 100644
--- a/src/@dseries/center.m
+++ b/src/@dseries/center.m
@@ -9,7 +9,7 @@ function o = center(o, geometric) % --*-- Unitary tests --*--
 % OUTPUTS
 %  o o             o
 
-% Copyright (C) 2016 Dynare Team
+% Copyright (C) 2016-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/cumprod.m b/src/@dseries/cumprod.m
index 0b8a995..fd5ace4 100644
--- a/src/@dseries/cumprod.m
+++ b/src/@dseries/cumprod.m
@@ -10,7 +10,7 @@ function B = cumprod(varargin) % --*-- Unitary tests --*--
 % OUTPUTS
 %  o B     dseries object.
 
-% Copyright (C) 2014-2016 Dynare Team
+% Copyright (C) 2014-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/cumsum.m b/src/@dseries/cumsum.m
index ba01fab..8020edb 100644
--- a/src/@dseries/cumsum.m
+++ b/src/@dseries/cumsum.m
@@ -10,7 +10,7 @@ function B = cumsum(varargin) % --*-- Unitary tests --*--
 % OUTPUTS
 %  o B     dseries object.
 
-% Copyright (C) 2013-2016 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/eq.m b/src/@dseries/eq.m
index 83c8a0b..40b1b93 100644
--- a/src/@dseries/eq.m
+++ b/src/@dseries/eq.m
@@ -12,7 +12,7 @@ function C = eq(A,B) % --*-- Unitary tests --*--
 % REMARKS
 %  If the number of variables, the number of observations or the frequencies are different in A and B, the function returns a zero scalar.
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/exist.m b/src/@dseries/exist.m
index 3575af0..9ccc794 100644
--- a/src/@dseries/exist.m
+++ b/src/@dseries/exist.m
@@ -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.
 %
diff --git a/src/@dseries/extract.m b/src/@dseries/extract.m
index 0900ec6..ac4a352 100644
--- a/src/@dseries/extract.m
+++ b/src/@dseries/extract.m
@@ -2,7 +2,7 @@ function A = extract(B,varargin) % --*-- Unitary tests --*--
 
 % Extract some variables from a database.
 
-% Copyright (C) 2012-2016 Dynare Team
+% Copyright (C) 2012-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/hpcycle.m b/src/@dseries/hpcycle.m
index faf2e0f..1bb4d7a 100644
--- a/src/@dseries/hpcycle.m
+++ b/src/@dseries/hpcycle.m
@@ -11,7 +11,7 @@ function ts = hpcycle(ts, lambda) % --*-- Unitary tests --*--
 % OUTPUTS
 %  o ts         dseries object, with time series replaced by the cyclical component of the original time series.
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/hptrend.m b/src/@dseries/hptrend.m
index c88561e..7226d11 100644
--- a/src/@dseries/hptrend.m
+++ b/src/@dseries/hptrend.m
@@ -11,7 +11,7 @@ function ts = hptrend(ts, lambda) % --*-- Unitary tests --*--
 % OUTPUTS
 %  o ts         dseries object, with time series replaced by the trend component of the original time series.
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/insert.m b/src/@dseries/insert.m
index b27c3d9..85fbb73 100644
--- a/src/@dseries/insert.m
+++ b/src/@dseries/insert.m
@@ -29,7 +29,7 @@ function ts = insert(ts,us,id) % --*-- Unitary tests --*--
 %! @end deftypefn
 %@eod:
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/isequal.m b/src/@dseries/isequal.m
index 4d4afad..cc95aea 100644
--- a/src/@dseries/isequal.m
+++ b/src/@dseries/isequal.m
@@ -10,7 +10,7 @@ function C = isequal(A, B, tol)
 % OUTPUTS
 %  o C      Integer scalar equal to zero or one.
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/isnan.m b/src/@dseries/isnan.m
index fbf9fd7..b6fd5ad 100644
--- a/src/@dseries/isnan.m
+++ b/src/@dseries/isnan.m
@@ -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.
 %
diff --git a/src/@dseries/mrdivide.m b/src/@dseries/mrdivide.m
index 280734b..01499c9 100644
--- a/src/@dseries/mrdivide.m
+++ b/src/@dseries/mrdivide.m
@@ -23,7 +23,7 @@ function A = mrdivide(B,C) % --*-- Unitary tests --*--
 %! @end deftypefn
 %@eod:
 
-% Copyright (C) 2012-2014 Dynare Team
+% Copyright (C) 2012-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/ne.m b/src/@dseries/ne.m
index d9ed6e4..e5df148 100644
--- a/src/@dseries/ne.m
+++ b/src/@dseries/ne.m
@@ -12,7 +12,7 @@ function C = ne(A,B) % --*-- Unitary tests --*--
 % REMARKS
 %  If the number of variables, the number of observations or the frequencies are different in A and B, the function returns one.
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/plot.m b/src/@dseries/plot.m
index 975e009..23f8ac3 100644
--- a/src/@dseries/plot.m
+++ b/src/@dseries/plot.m
@@ -2,7 +2,7 @@ function h = plot(ts, varargin)
 
 % Overloads Matlab/Octave's plot function for dseries objects.
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/plus.m b/src/@dseries/plus.m
index 6aa6567..9c784dc 100644
--- a/src/@dseries/plus.m
+++ b/src/@dseries/plus.m
@@ -23,7 +23,7 @@ function A = plus(B,C) % --*-- Unitary tests --*--
 %! @end deftypefn
 %@eod:
 
-% Copyright (C) 2011-2014 Dynare Team
+% Copyright (C) 2011-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/private/default_name.m b/src/@dseries/private/default_name.m
index ea3f615..acb2851 100644
--- a/src/@dseries/private/default_name.m
+++ b/src/@dseries/private/default_name.m
@@ -1,6 +1,6 @@
 function names = default_name(dim)
 
-% Copyright (C) 2013 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/set_names.m b/src/@dseries/set_names.m
index f0afaf6..cce8524 100644
--- a/src/@dseries/set_names.m
+++ b/src/@dseries/set_names.m
@@ -23,7 +23,7 @@ function A = set_names(B,varargin) % --*-- Unitary tests --*--
 %! @end deftypefn
 %@eod:
 
-% Copyright (C) 2012 Dynare Team
+% Copyright (C) 2012-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/std.m b/src/@dseries/std.m
index 845e1dd..8ef201b 100644
--- a/src/@dseries/std.m
+++ b/src/@dseries/std.m
@@ -10,7 +10,7 @@ function s = std(o, geometric) % --*-- Unitary tests --*--
 % OUTPUTS
 %  o s             1*vobs(o) vector of doubles.
 
-% Copyright (C) 2016 Dynare Team
+% Copyright (C) 2016-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/subsasgn.m b/src/@dseries/subsasgn.m
index 2c3ca51..a2ad7a1 100644
--- a/src/@dseries/subsasgn.m
+++ b/src/@dseries/subsasgn.m
@@ -8,7 +8,7 @@ function A = subsasgn(A,S,B) % --*-- Unitary tests --*--
 %! @end deftypefn
 %@eod:
 
-% Copyright (C) 2012-2016 Dynare Team
+% Copyright (C) 2012-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/tex_rename.m b/src/@dseries/tex_rename.m
index 1414cd4..831b06c 100644
--- a/src/@dseries/tex_rename.m
+++ b/src/@dseries/tex_rename.m
@@ -1,6 +1,6 @@
 function ts = tex_rename(ts, varargin) % --*-- Unitary tests --*--
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/@dseries/vertcat.m b/src/@dseries/vertcat.m
index d77e89e..4533990 100644
--- a/src/@dseries/vertcat.m
+++ b/src/@dseries/vertcat.m
@@ -30,7 +30,7 @@ function a = vertcat(varargin) % --*-- Unitary tests --*--
 %! @end deftypefn
 %@eod:
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/read/load_m_file_data.m b/src/read/load_m_file_data.m
index 1be2c26..14e2220 100644
--- a/src/read/load_m_file_data.m
+++ b/src/read/load_m_file_data.m
@@ -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-2015 Dynare Team
+% Copyright (C) 2012-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/read/load_xls_file_data.m b/src/read/load_xls_file_data.m
index 439056d..637aadd 100644
--- a/src/read/load_xls_file_data.m
+++ b/src/read/load_xls_file_data.m
@@ -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-2015 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/utilities/file/check_file_extension.m b/src/utilities/file/check_file_extension.m
index 472b0ae..6afa14f 100644
--- a/src/utilities/file/check_file_extension.m
+++ b/src/utilities/file/check_file_extension.m
@@ -11,7 +11,7 @@ function b = check_file_extension(file,type)
 % - b [bool]
 
 
-% Copyright (C) 2012-2015 Dynare Team
+% Copyright (C) 2012-2017 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
diff --git a/src/utilities/from/from.m b/src/utilities/from/from.m
index 0b8a0c7..386cbba 100644
--- a/src/utilities/from/from.m
+++ b/src/utilities/from/from.m
@@ -1,6 +1,6 @@
 function from(varargin)   % --*-- Unitary tests --*--
 
-% Copyright (C) 2014-2015 Dynare Team
+% Copyright (C) 2014-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/utilities/insert/insert_column_vector_in_a_matrix.m b/src/utilities/insert/insert_column_vector_in_a_matrix.m
index c9736ce..b3d97c9 100644
--- a/src/utilities/insert/insert_column_vector_in_a_matrix.m
+++ b/src/utilities/insert/insert_column_vector_in_a_matrix.m
@@ -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-2015 Dynare Team
+% Copyright (C) 2013-2017 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
diff --git a/src/utilities/insert/insert_object_in_a_one_dimensional_cell_array.m b/src/utilities/insert/insert_object_in_a_one_dimensional_cell_array.m
index 43c466e..11c3eff 100644
--- a/src/utilities/insert/insert_object_in_a_one_dimensional_cell_array.m
+++ b/src/utilities/insert/insert_object_in_a_one_dimensional_cell_array.m
@@ -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-2015 Dynare Team
+% Copyright (C) 2013-2017 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
diff --git a/src/utilities/insert/replace_object_in_a_one_dimensional_cell_array.m b/src/utilities/insert/replace_object_in_a_one_dimensional_cell_array.m
index 5e545c2..05831b9 100644
--- a/src/utilities/insert/replace_object_in_a_one_dimensional_cell_array.m
+++ b/src/utilities/insert/replace_object_in_a_one_dimensional_cell_array.m
@@ -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-2015 Dynare Team
+% Copyright (C) 2013-2017 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
diff --git a/src/utilities/is/iscellofchar.m b/src/utilities/is/iscellofchar.m
index c6185af..0e8ff68 100644
--- a/src/utilities/is/iscellofchar.m
+++ b/src/utilities/is/iscellofchar.m
@@ -8,7 +8,7 @@ function a = iscellofchar(b)
 % OUTPUTS
 % - a [bool]
 
-% Copyright (C) 2012-2015 Dynare Team
+% Copyright (C) 2012-2017 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
diff --git a/src/utilities/is/isglobalinbase.m b/src/utilities/is/isglobalinbase.m
index 6466d86..e85b42a 100644
--- a/src/utilities/is/isglobalinbase.m
+++ b/src/utilities/is/isglobalinbase.m
@@ -8,7 +8,7 @@ function a = isglobalinbase(var)
 % OUTPUTS
 % - a   [bool]
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright (C) 2013-2017 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
diff --git a/src/utilities/missing/demean/demean.m b/src/utilities/missing/demean/demean.m
index 8e77f55..a92a15c 100644
--- a/src/utilities/missing/demean/demean.m
+++ b/src/utilities/missing/demean/demean.m
@@ -8,7 +8,7 @@ function c = demean(x)
 % OUTPUTS
 % - c  [float] T*n matrix, the demeaned matrix x.
 
-% Copyright (C) 2011-2015 Dynare Team
+% Copyright (C) 2011-2017 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
diff --git a/src/utilities/missing/ndim/ndim.m b/src/utilities/missing/ndim/ndim.m
index 601d66c..0e182ed 100644
--- a/src/utilities/missing/ndim/ndim.m
+++ b/src/utilities/missing/ndim/ndim.m
@@ -8,7 +8,7 @@ function n = ndim(x)
 % OUTPUTS
 % - n  [integer] number of non singleton dimensions.
 
-% Copyright (C) 2012-2015 Dynare Team
+% Copyright (C) 2012-2017 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
diff --git a/src/utilities/missing/sample_hp_filter/sample_hp_filter.m b/src/utilities/missing/sample_hp_filter/sample_hp_filter.m
index c08f5f9..1278156 100644
--- a/src/utilities/missing/sample_hp_filter/sample_hp_filter.m
+++ b/src/utilities/missing/sample_hp_filter/sample_hp_filter.m
@@ -10,7 +10,7 @@ function [hptrend,hpcycle] = sample_hp_filter(y,s)
 %   hptrend                  [double]   T*n matrix, trend component of y.
 %   hpcycle                  [double]   T*n matrix, cycle component of y.
 
-% Copyright (C) 2010-2015 Dynare Team
+% Copyright (C) 2010-2017 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
diff --git a/src/utilities/str/common_strings_in_cell_arrays.m b/src/utilities/str/common_strings_in_cell_arrays.m
index f182656..72baa92 100644
--- a/src/utilities/str/common_strings_in_cell_arrays.m
+++ b/src/utilities/str/common_strings_in_cell_arrays.m
@@ -10,7 +10,7 @@ function [n,message] = common_strings_in_cell_arrays(a,b)
 % - n         [integer] scalar, the number of common strings.
 % - message   [string]  formatted list of common strings.
 
-% Copyright (C) 2013-2015 Dynare Team
+% Copyright (C) 2013-2017 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
diff --git a/src/utilities/str/get_random_string.m b/src/utilities/str/get_random_string.m
index cac13f3..29b9a4c 100644
--- a/src/utilities/str/get_random_string.m
+++ b/src/utilities/str/get_random_string.m
@@ -8,7 +8,7 @@ function s = get_random_string(n);
 % OUTPUTS
 % - s [string] random string of length n.
 
-% Copyright (C) 2012-2015 Dynare Team
+% Copyright (C) 2012-2017 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
diff --git a/src/utilities/str/name2tex.m b/src/utilities/str/name2tex.m
index d9e7946..12dadc5 100644
--- a/src/utilities/str/name2tex.m
+++ b/src/utilities/str/name2tex.m
@@ -11,7 +11,7 @@ function tex = name2tex(name, info) % --*-- Unitary tests --*--
 % OUTPUTS
 % - tex  [string or cell of strings]
 
-% Copyright (C) 2012-2016 Dynare Team
+% Copyright (C) 2012-2017 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
diff --git a/src/utilities/variables/build_list_of_variables_with_loops.m b/src/utilities/variables/build_list_of_variables_with_loops.m
index 5439f27..a001c0b 100644
--- a/src/utilities/variables/build_list_of_variables_with_loops.m
+++ b/src/utilities/variables/build_list_of_variables_with_loops.m
@@ -1,6 +1,6 @@
 function list_of_variables = build_list_of_variables_with_loops(o_list_of_variables, idArobase, VariableName, list_of_variables)
 
-% Copyright (C) 2016 Dynare Team
+% Copyright (C) 2016-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/utilities/variables/build_list_of_variables_with_regexp.m b/src/utilities/variables/build_list_of_variables_with_regexp.m
index d1c184c..acf907b 100644
--- a/src/utilities/variables/build_list_of_variables_with_regexp.m
+++ b/src/utilities/variables/build_list_of_variables_with_regexp.m
@@ -1,6 +1,6 @@
 function list_of_variables = build_list_of_variables_with_regexp(o_list_of_variables, idBrackets, VariableName, list_of_variables)
 
-% Copyright (C) 2016 Dynare Team
+% Copyright (C) 2016-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
-- 
GitLab