From 8b6467bde7e603e60e128001c3b5e43b1034c561 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 14 Dec 2019 09:56:59 -0500 Subject: Add a license to the project and version information --- build.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) mode change 100644 => 100755 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index e8630f3..1320fdf --- a/build.sh +++ b/build.sh @@ -1,8 +1,13 @@ #!/bin/sh -set -x set -e -version="$(git log --format="%h %d" -1)" +LICENSE="$(cat LICENSE)" + +version="$(git log --format="%h %d" -1) +Source code can be found here: +https://git.riedstra.us/mitch/go-website.git + +$LICENSE" if ! git diff-index --quiet HEAD ; then version="dirty: $version" -- cgit v1.2.3