From 34e993a85431c8a84c5ce7071281c7e198fceade Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 18 Aug 2025 10:24:19 +0200 Subject: [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/ --- client/simple/src/js/main/mapresult.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/simple/src/js/main/mapresult.ts') diff --git a/client/simple/src/js/main/mapresult.ts b/client/simple/src/js/main/mapresult.ts index 378e1e54f..88373186b 100644 --- a/client/simple/src/js/main/mapresult.ts +++ b/client/simple/src/js/main/mapresult.ts @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + import { listen } from "../core/toolkit.ts"; listen("click", ".searxng_init_map", async function (this: HTMLElement, event: Event) { -- cgit v1.2.3