diff options
Diffstat (limited to 'pst/install-2cd-extra.sh')
-rwxr-xr-x | pst/install-2cd-extra.sh | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/pst/install-2cd-extra.sh b/pst/install-2cd-extra.sh index c8f3d36..f37e173 100755 --- a/pst/install-2cd-extra.sh +++ b/pst/install-2cd-extra.sh @@ -1,5 +1,20 @@ #!/bin/sh -# Installs Planescape Torment 2CD version extras +# 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. +# +# Extra Planescape: Torment (2CD version) content (so CDs aren't needed) scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" |