diff --git a/src/@dseries/align.m b/src/@dseries/align.m
index e6dd75cd1a9fcc45014edee58d80dbae509b77a2..1a6079c0262326896079f0650a363634237d7ee5 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 e36cf28d3cf0554457e53dde239939af6e98bf04..7b286880b265ca7627bd3f09bdbe544a6194019f 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 bbb75a2132d37cf10ee6815646687acdcbc70fdd..fbf78c30052c79e82bf4a47fc14423ba58d2bfdb 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 0b8a995d69c4742ee23859db3222f564e7a03ffe..fd5ace44fe88d1a0bc05061a5b9876e8a910fba5 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 ba01fab790bb134b8a6e9c186d6c54117deea089..8020edb824807b668c183092c4c743e6dce17835 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 83c8a0bc6a0d6f266e65fe82226a224c828c5ab1..40b1b938e1b7b9386b394f12089249fb38c3b2d8 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 3575af03996edbfc07938997d073dd09e70e6d31..9ccc794024cb7e49fe20dc400d9a50a16eb73620 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 0900ec69bab2cce006bfccc7e2584f4e4e26be77..ac4a35285f673450e8ff90c31cfd2258d0bef79d 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 faf2e0f269c6d6437f6770baaee2d894d776676f..1bb4d7a32fa30543acafeecb2be50e52ad44a980 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 c88561ed9a0f0348a51213a9cca4d991a464a75a..7226d1110f4a67a868c1fb50a12bcf925e3fda2b 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 b27c3d9fac03b99f745e54cabd6e697582b797dc..85fbb7318d2f226e567225e14f221cc47d9c58ff 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 4d4afad0e3ba10d6bdaa244f28913a61b38fcf87..cc95aeaa9fc56ea1faff87f325bbcc30efaab6a0 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 fbf9fd7ebd31d7423e6ab153ae20dba2a4c14e79..b6fd5ada59f9a0154e30c7c0aaaf58fbde8533aa 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 280734b54c760243e2177b4b553539d6150e94bb..01499c97424df95d3de3b73fbe099f57b4c5db1e 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 d9ed6e4a05085c99af37dfe660cfeadf691d4836..e5df14832e8ced78a54ac5404c96052ec52c327b 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 975e0098bb0f20bc1fbcebbba37ec0d4baf59a9f..23f8ac398339c8b908713bc2ac4392ef21bcc115 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 6aa6567786d2698edf9808483192d71ccd6e8c36..9c784dc8e5e1fb50b275d9b2456e4e22bf64de9a 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 ea3f615b4f9770affd85b75e5190eaed3581fe9f..acb285195183bd366b3c93534a1fdb7af19813b3 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 f0afaf6f1dd60bed1b0d428fabf9ae1da06cff66..cce8524925169e0d330b756d28e013a860031e42 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 845e1dd126ece3752f42e3af40fe0646669a988f..8ef201b77a2e28a42dff2fedd3474173caf6778e 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 2c3ca51d96296f88e39a4407e6edc90b87d5896a..a2ad7a1b054680ba65b20356ee2e82861e42769e 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 1414cd41708d4cc40de94ab7464eb1bf54f7a67d..831b06c451e9e6bb7edbfbda3d3c759afe84668f 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 d77e89e7d75cb5e2d3e0231ea4a5abb983dbcaab..4533990733d0bda9af75059cb8a7f807fba7b76b 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 1be2c2622f3179c29c1baf1322a17549aa45fca3..14e2220ba1e87c3035700d48abc6e40cee9867af 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 439056de64d680a260cc82bbe38b546e0a4b9cbe..637aadde4fdfc62a888c2f4797008dc2e1ddee7f 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 472b0aed1bc7f8e6ccc6301897a7590a8d22e4d0..6afa14fc5fcb4a6806d670caa2b09c556e144847 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 0b8a0c7f3d0038418b7d8176c9872c917c2772c9..386cbba00f1e30c09723ae3fd696f58645979365 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 c9736ce0ece18f18f2030f05077936db9cb6b3b6..b3d97c9947e5a99a1ab773efc323ae9bbe41d24d 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 43c466ef00e92e179a547ce3f1f93decd2eb2b2f..11c3eff68c79a2d06e504085d497ba2b0c1d5a59 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 5e545c2d77ff550ed554bce7a58b990fefe0aec2..05831b973c0ff9cad706ea0550693a5db1a8ca2d 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 c6185af7d53dc17e693cf213053a55ed66f33116..0e8ff68e3e979534e3448008d49b0f6705051299 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 6466d8682d4469a24245ed8ca307643804b6b632..e85b42aa99d534472935a38686e016127269bbe4 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 8e77f55f438d298acc60f5792430b7760dd548c8..a92a15cb8e7201c809961d332d3a78a60459a77c 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 601d66c1d71d8d569b1dc1e46caa74afbcd7e343..0e182ed9d516ca1bb7e43f796938b2943b63183d 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 c08f5f9bbcf54573f3da14c08e634780400b5c1f..12781564357e31e8dc6c08cb339f3e2c63cf25f3 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 f182656ce95b9d423144fd5795b6fc4446ed0762..72baa92f6b9015f8aa991d3ba9b066ed334add8b 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 cac13f347b8666495b5ddc37c9e9972936217c5f..29b9a4c07609e6cdb1e29be15bb95f36c58b083d 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 d9e7946b20a432561947a62c230bb569c3da1f15..12dadc59be64000758740b8e3c8474255aa923d8 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 5439f276a83ed3f3a4bb2c938fe6ff2a70562832..a001c0beba71ce1eee2b722931e5377ab7cb2eff 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 d1c184cdc02671e01cf2884a522ff05c7da9fb29..acf907b693d5e9f3b586cb00400679f2815a3f02 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.
 %