From a13dde822e45ae7138ac5b3c71a35de0f29df031 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Fri, 10 Jan 2025 10:49:22 +0100 Subject: [PATCH] doc: update copyright notice in the documentation Update copyright notice to reflect current year. Signed-off-by: Henrik Brix Andersen --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c8f43e7d7034..a85028725629 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -35,7 +35,7 @@ # -- Project -------------------------------------------------------------- project = "Zephyr Project" -copyright = "2015-2024 Zephyr Project members and individual contributors" +copyright = "2015-2025 Zephyr Project members and individual contributors" author = "The Zephyr Project Contributors" # parse version from 'VERSION' file