From 0dd9f4f1d51e815fcc0980041f325bbee1e81ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= <stepan@dynare.org> Date: Wed, 23 Jan 2019 17:12:32 +0100 Subject: [PATCH] Fixed copyright headers. --- src/@dates/private/comparison_arg_checks.m | 2 +- src/@dates/private/dates4display.m | 2 +- src/@dates/private/greaterorequal.m | 2 +- src/@dates/private/greaterthan.m | 2 +- src/@dates/private/lessorequal.m | 2 +- src/@dates/private/lessthan.m | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/@dates/private/comparison_arg_checks.m b/src/@dates/private/comparison_arg_checks.m index c57ea5d..0396a72 100644 --- a/src/@dates/private/comparison_arg_checks.m +++ b/src/@dates/private/comparison_arg_checks.m @@ -9,7 +9,7 @@ function [o, p] = comparison_arg_checks(varargin) % --*-- Unitary tests --*-- % - o [dates] dates object with n or 1 elements. % - p [dates] dates object with n or 1 elements. -% Copyright (C) 2014-2017 Dynare Team +% Copyright (C) 2014-2019 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/@dates/private/dates4display.m b/src/@dates/private/dates4display.m index 5816373..81f589b 100644 --- a/src/@dates/private/dates4display.m +++ b/src/@dates/private/dates4display.m @@ -10,7 +10,7 @@ function str = dates4display(o, name, max_number_of_elements) % --*-- Unitary te % OUTPUTS % - str [string] Representation of the dates object as a string. -% Copyright (C) 2014-2017 Dynare Team +% Copyright (C) 2014-2019 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/@dates/private/greaterorequal.m b/src/@dates/private/greaterorequal.m index 23775c8..06137c6 100644 --- a/src/@dates/private/greaterorequal.m +++ b/src/@dates/private/greaterorequal.m @@ -1,6 +1,6 @@ function c = greaterorequal(a,b) % --*-- Unitary tests --*-- -% Copyright (C) 2013-2017 Dynare Team +% Copyright (C) 2013-2019 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/@dates/private/greaterthan.m b/src/@dates/private/greaterthan.m index 80c7dbe..36e0e95 100644 --- a/src/@dates/private/greaterthan.m +++ b/src/@dates/private/greaterthan.m @@ -1,6 +1,6 @@ function c = greaterthan(a,b) % --*-- Unitary tests --*-- -% Copyright (C) 2013-2015 Dynare Team +% Copyright (C) 2013-2019 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/@dates/private/lessorequal.m b/src/@dates/private/lessorequal.m index 6c25668..8be9129 100644 --- a/src/@dates/private/lessorequal.m +++ b/src/@dates/private/lessorequal.m @@ -1,6 +1,6 @@ function c = lessorequal(a, b) % --*-- Unitary tests --*-- -% Copyright (C) 2013-2015 Dynare Team +% Copyright (C) 2013-2019 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/@dates/private/lessthan.m b/src/@dates/private/lessthan.m index 2fadb74..2e76ea6 100644 --- a/src/@dates/private/lessthan.m +++ b/src/@dates/private/lessthan.m @@ -1,6 +1,6 @@ function c = lessthan(a,b) % --*-- Unitary tests --*-- -% Copyright (C) 2013-2015 Dynare Team +% Copyright (C) 2013-2019 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 -- GitLab