X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/fe9969ffd7c155edc44c871c4abcf6f5ab208519..650bb9da7cf5b677960c03e0a6a5616d48340845:/mono.c diff --git a/mono.c b/mono.c index 535f729..2e5d8ea 100644 --- a/mono.c +++ b/mono.c @@ -1,13 +1,11 @@ /* -*-c-*- * - * $Id: mono.c,v 1.1 2003/09/15 02:48:54 mdw Exp $ - * * Monoalphabetic matcher * * (c) 2003 Mark Wooding */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Anag: a simple wordgame helper. * @@ -15,25 +13,17 @@ * 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: mono.c,v $ - * Revision 1.1 2003/09/15 02:48:54 mdw - * Monoalphabetic match filter. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "anag.h"