From d94d8732c07b4fc05a934a171e135aefb3431ad7 Mon Sep 17 00:00:00 2001 From: Vishnu Satheesh Date: Tue, 4 Feb 2025 15:07:51 +0000 Subject: [PATCH] lsc23: Update copyright in conf.py file Update 2025 year in conf.py. Signed-off-by: Vishnu Satheesh --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 48caf29..e380233 100644 --- a/conf.py +++ b/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'Total Compute' -copyright = '2020-2024, Arm' +copyright = '2020-2025, Arm' author = 'Arm Limited' -- GitLab