diff options
Diffstat (limited to 'pst/install-2cd-minimal.sh')
-rwxr-xr-x | pst/install-2cd-minimal.sh | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/pst/install-2cd-minimal.sh b/pst/install-2cd-minimal.sh index fc5dc4a..61ff812 100755 --- a/pst/install-2cd-minimal.sh +++ b/pst/install-2cd-minimal.sh @@ -1,7 +1,20 @@ #!/bin/sh -# Installs Planescape Torment 2CD version minimal - -FULLGAMENAME="Planescape Torment: 2CD version" +# 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. +# +# Planescape: Torment (2CD version) minimal scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" |