diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 17:01:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 17:07:50 +0700 |
| commit | 095114afa9563eca6ff6846bd26f21c049e29bf3 (patch) | |
| tree | c868952dc565bea5358585eb676061c6ac087eb4 /Makefile | |
| parent | 3c550af069f30bed846ac012457a88b65223306d (diff) | |
| download | kbbi-095114afa9563eca6ff6846bd26f21c049e29bf3.tar.xz | |
all: re-license the project under GPL-3.0 or later
The project now comply with version 3.0 or REUSE Specification.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,5 @@ -## Copyright 2020, 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: 2020 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: GPL-3.0-or-later .PHONY: all all: test lint install @@ -18,7 +17,8 @@ test: .PHONY: lint lint: - golangci-lint run ./... + -golangci-lint run ./... + -reuse lint --quiet .PHONY: install install: |
