From b7692faa418b5de444412fc5e74b1ca7b65de233 Mon Sep 17 00:00:00 2001 From: galex505 <173912747+galex505@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:38:13 +0200 Subject: [PATCH] chore: Update Copyright Line to 2025 --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 90d4780..fddbd93 100644 --- a/conf.py +++ b/conf.py @@ -2,7 +2,7 @@ project = 'ASGARD Security Center v2 Manual' version="2.0" -copyright = '2023, Nextron Systems GmbH' +copyright = '2025, Nextron Systems GmbH' author = 'Nextron Systems' extensions = [ 'sphinx.ext.autosectionlabel',