From 165d3fcc0afb9537fb9ec742676405d2026bee16 Mon Sep 17 00:00:00 2001
From: Runxi Yu <me@runxiyu.org>
Date: Sun, 23 Mar 2025 12:26:33 +0800
Subject: Add SPDX headers

---
 bitwise.go | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'bitwise.go')

diff --git a/bitwise.go b/bitwise.go
index b9b6f47..cde7bca 100644
--- a/bitwise.go
+++ b/bitwise.go
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: AGPL-3.0-only
+// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
+
 package main
 
 func validateBitZeros(bs []byte, n uint) bool {
-- 
cgit v1.2.3