diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 22:23:02 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 22:23:02 +0800 |
commit | fe0d331005587f28aea9299d131cbce875917d75 (patch) | |
tree | df35a2133dfaac09f7eb1d0fad73e9de6723a79b | |
parent | Use structured logging from log/slog (diff) | |
download | powxy-fe0d331005587f28aea9299d131cbce875917d75.tar.gz powxy-fe0d331005587f28aea9299d131cbce875917d75.tar.zst powxy-fe0d331005587f28aea9299d131cbce875917d75.zip |
Add website URLs in copyright text in wasm/solver.c
-rw-r--r-- | wasm/solver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm/solver.c b/wasm/solver.c index c0b81dc..eb8647b 100644 --- a/wasm/solver.c +++ b/wasm/solver.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-2-Clause -// SPDX-FileCopyrightText: Copyright (c) 2025 Vicky Williams -// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu +// SPDX-FileCopyrightText: Copyright (c) 2025 Vicky Williams <https://que.trolling.win> +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> #include "sha256.h" |