summaryrefslogtreecommitdiff
path: root/bg1/install-5cd-minimal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bg1/install-5cd-minimal.sh')
-rwxr-xr-xbg1/install-5cd-minimal.sh19
1 files changed, 17 insertions, 2 deletions
diff --git a/bg1/install-5cd-minimal.sh b/bg1/install-5cd-minimal.sh
index 274bffa..2e6ff59 100755
--- a/bg1/install-5cd-minimal.sh
+++ b/bg1/install-5cd-minimal.sh
@@ -1,5 +1,20 @@
-#!/bin/sh
-# Baldur's Gate 5CD International version minimal
+#!/bin/bash
+# Copyright 2009 Nick White
+#
+# 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 2
+# 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.
+#
+# See <http://www.gnu.org/licenses/> for a copy of the GNU General
+# Public License.
+#
+# Baldur's Gate (5CD International version) minimal
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"