From 8a7440c6acb3720843b4e7ed428a9444b86d3f00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 3 Jan 2024 10:02:21 +0100
Subject: [PATCH] Update copyright years

---
 doc/manual/source/conf.py   | 4 ++--
 doc/manual/source/index.rst | 2 +-
 license.txt                 | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py
index 861842041a..104620484b 100644
--- a/doc/manual/source/conf.py
+++ b/doc/manual/source/conf.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright © 2018-2023 Dynare Team
+# Copyright © 2018-2024 Dynare Team
 #
 # This file is part of Dynare.
 #
@@ -34,7 +34,7 @@ html_static_path = ['_static']
 master_doc = 'index'
 
 project = u'Dynare'
-copyright = u'1996–2023 Dynare Team'
+copyright = u'1996–2024 Dynare Team'
 author = u'Dynare Team'
 
 add_function_parentheses = False
diff --git a/doc/manual/source/index.rst b/doc/manual/source/index.rst
index ad2b9f47fc..b2b3189642 100644
--- a/doc/manual/source/index.rst
+++ b/doc/manual/source/index.rst
@@ -26,7 +26,7 @@ The following people used to be members of the team:
 * Ferhat Mihoubi
 * George Perendia
 
-Copyright © 1996-2023, Dynare Team.
+Copyright © 1996-2024, 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.
 
diff --git a/license.txt b/license.txt
index e57a516376..af4555e1b5 100644
--- a/license.txt
+++ b/license.txt
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Dynare
-Upstream-Contact: Dynare Team, whose members in 2023 are:
+Upstream-Contact: Dynare Team, whose members in 2024 are:
                   - Stéphane Adjemian <stephane.adjemian@univ-lemans.fr>
                   - Michel Juillard <michel.juillard@mjui.fr>
                   - Frédéric Karamé <frederic.karame@univ-lemans.fr>
@@ -23,7 +23,7 @@ Upstream-Contact: Dynare Team, whose members in 2023 are:
 Source: https://www.dynare.org
 
 Files: *
-Copyright: 1996-2023 Dynare Team
+Copyright: 1996-2024 Dynare Team
 License: GPL-3+
 
 Files: matlab/+occbin/IVF_core.m
-- 
GitLab