summaryrefslogtreecommitdiff
path: root/searxng_extra
diff options
context:
space:
mode:
Diffstat (limited to 'searxng_extra')
-rwxr-xr-xsearxng_extra/update/update_pygments.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/searxng_extra/update/update_pygments.py b/searxng_extra/update/update_pygments.py
index 1b10246b4..3c01bd6da 100755
--- a/searxng_extra/update/update_pygments.py
+++ b/searxng_extra/update/update_pygments.py
@@ -16,9 +16,13 @@ from searx import searx_dir
LESS_FILE = Path(searx_dir).parent / 'client/simple/generated/pygments.less'
HEADER = f"""\
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
/*
this file is generated automatically by searxng_extra/update/update_pygments.py
- using pygments version {pygments.__version__}
+ using pygments version {pygments.__version__}:
+
+ ./manage templates.simple.pygments
*/
"""