aboutsummaryrefslogtreecommitdiff
path: root/lib/debug/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug/debug.go')
-rw-r--r--lib/debug/debug.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/debug/debug.go b/lib/debug/debug.go
index 790db417..65e4d470 100644
--- a/lib/debug/debug.go
+++ b/lib/debug/debug.go
@@ -1,6 +1,5 @@
-// Copyright 2018, 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-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2018 Shulhan <ms@kilabit.info>
// Package debug provide library for profiling Go program.
// Its a wrapper for standard [runtime] and [runtime/pprof] packages.