From 171db444f10accbf23aaa26a59a0061a85fb7f81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= <stepan@dynare.org>
Date: Mon, 4 Feb 2019 17:58:52 +0100
Subject: [PATCH] Updated copyright.

---
 src/source/conf.py   | 4 ++--
 src/source/index.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/source/conf.py b/src/source/conf.py
index c00d265f0a..38c8d52cdb 100644
--- a/src/source/conf.py
+++ b/src/source/conf.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2018 Dynare Team
+# Copyright (C) 2018-2019 Dynare Team
 #
 # This file is part of Dynare.
 #
@@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 master_doc = 'index'
 
 project = u'Dynare'
-copyright = u'2018, Dynare Team'
+copyright = u'2019, Dynare Team'
 author = u'Dynare Team'
 
 add_function_parentheses = False
diff --git a/src/source/index.rst b/src/source/index.rst
index 1d26e2a69c..b80d4085a2 100644
--- a/src/source/index.rst
+++ b/src/source/index.rst
@@ -13,7 +13,7 @@ Currently the development team of Dynare is composed of:
 * Marco Ratto
 * Sébastien Villemot
 
-Copyright © 1996-2018, Dynare Team.
+Copyright © 1996-2019, Dynare Team.
 
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 
-- 
GitLab