From 2e9467e511b32529d9765eedd1247480001eb193 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Fri, 19 May 2017 16:16:45 +0200
Subject: [PATCH] Fixed copyright year in matlab/dynare_version.in.

---
 matlab/dynare_version.m.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/matlab/dynare_version.m.in b/matlab/dynare_version.m.in
index 6a1391613..f2c502ea0 100644
--- a/matlab/dynare_version.m.in
+++ b/matlab/dynare_version.m.in
@@ -1,6 +1,6 @@
-function v = dynare_version
-% function v = dynare_version
-%	This command returns Dynare version number
+function v = dynare_version()
+
+% This command returns Dynare version number.
 %
 % INPUTS
 %   none
@@ -11,7 +11,7 @@ function v = dynare_version
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2008-2009 Dynare Team
+% Copyright (C) 2008-2017 Dynare Team
 %
 % This file is part of Dynare.
 %
@@ -28,4 +28,4 @@ function v = dynare_version
 % You should have received a copy of the GNU General Public License
 % along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
 
-    v = '@PACKAGE_VERSION@';
+v = '@PACKAGE_VERSION@';
-- 
GitLab