mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later
SPDX short-form identifiers to communicate license information in a simple, efficient, portable and machine-readable manner [1] [1] https://spdx.dev/learn/handling-license-info/
This commit is contained in:
committed by
Markus Heiser
parent
60bd8b90f0
commit
34e993a854
@@ -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
|
||||
*/
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user