From 7c4952fde1acf53b6808f4b87fa3da77ad09f7ce Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 30 May 2026 14:58:40 +0200 Subject: [PATCH] update year in LICENSE and docs/conf.py (1.4-maint) backport of #9681 Co-authored-by: Junie --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 96d1c0e0cb..5a7bd76b98 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2015-2025 The Borg Collective (see AUTHORS file) +Copyright (C) 2015-2026 The Borg Collective (see AUTHORS file) Copyright (C) 2010-2014 Jonas Borgström All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index 7c08492317..fda14f2ede 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ # General information about the project. project = 'Borg - Deduplicating Archiver' -copyright = '2010-2014 Jonas Borgström, 2015-2025 The Borg Collective (see AUTHORS file)' +copyright = '2010-2014 Jonas Borgström, 2015-2026 The Borg Collective (see AUTHORS file)' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the