The FSF is no longer at 675 Mass Ave
[spiritwrak.git] / src / spirit.inf
index a458e6de4f342e42f41776cf81b2a86547d72b06..a6aaa4727e09dffe584683e4f579423fd4967449 100644 (file)
@@ -17,8 +17,7 @@
 !    GNU General Public License for more details.
 !
 !    You should have received a copy of the GNU General Public License
-!    along with this program; if not, write to the Free Software
-!    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+!    along with this program. If not, see <https://www.gnu.org/licenses/>.
 !
 !    To contact the author (Dan Yu), send email to dsyu@holonet.net.
 !
@@ -49,6 +48,7 @@ the Free Software Foundation; either version 3 of the License, or \
 (at your option) any later version.^^";
 
 Release 3;
+Serial "190819";
 
 ! ** Scoring System
 Constant MAX_SCORE 250;
@@ -83,8 +83,8 @@ Replace StrongSub;
 Replace InsertSub;  ! for relative sizes
 
 ! *** Include Parser and VerbLib
-Include "Parser";
-Include "VerbLib";
+Include "parser";
+Include "verblib";
 
 ! -- two global location ptrs for Barsap's Gambit
 global WN_TO;
@@ -3010,7 +3010,7 @@ Thanks for playing! ^^\
 -- D. S. Yu [dsyu@@64holonet.net]";
 ];
 
-Include "Grammar"; ! (Include grammar _after_ action defs, if we replace any)
+Include "grammar"; ! (Include grammar _after_ action defs, if we replace any)
 
 ! **** Extensions
 !Extend "turn" first