summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2018-03-05 08:29:59 -0700
committerAaron Ball <nullspoon@oper.io>2018-03-05 08:29:59 -0700
commit3febc555621022e80d2cbb92d5804e4e52395de1 (patch)
tree2d1d11b12cdc0c319d68d7858cf73dd60b41ba44
parent2486eebf22552688d6eb796df73a69724f5c49f0 (diff)
downloadpkgself-3febc555621022e80d2cbb92d5804e4e52395de1.tar.gz
pkgself-3febc555621022e80d2cbb92d5804e4e52395de1.tar.xz
libensure:added license header
-rw-r--r--libinstall/ensure.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/libinstall/ensure.sh b/libinstall/ensure.sh
index f703087..bdfa664 100644
--- a/libinstall/ensure.sh
+++ b/libinstall/ensure.sh
@@ -1,4 +1,21 @@
#!/usr/bin/env bash
+# Pkgself builds self-extracting installers
+# Copyright (C) 2018 Aaron Ball <nullspoon@oper.io>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+set -e
export ERRNO_ENSURE=0
# ensures::set:

Generated by cgit