From fb1beeaa0e462b8d443af2f633daa85b66d69411 Mon Sep 17 00:00:00 2001 From: Runxi Yu <me@runxiyu.org> Date: Mon, 24 Mar 2025 20:48:23 +0800 Subject: Update license headers --- static/solver.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/solver.js') diff --git a/static/solver.js b/static/solver.js index a3f8366..b440a21 100644 --- a/static/solver.js +++ b/static/solver.js @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-2-Clause +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + let wasm_instance = null; let wasm_exports = null; -- cgit v1.2.3