From ffda440b4d90bfb6c0b78db9f9e4a0171b2e77bb Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Thu, 1 Jan 2026 09:57:52 +0300 Subject: [PATCH] Update copyright --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 6aa2fc91..98f8d7cb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2005-2025 Fredrik Johansson and mpmath contributors +Copyright (c) 2005-2026 Fredrik Johansson and mpmath contributors All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index 96b53473..3d613508 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ nitpicky = True # Project information. project = mpmath.__name__ -copyright = '2007-2025, Fredrik Johansson and mpmath developers' +copyright = '2007-2027, Fredrik Johansson and mpmath developers' release = version = mpmath.__version__ # Define how the current time is formatted using time.strftime().