diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-15 11:39:02 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-15 11:39:02 +0800 |
commit | 6fd726cd816e999d53d3d977cf20d6fa899a661f (patch) | |
tree | 4b9c818cf756c55bc75075c6ae4970e7372599d8 | |
parent | Split the request handler to req.ha (diff) | |
download | forge-6fd726cd816e999d53d3d977cf20d6fa899a661f.tar.gz forge-6fd726cd816e999d53d3d977cf20d6fa899a661f.tar.zst forge-6fd726cd816e999d53d3d977cf20d6fa899a661f.zip |
Add license headers
-rw-r--r-- | req.ha | 3 | ||||
-rw-r--r-- | url.ha | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + use htmpl; use io; use net::http; @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + use strings; use net::uri; |