aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--req.ha3
-rw-r--r--url.ha3
2 files changed, 6 insertions, 0 deletions
diff --git a/req.ha b/req.ha
index 53e9d6a..c307332 100644
--- a/req.ha
+++ b/req.ha
@@ -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;
diff --git a/url.ha b/url.ha
index 7162dd8..784f602 100644
--- a/url.ha
+++ b/url.ha
@@ -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;