diff options
Diffstat (limited to 'lib/tabula/Makefile')
| -rw-r--r-- | lib/tabula/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/tabula/Makefile b/lib/tabula/Makefile index d77283bd..9f86a8ad 100644 --- a/lib/tabula/Makefile +++ b/lib/tabula/Makefile @@ -1,8 +1,6 @@ #!/bin/make - -## Copyright 2017, 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: 2017 Shulhan <ms@kilabit.info> SRC_FILES :=$(shell go list -f '{{ join .GoFiles " " }}') TEST_FILES :=$(shell go list -f '{{ join .TestGoFiles " " }}') |
