From be2066c426699d84ce2b40749df6d218ee90f81f Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 15 Apr 2009 15:35:59 +0100 Subject: Added license notice to all files --- bg1/install-5cd-minimal.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bg1/install-5cd-minimal.sh') diff --git a/bg1/install-5cd-minimal.sh b/bg1/install-5cd-minimal.sh index 3db68d0..af5aa7f 100755 --- a/bg1/install-5cd-minimal.sh +++ b/bg1/install-5cd-minimal.sh @@ -1,4 +1,19 @@ #!/bin/sh +# 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 for a copy of the GNU General +# Public License. +# # Baldur's Gate 5CD International version minimal scriptdir="$(dirname $0)"/.. -- cgit v1.2.3 From f668f7acafd2c15fe915f753d7ca9fd5b5f53d43 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 15 Apr 2009 15:38:07 +0100 Subject: Ensure bash is always used to execute scripts --- bg1/install-5cd-minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bg1/install-5cd-minimal.sh') diff --git a/bg1/install-5cd-minimal.sh b/bg1/install-5cd-minimal.sh index af5aa7f..8625427 100755 --- a/bg1/install-5cd-minimal.sh +++ b/bg1/install-5cd-minimal.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2009 Nick White # # This program is free software; you can redistribute it and/or -- cgit v1.2.3 From b4287acf7cef82f0215de55fd937670761fdee41 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 15 Apr 2009 15:53:19 +0100 Subject: Normalised script descriptions --- bg1/install-5cd-minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bg1/install-5cd-minimal.sh') diff --git a/bg1/install-5cd-minimal.sh b/bg1/install-5cd-minimal.sh index 8625427..002c5a9 100755 --- a/bg1/install-5cd-minimal.sh +++ b/bg1/install-5cd-minimal.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Baldur's Gate 5CD International version minimal +# Baldur's Gate (5CD International version) minimal scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" -- cgit v1.2.3