diff --git a/src/gui_about.m b/src/gui_about.m index 39685678fcc52a4e1ce8be7fc0e26954e6ff4c99..22bb22582e757380bd49909a43d620277456036a 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 ' ...