aboutsummaryrefslogtreecommitdiff
path: root/unsafe.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-31 14:39:17 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-31 14:39:17 +0800
commit89586727114027adc750c873f63474f0b22aa2cd (patch)
tree5f9c1bdaa310df9fd5ea5d8404bbcf5145705cde /unsafe.go
parentAdd missing license header to irc.go (diff)
downloadforge-89586727114027adc750c873f63474f0b22aa2cd.tar.gz
forge-89586727114027adc750c873f63474f0b22aa2cd.tar.zst
forge-89586727114027adc750c873f63474f0b22aa2cd.zip
Unify license in unsafe.go
Diffstat (limited to 'unsafe.go')
-rw-r--r--unsafe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsafe.go b/unsafe.go
index 81c1808..a4e9ac8 100644
--- a/unsafe.go
+++ b/unsafe.go
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: BSD-2-Clause
+// SPDX-License-Identifier: AGPL-3.0-only
// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
package main