diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:11:34 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:11:34 +0800 |
commit | e41a6ce6a0506b7c0e9f6ff9dafa0cab30e62ca6 (patch) | |
tree | 9b973cab5091f2c61e6fe903d1434ada447ca6c9 /bitwise.go | |
parent | Fix digest size (diff) | |
download | powxy-e41a6ce6a0506b7c0e9f6ff9dafa0cab30e62ca6.tar.gz powxy-e41a6ce6a0506b7c0e9f6ff9dafa0cab30e62ca6.tar.zst powxy-e41a6ce6a0506b7c0e9f6ff9dafa0cab30e62ca6.zip |
BSD-2-Clause
Diffstat (limited to '')
-rw-r--r-- | bitwise.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: BSD-2-Clause // SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> package main |