From 7b2a392b916a44779aff5af61347e45c7a4446d2 Mon Sep 17 00:00:00 2001 From: gusthoff Date: Sun, 30 Mar 2025 20:58:38 +0200 Subject: [PATCH] Editorial change: updating copyright year --- frontend/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sphinx/conf.py b/frontend/sphinx/conf.py index f3dfffddc..f304d5150 100644 --- a/frontend/sphinx/conf.py +++ b/frontend/sphinx/conf.py @@ -56,7 +56,7 @@ def get_file_from_conf_ini(path_to_file): # -- Project information ----------------------------------------------------- project = u'learn.adacore.com' -copyright = u'2018 – 2024, AdaCore. All rights reserved' +copyright = u'2018 – 2025, AdaCore. All rights reserved' author = u'AdaCore' if not config.has_option('', 'author') else \ config['DEFAULT']['author'] title = u'Learn Ada (Complete)' if not config.has_option('', 'title') else \