From da73f61d58e528f505f1726cd3429e8ce93233d3 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Wed, 30 May 2001 18:35:08 +0000
Subject: [PATCH] Changed license to GPL.

---
 Rules.make | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/Rules.make b/Rules.make
index 07343bc88..bf8ea13eb 100644
--- a/Rules.make
+++ b/Rules.make
@@ -12,6 +12,16 @@
 ##
 ##	(c) Copyright 1998-2001 by Lutz Sammer
 ##
+##	FreeCraft 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.
+##
+##	FreeCraft 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.
+##
 ##	$Id$
 ##
 
@@ -141,7 +151,7 @@ XIFLAGS		= -I/usr/X11R6/include -I/usr/local/include \
 #PROFILE=	-pg
 
 # Compile Version
-VERSION=	'-DVERSION="1.17pre1-build13"'
+VERSION=	'-DVERSION="1.17pre1-build14"'
 
 ############################################################################
 # below this, nothing should be changed!