diff options
Diffstat (limited to 'client/simple/src/js/core/index.ts')
| -rw-r--r-- | client/simple/src/js/core/index.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/client/simple/src/js/core/index.ts b/client/simple/src/js/core/index.ts index a4021beb9..48d166f7d 100644 --- a/client/simple/src/js/core/index.ts +++ b/client/simple/src/js/core/index.ts @@ -1,8 +1,4 @@ -/** - * @preserve (C) Copyright Contributors to the SearXNG project. - * @preserve (C) Copyright Contributors to the searx project (2014 - 2021). - * @license AGPL-3.0-or-later - */ +// SPDX-License-Identifier: AGPL-3.0-or-later import "./router.ts"; import "./toolkit.ts"; |