Skip to content
Snippets Groups Projects
Commit fe65c772 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed copyrigth notices.

parent 85522bfa
No related branches found
No related tags found
No related merge requests found
......@@ -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).
%
......
......@@ -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).
%
......
......@@ -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).
%
......
......@@ -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).
%
......
% 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','');
......
......@@ -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).
%
......
......@@ -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
......
......@@ -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.
%
......
......@@ -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.
%
......
......@@ -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).
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment