From 396b88e64bb8e98a3356439b82776a515fa013b4 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 14 Dec 2023 12:33:42 +0200 Subject: [PATCH] docs: update copyright years --- docs/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py.in b/docs/conf.py.in index 52f0e3e6..24be3a8d 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -1,7 +1,7 @@ # -- Project information ----------------------------------------------------- project = 'WirePlumber' -copyright = '2021, Collabora' +copyright = '2021-2024, Collabora' author = 'Collabora' release = '@VERSION@' version = '@VERSION@'