aboutsummaryrefslogtreecommitdiff
path: root/_bin/go-test-lint.sh
diff options
context:
space:
mode:
Diffstat (limited to '_bin/go-test-lint.sh')
-rwxr-xr-x_bin/go-test-lint.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/_bin/go-test-lint.sh b/_bin/go-test-lint.sh
index e720486f..e56d8dd5 100755
--- a/_bin/go-test-lint.sh
+++ b/_bin/go-test-lint.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-FileCopyrightText: 2023 M. Shulhan <ms@kilabit.info>
## Script go-test-lint.sh run Go test and if its success it will run
## predefined linter, in the current directory.