From: Jason Self Date: Mon, 19 Aug 2019 14:11:29 +0000 (-0700) Subject: Implement per-file license notices X-Git-Url: https://jxself.org/git/?p=spiritwrak.git;a=commitdiff_plain;h=2262a07aa6e15da9fd170b0a2b568e583fa2b0e9 Implement per-file license notices --- diff --git a/src/anthar.inf b/src/anthar.inf index 564deca..37363dd 100644 --- a/src/anthar.inf +++ b/src/anthar.inf @@ -3,6 +3,19 @@ ! ANTHAR.INF ! -- Add-on for SPIRITWRAK ! (Do not use alone!) +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! **************************************************************** Object ANTHAR_GUSStop "Entrance to Greater Anthar" diff --git a/src/aragain.inf b/src/aragain.inf index 9c80e1a..ac9315f 100644 --- a/src/aragain.inf +++ b/src/aragain.inf @@ -3,6 +3,19 @@ ! ARAGIN.INF ! -- Add-on for SPIRITWRAK (don't use alone!) ! for Aragain city, royal grounds, possibly Barsap's Gambit +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! ******************************************************************* diff --git a/src/borphee.inf b/src/borphee.inf index dd0b71a..ca99c44 100644 --- a/src/borphee.inf +++ b/src/borphee.inf @@ -1,6 +1,19 @@ ! ************************************************************* ! BORPHEE.INF -- add-on for SPIRITWRAK +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! ************************************************************* ! (Single global variable to store progress of 'Trophy room puzzle' diff --git a/src/frostham.inf b/src/frostham.inf index 691db7e..2708634 100644 --- a/src/frostham.inf +++ b/src/frostham.inf @@ -4,6 +4,19 @@ ! ------------ ! Frostham locations in SPIRITWRAK, included in spirit.inf ! (Do not compile and/or use separately!) +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see ./> ! ************************************************************** Object FROSTHAM_Outskirts "Frostham Outskirts" diff --git a/src/fublio.inf b/src/fublio.inf index f121240..e9cd356 100644 --- a/src/fublio.inf +++ b/src/fublio.inf @@ -4,6 +4,19 @@ ! ---------- ! Add-on file for SPIRITWRAK ! -- Contains South Fublio Valley locations, items and creatures +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! ****************************************************************** Object FUBLIO_GUSStop "Southern Fublio Valley" diff --git a/src/gambit2.inf b/src/gambit2.inf index 05f4037..8b315c9 100644 --- a/src/gambit2.inf +++ b/src/gambit2.inf @@ -1,5 +1,19 @@ - ! (level 2) +! +! This file is part of SPIRITWRAK. +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . Class Gambit_Room_Lev2_Class with description "You are on the surface of a floating stone \ diff --git a/src/gambit3.inf b/src/gambit3.inf index a8a534b..e2188ff 100644 --- a/src/gambit3.inf +++ b/src/gambit3.inf @@ -1,5 +1,19 @@ - ! (level 3) +! +! This file is part of SPIRITWRAK. +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . Class Gambit_Room_Lev3_Class with description "You are on the surface of a floating stone \ diff --git a/src/gurth.inf b/src/gurth.inf index 8d420a0..028b582 100644 --- a/src/gurth.inf +++ b/src/gurth.inf @@ -2,6 +2,19 @@ ! ************************************************************** ! GURTH.INF -- Add-on for SPIRITWRAK ! (all rights reserved, copyright 1996, D. Yu +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! ************************************************************** ! (author note to self -- Gurth currently isn't going to be too diff --git a/src/makespir b/src/makespir index ff19015..23b77ce 100644 --- a/src/makespir +++ b/src/makespir @@ -1,3 +1,18 @@ +# This file is part of SPIRITWRAK. +# +# SPIRITWRAK 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 3 of the License, or +# (at your option) any later version. +# +# SPIRITWRAK 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. +# +# You should have received a copy of the GNU General Public License +# along with SPIRITWRAK. If not, see . + ./inform '$huge' '$MAX_OBJECTS=850' '$MAX_SYMBOLS=8150' '$MAX_CLASSES=25' '$MAX_DICT_ENTRIES=1500' '$MAX_ZCODE_SIZE=200000' '$MAX_BANK_SIZE=5000' spirit #./inform '$huge' '$MAX_OBJECTS=800' spirit diff --git a/src/miznia.inf b/src/miznia.inf index 6a18b50..8c249cf 100644 --- a/src/miznia.inf +++ b/src/miznia.inf @@ -1,5 +1,18 @@ ! ******************************************************************* ! MIZNIA -- add-on for SPIRITWRAK +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! ******************************************************************* diff --git a/src/special.inf b/src/special.inf index 1d22b5c..7ecf5ca 100644 --- a/src/special.inf +++ b/src/special.inf @@ -2,6 +2,19 @@ ! SPECIAL.INF -- Add-on for SPIRITWRAK ! Contains: 'specials' that I wanted to keep separate from ! the other 'city-based' .INF files (Atrii, NPC homes) +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! ********************************************************************* ! ----------------- (Frobar's home) ------------------------- diff --git a/src/spirita.inf b/src/spirita.inf index 5a93ebc..5b6eb7f 100644 --- a/src/spirita.inf +++ b/src/spirita.inf @@ -5,6 +5,19 @@ ! LOG ! -- 2/11/96 -- first created ! -- 3/16/96 -- hacked by hand +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . !Abbreviate ". "; Abbreviate ". "; diff --git a/src/subway.inf b/src/subway.inf index 4994d04..2e7b9e5 100644 --- a/src/subway.inf +++ b/src/subway.inf @@ -5,6 +5,19 @@ ! Add-on file for SPIRITWRAK ! -- Contains Great Underground Subway system (trains and tunnels ! and various denizens) +! +! SPIRITWRAK 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 3 of the License, or +! (at your option) any later version. +! +! SPIRITWRAK 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. +! +! You should have received a copy of the GNU General Public License +! along with SPIRITWRAK. If not, see . ! ****************************************************************** ! First, some globals (sigh)