aboutsummaryrefslogtreecommitdiff
path: root/make_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_install.sh')
-rwxr-xr-xmake_install.sh19
1 files changed, 18 insertions, 1 deletions
diff --git a/make_install.sh b/make_install.sh
index 094fe25..0a3098c 100755
--- a/make_install.sh
+++ b/make_install.sh
@@ -1,7 +1,24 @@
-#!/bin/bash
+#!/usr/bin/env bash
+#
+# make_install.sh - script to create the .install files
#
# Copyright 2018 Einhard Leichtfuß
#
+# This file is part of aur-fd-scripts
+#
+# aur-fd-scripts is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# aur-fd-scripts 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with aur-fd-scripts. If not, see <https://www.gnu.org/licenses/>.
+#
. basic.sh