From b057c1774f66907789b60cc8fe387711021e8bd5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 22 Jan 2025 15:25:35 +0100
Subject: [PATCH] Update copyright years

[skip ci]
---
 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 eb9c74cca0..fe4a90122c 100644
--- a/doc/manual/source/conf.py
+++ b/doc/manual/source/conf.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright © 2018-2024 Dynare Team
+# Copyright © 2018-2025 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–2024 Dynare Team'
+copyright = u'1996–2025 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 478958f217..15edbd06b9 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-2024, Dynare Team.
+Copyright © 1996-2025, 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 120c04eff6..3535a33f0b 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 2024 are:
+Upstream-Contact: Dynare Team, whose members in 2025 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 2024 are:
 Source: https://www.dynare.org
 
 Files: *
-Copyright: 1996-2024 Dynare Team
+Copyright: 1996-2025 Dynare Team
 License: GPL-3+
 
 Files: matlab/+occbin/IVF_core.m
-- 
GitLab