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