From df0136ce0b9fd1b0d0802342012951441fa84c9d Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 5 Sep 2025 18:19:25 +0300 Subject: [PATCH] docs: improve copyright & author statements --- docs/conf.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py.in b/docs/conf.py.in index d0ea6ab9..aba3c190 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -1,8 +1,8 @@ # -- Project information ----------------------------------------------------- project = 'WirePlumber' -copyright = '2021-2024, Collabora' -author = 'Collabora' +copyright = '2020-2025, Collabora & contributors' +author = 'The WirePlumber Developers' release = '@VERSION@' version = '@VERSION@'