aboutsummaryrefslogtreecommitdiff
path: root/cmd/gofmtcomment
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gofmtcomment')
-rw-r--r--cmd/gofmtcomment/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/gofmtcomment/main.go b/cmd/gofmtcomment/main.go
index 7f914ffc..430413e4 100644
--- a/cmd/gofmtcomment/main.go
+++ b/cmd/gofmtcomment/main.go
@@ -1,6 +1,6 @@
-// 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-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
// Command gofmtcomment is a program to convert "/**/" comment into "//".
package main