From bbe3e2d022e9a5e749edbd75ba98bf7628f64076 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 1 Jun 2019 15:27:21 -0600 Subject: [PATCH] Add "license" header to script --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fcc5f87..78f095b 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/bin/bash -# $1 is the arch, $2 is the version, $3 is the binary tarball URL +# This script is licensed under your favorite open source license. +# I really don't care what you do with it. if [ $# -ne 3 ]; then echo "Usage: build.sh [architecture] [package version] [binary tar.gz url]"