aboutsummaryrefslogtreecommitdiff
path: root/_bin/go-mod-tip.sh
diff options
context:
space:
mode:
Diffstat (limited to '_bin/go-mod-tip.sh')
-rwxr-xr-x_bin/go-mod-tip.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/_bin/go-mod-tip.sh b/_bin/go-mod-tip.sh
index 606f319a..c0d9d9e7 100755
--- a/_bin/go-mod-tip.sh
+++ b/_bin/go-mod-tip.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
## Script to get and print the latest Go module version based on the last tag
## and the latest commit hash from current working git directory.