pcre.c, etc.: Support the PCRE2 library.
[anag] / trackword.c
index 55e0710..b2e3074 100644 (file)
@@ -1,13 +1,11 @@
 /* -*-c-*-
  *
- * $Id: trackword.c,v 1.3 2001/02/07 09:08:44 mdw Exp $
- *
  * Matches trackwords
  *
  * (c) 2001 Mark Wooding
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of Anag: a simple wordgame helper.
  *
  * 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.
- * 
+ *
  * Anag 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 Anag; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: trackword.c,v $
- * Revision 1.3  2001/02/07 09:08:44  mdw
- * Optimize the graph by removing edges to non-matching cells.  Make all of
- * the graph links be contiguous so the main loop can give up earlier.
- *
- * Revision 1.2  2001/02/04 19:52:53  mdw
- * Remove debugging.
- *
- * Revision 1.1  2001/02/04 17:14:42  mdw
- * Initial checkin
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "anag.h"