diff options
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 COVER_OUT:=cover.out COVER_HTML:=cover.html @@ -38,7 +38,7 @@ test.prof: lint: -fieldalignment ./... -shadow ./... - -go vet ./... + go vet ./... $(CIIGO): go install git.sr.ht/~shulhan/ciigo/cmd/ciigo |
