From a2bb55d8b743306c3e15385377b6c1a3d5e4f0fb Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Fri, 27 Oct 2023 10:23:43 +0200 Subject: [PATCH] Documentation: update copyright year --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index e05cdc5f34..8702f17598 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -38,7 +38,7 @@ # -- Project information ----------------------------------------------------- project = "NuttX" -copyright = "2020, The Apache Software Foundation" +copyright = "2023, The Apache Software Foundation" author = "NuttX community" version = release = "latest"