diff --git a/src/build_report_summary.m b/src/build_report_summary.m
index 31a3d4e6f3e472f001570f89cd883a99219be4f2..bb48ee56cb1c7fb0503d89ad33253aab35f76a6c 100644
--- a/src/build_report_summary.m
+++ b/src/build_report_summary.m
@@ -10,7 +10,7 @@ function str = build_report_summary(reportfile, printonscreen, mailreport)
 % OUTPUTS
 % - str [string] Report summary.
 
-% Copyright (C) 2013-2014 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare (m-unit-tests module).
 %
diff --git a/src/dassert.m b/src/dassert.m
index 572123eb2d6a434648e733a2d0e3bf6fbb12d245..67658b5f3304fb393d1954a2a3b848a5adcadabe 100644
--- a/src/dassert.m
+++ b/src/dassert.m
@@ -2,7 +2,7 @@ function t = dassert(A,B,tol)
 
 % This function tests the equality of two objects.
 
-% Copyright (C) 2011-2014 Dynare Team
+% Copyright (C) 2011-2017 Dynare Team
 %
 % This file is part of Dynare (m-unit-tests module).
 %
diff --git a/src/dtest.m b/src/dtest.m
index 28624cbd39dac3fdd5c17af15d9675e995db41c9..4b7530c719368add459118db4fd22cff8670829e 100644
--- a/src/dtest.m
+++ b/src/dtest.m
@@ -18,7 +18,7 @@ function dtest(fun, tpath)
 %
 % See also mtest
 
-% Copyright (C) 2011-2014 Dynare Team
+% Copyright (C) 2011-2017 Dynare Team
 %
 % This file is part of Dynare (m-unit-tests module).
 %
diff --git a/src/get_directory_description.m b/src/get_directory_description.m
index c5c5328f8b78d532e795e66cf735c8a6e25e8e8e..4589a200369debc8d851f230c9742b7075b7d283 100644
--- a/src/get_directory_description.m
+++ b/src/get_directory_description.m
@@ -8,7 +8,7 @@ function flist = get_directory_description(basedir)
 % OUTPUTS
 %  - flist   [cell of strings], the files under basedir (and subfolders).
 
-% Copyright (C) 2013-2014 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare (m-unit-tests module).
 %
diff --git a/src/initialize_unit_tests_toolbox.m b/src/initialize_unit_tests_toolbox.m
index 2581d7e12e2b07c973c7db69e9df0cd74eac198c..59049d406e538d40622bfbc96e6b1684bed6b64f 100644
--- a/src/initialize_unit_tests_toolbox.m
+++ b/src/initialize_unit_tests_toolbox.m
@@ -1,3 +1,20 @@
+% Copyright (C) 2014-2017 Dynare Team
+%
+% This file is part of Dynare (m-unit-tests module).
+%
+% 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's m-unit-tests module 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/>.
+
 % Get the path to the m-unit-tests/src folder.
 unit_tests_src_root = strrep(which('initialize_unit_tests_toolbox'),'initialize_unit_tests_toolbox.m','');
 
diff --git a/src/is_unitary_test_available.m b/src/is_unitary_test_available.m
index f7a877298dde35a87fb708520c82beffd4d3e6e8..79a5737d9a4fa8978a903ccff312e52d38897905 100644
--- a/src/is_unitary_test_available.m
+++ b/src/is_unitary_test_available.m
@@ -9,7 +9,7 @@ function info = is_unitary_test_available(fun)
 % OUTPUTS
 %  - info [integer], scalar equal to 1 if unitary tests must be run, 0 otherwise.
 
-% Copyright (C) 2013-2014 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare (m-unit-tests module).
 %
diff --git a/src/missing/isoctave/isoctave.m b/src/missing/isoctave/isoctave.m
index 4ea6d3f3293bf1da2ead78f2ec06a4b3d04c2e6c..7f1b7db9226d6052812b49377fc353f08bf08b34 100644
--- a/src/missing/isoctave/isoctave.m
+++ b/src/missing/isoctave/isoctave.m
@@ -2,7 +2,7 @@ function l = isoctave()
 
 % Tests if Octave is used.
 
-% Copyright (C) 2013-2014 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/missing/skipline/skipline.m b/src/missing/skipline/skipline.m
index 53438aa11b7dd1485758d02cc3629c3b2673097d..f148997b8be74c08fbc8e1fb908ba68e356cd158 100644
--- a/src/missing/skipline/skipline.m
+++ b/src/missing/skipline/skipline.m
@@ -10,7 +10,7 @@ function skipline(n, fid)
 %   None
 %
 
-% Copyright (C) 2013-2014 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/run_unitary_tests.m b/src/run_unitary_tests.m
index c404e18ab44db2050a465e8c8326a241d60a41fb..63c2de826b7bca1f8b98662159c1d3447a7774e0 100644
--- a/src/run_unitary_tests.m
+++ b/src/run_unitary_tests.m
@@ -14,7 +14,7 @@ function [report, time] = run_unitary_tests(listoffiles)
 %
 % See also get_directory_description, mtest
 
-% Copyright (C) 2013-2014 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
diff --git a/src/run_unitary_tests_in_directory.m b/src/run_unitary_tests_in_directory.m
index 0d88f1ae4839308fb65bb696462854161e18c17b..a3df36e11944fdc3813704f5a173d113eef70a6c 100644
--- a/src/run_unitary_tests_in_directory.m
+++ b/src/run_unitary_tests_in_directory.m
@@ -16,7 +16,7 @@ function report = run_unitary_tests_in_directory(dirname, savereport, printrepor
 %
 % See also get_directory_description, run_unitary_tests, build_report_summary
 
-% Copyright (C) 2013-2014 Dynare Team
+% Copyright (C) 2013-2017 Dynare Team
 %
 % This file is part of Dynare (m-unit-tests module).
 %