From c991a0ed1c60aebf58ad7dee56c0b5bc590fbdf3 Mon Sep 17 00:00:00 2001 From: redteampanda-ng <31235211+redteampanda-ng@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:02:14 +0100 Subject: [PATCH] chore: copyright year --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index fddbd93..3bc0dce 100644 --- a/conf.py +++ b/conf.py @@ -2,7 +2,7 @@ project = 'ASGARD Security Center v2 Manual' version="2.0" -copyright = '2025, Nextron Systems GmbH' +copyright = '2026, Nextron Systems GmbH' author = 'Nextron Systems' extensions = [ 'sphinx.ext.autosectionlabel',