aboutsummaryrefslogtreecommitdiff
path: root/internal/bytes/bytes.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/bytes/bytes.go')
-rw-r--r--internal/bytes/bytes.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/bytes/bytes.go b/internal/bytes/bytes.go
index cdd64532..b780be5c 100644
--- a/internal/bytes/bytes.go
+++ b/internal/bytes/bytes.go
@@ -1,6 +1,6 @@
-// Copyright 2023, Shulhan <ms@kilabit.info>. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: 2023 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
// Package bytes is the internal, shared functions for manipulating bytes,
// created to prevent import cycle.