diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-08-18 10:24:19 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-08-18 16:38:32 +0200 |
| commit | 34e993a85431c8a84c5ce7071281c7e198fceade (patch) | |
| tree | 238a302e490abb7d52a3d56cd01a538c1bb34d4c /client/simple/tools | |
| parent | 60bd8b90f04d5d825fc8ac279cb7fdfde9fe78ea (diff) | |
[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/
Diffstat (limited to 'client/simple/tools')
| -rw-r--r-- | client/simple/tools/img.ts | 2 | ||||
| -rw-r--r-- | client/simple/tools/jinja_svg_catalog.html.edge | 2 | ||||
| -rw-r--r-- | client/simple/tools/jinja_svg_catalog.ts | 2 | ||||
| -rw-r--r-- | client/simple/tools/plg.ts | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/client/simple/tools/img.ts b/client/simple/tools/img.ts index be27f03fa..03add435f 100644 --- a/client/simple/tools/img.ts +++ b/client/simple/tools/img.ts @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + import fs from "node:fs"; import path from "node:path"; import sharp from "sharp"; diff --git a/client/simple/tools/jinja_svg_catalog.html.edge b/client/simple/tools/jinja_svg_catalog.html.edge index 420f07624..307667403 100644 --- a/client/simple/tools/jinja_svg_catalog.html.edge +++ b/client/simple/tools/jinja_svg_catalog.html.edge @@ -1,4 +1,6 @@ {{-- +SPDX-License-Identifier: AGPL-3.0-or-later + This is a EDGE https://edgejs.dev/ template to generate a HTML Jinja template for the backend. Example output of this EDGE template: - https://github.com/searxng/searxng/blob/master/searx/templates/simple/icons.html diff --git a/client/simple/tools/jinja_svg_catalog.ts b/client/simple/tools/jinja_svg_catalog.ts index 68d9a695d..113804a5d 100644 --- a/client/simple/tools/jinja_svg_catalog.ts +++ b/client/simple/tools/jinja_svg_catalog.ts @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + import fs from "node:fs"; import { dirname, resolve } from "node:path"; import { Edge } from "edge.js"; diff --git a/client/simple/tools/plg.ts b/client/simple/tools/plg.ts index 20c2c4e64..dac1b3003 100644 --- a/client/simple/tools/plg.ts +++ b/client/simple/tools/plg.ts @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + /** * Custom vite plugins to build the web-client components of the simple theme. * |