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 /totsc | |
parent | 2ad9080137306430df3ed33a8ebc3e26d902269e (diff) | |
download | gemrb-gameinstallers-be2066c426699d84ce2b40749df6d218ee90f81f.tar.bz2 gemrb-gameinstallers-be2066c426699d84ce2b40749df6d218ee90f81f.zip |
Added license notice to all files
Diffstat (limited to 'totsc')
-rwxr-xr-x | totsc/install-1cd-uk.sh | 15 | ||||
-rwxr-xr-x | totsc/install-patch-baldurdash-fix.sh | 15 | ||||
-rwxr-xr-x | totsc/install-patch-baldurdash-text.sh | 15 | ||||
-rwxr-xr-x | totsc/install-patch-intl.sh | 15 | ||||
-rwxr-xr-x | totsc/install-patch-uk.sh | 15 | ||||
-rwxr-xr-x | totsc/install-patch-us.sh | 15 |
6 files changed, 90 insertions, 0 deletions
diff --git a/totsc/install-1cd-uk.sh b/totsc/install-1cd-uk.sh index d1d2ccb..8051557 100755 --- a/totsc/install-1cd-uk.sh +++ b/totsc/install-1cd-uk.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. +# # Tales of the Sword Coast 1CD version scriptdir="$(dirname $0)"/.. diff --git a/totsc/install-patch-baldurdash-fix.sh b/totsc/install-patch-baldurdash-fix.sh index 939d4f6..ef00260 100755 --- a/totsc/install-patch-baldurdash-fix.sh +++ b/totsc/install-patch-baldurdash-fix.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. +# # BG1/TOTSC Baldurdash fix pack scriptdir="$(dirname $0)"/.. diff --git a/totsc/install-patch-baldurdash-text.sh b/totsc/install-patch-baldurdash-text.sh index 35fba39..af7a861 100755 --- a/totsc/install-patch-baldurdash-text.sh +++ b/totsc/install-patch-baldurdash-text.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. +# # BG1 TOTSC Baldurdash text pack scriptdir="$(dirname $0)"/.. diff --git a/totsc/install-patch-intl.sh b/totsc/install-patch-intl.sh index 4581c9d..1f25619 100755 --- a/totsc/install-patch-intl.sh +++ b/totsc/install-patch-intl.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. +# # BG1 TOTSC official International patch scriptdir="$(dirname $0)"/.. diff --git a/totsc/install-patch-uk.sh b/totsc/install-patch-uk.sh index b7cc2f2..144ac66 100755 --- a/totsc/install-patch-uk.sh +++ b/totsc/install-patch-uk.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. +# # BG1 TOTSC official UK patch scriptdir="$(dirname $0)"/.. diff --git a/totsc/install-patch-us.sh b/totsc/install-patch-us.sh index 1c400d6..ac17078 100755 --- a/totsc/install-patch-us.sh +++ b/totsc/install-patch-us.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. +# # BG1 TOTSC official US/Canada patch scriptdir="$(dirname $0)"/.. |