diff options
author | Nick White <git@njw.me.uk> | 2009-04-15 15:35:59 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-04-15 15:35:59 +0100 |
commit | be2066c426699d84ce2b40749df6d218ee90f81f (patch) | |
tree | 0e26ae6839de99a7763d90b9bad9fbf0cba3e8ab /pst | |
parent | 2ad9080137306430df3ed33a8ebc3e26d902269e (diff) | |
download | gemrb-gameinstallers-be2066c426699d84ce2b40749df6d218ee90f81f.tar.bz2 gemrb-gameinstallers-be2066c426699d84ce2b40749df6d218ee90f81f.zip |
Added license notice to all files
Diffstat (limited to 'pst')
-rwxr-xr-x | pst/install-2cd-extra.sh | 15 | ||||
-rwxr-xr-x | pst/install-2cd-minimal.sh | 15 | ||||
-rwxr-xr-x | pst/install-4cd-extra.sh | 15 | ||||
-rwxr-xr-x | pst/install-4cd-minimal.sh | 15 | ||||
-rwxr-xr-x | pst/install-patch-fixpack.sh | 15 | ||||
-rwxr-xr-x | pst/install-patch-official.sh | 15 | ||||
-rwxr-xr-x | pst/install-patch-tweaks.sh | 15 | ||||
-rwxr-xr-x | pst/install-patch-ub.sh | 15 |
8 files changed, 120 insertions, 0 deletions
diff --git a/pst/install-2cd-extra.sh b/pst/install-2cd-extra.sh index 6901c10..47922a8 100755 --- a/pst/install-2cd-extra.sh +++ b/pst/install-2cd-extra.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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Installs Planescape Torment 2CD version extras scriptdir="$(dirname $0)"/.. diff --git a/pst/install-2cd-minimal.sh b/pst/install-2cd-minimal.sh index d868b90..0b90703 100755 --- a/pst/install-2cd-minimal.sh +++ b/pst/install-2cd-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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Installs Planescape Torment 2CD version minimal FULLGAMENAME="Planescape Torment: 2CD version" diff --git a/pst/install-4cd-extra.sh b/pst/install-4cd-extra.sh index 064edb4..64e1a66 100755 --- a/pst/install-4cd-extra.sh +++ b/pst/install-4cd-extra.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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Installs Planescape Torment 4CD version extras scriptdir="$(dirname $0)"/.. diff --git a/pst/install-4cd-minimal.sh b/pst/install-4cd-minimal.sh index 5ffb88b..4680949 100755 --- a/pst/install-4cd-minimal.sh +++ b/pst/install-4cd-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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Installs Planescape Torment 4CD version minimal FULLGAMENAME="Planescape Torment: 4CD version" diff --git a/pst/install-patch-fixpack.sh b/pst/install-patch-fixpack.sh index c65a7ca..acd5207 100755 --- a/pst/install-patch-fixpack.sh +++ b/pst/install-patch-fixpack.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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Planescape: Torment Ultimate Weidu Fixpack # Note: This requires the freeware version of unrar, available # from http://www.rarlab.com/rar_add.htm diff --git a/pst/install-patch-official.sh b/pst/install-patch-official.sh index 485fad1..4438bcd 100755 --- a/pst/install-patch-official.sh +++ b/pst/install-patch-official.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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Planescape: Torment official patch scriptdir="$(dirname $0)"/.. diff --git a/pst/install-patch-tweaks.sh b/pst/install-patch-tweaks.sh index be25e2d..74acede 100755 --- a/pst/install-patch-tweaks.sh +++ b/pst/install-patch-tweaks.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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Planescape: Torment Tweaks # Note: this only installs the Stackable Items and Save Nordom tweaks # Note: This requires the freeware version of unrar, available diff --git a/pst/install-patch-ub.sh b/pst/install-patch-ub.sh index af724ab..8f90f44 100755 --- a/pst/install-patch-ub.sh +++ b/pst/install-patch-ub.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 <http://www.gnu.org/licenses/> for a copy of the GNU General +# Public License. +# # Planescape: Torment Unfinished Business # Note: This requires the freeware version of unrar, available # from http://www.rarlab.com/rar_add.htm |