From c05a29e00b44b950ced6dae610f84579a5291dc3 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 3 Jan 2019 11:23:33 +0100
Subject: [PATCH] change dates

---
 src/gui_about.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui_about.m b/src/gui_about.m
index 3968567..22bb225 100644
--- a/src/gui_about.m
+++ b/src/gui_about.m
@@ -11,7 +11,7 @@ function gui_about(tabId)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2003-2018 Dynare Team
+% Copyright (C) 2003-2019 Dynare Team
 %
 % This file is part of Dynare.
 %
@@ -46,7 +46,7 @@ panel = uipanel( ...
     'BorderType', 'none');
 
 termOfUseStr = {'Dynare GUI, version 0.7'; ''; ''; ...
-    'Copyright � 1996-2018, Dynare Team'; ''; ...
+    'Copyright � 1996-2019, Dynare Team'; ''; ...
     ['The Dynare GUI 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 ' ...
-- 
GitLab