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-extra.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bg1/install-5cd-extra.sh') diff --git a/bg1/install-5cd-extra.sh b/bg1/install-5cd-extra.sh index 445b36c..b97f052 100755 --- a/bg1/install-5cd-extra.sh +++ b/bg1/install-5cd-extra.sh @@ -1,4 +1,19 @@ #!/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 for a copy of the GNU General +# Public License. +# # Installs all extra Baldur's Gate content (so CDs aren't needed) scriptdir="$(dirname $0)"/.. -- 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-extra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bg1/install-5cd-extra.sh') diff --git a/bg1/install-5cd-extra.sh b/bg1/install-5cd-extra.sh index b97f052..9e6847d 100755 --- a/bg1/install-5cd-extra.sh +++ b/bg1/install-5cd-extra.sh @@ -14,7 +14,7 @@ # See for a copy of the GNU General # Public License. # -# Installs all extra Baldur's Gate content (so CDs aren't needed) +# Extra Baldur's Gate (5CD International version) content (so CDs aren't needed) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" -- cgit v1.2.3