X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fpattern.c;h=05d15ca190ef2d03d2adfef1ed844ee137f1e48f;hb=3abc03f7170b55bfcf97c4009abb570f62e48a24;hp=3891b2e6f9e645e61db74853957d98c7b10da263;hpb=83df80656b43f988f8eb6c488beea936c39b19e0;p=gnushogi.git diff --git a/gnushogi/pattern.c b/gnushogi/pattern.c index 3891b2e..05d15ca 100644 --- a/gnushogi/pattern.c +++ b/gnushogi/pattern.c @@ -4,6 +4,7 @@ * ---------------------------------------------------------------------- * Copyright (c) 1993, 1994, 1995 Matthias Mutz * Copyright (c) 1999 Michael Vanier and the Free Software Foundation + * Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * @@ -32,7 +33,7 @@ #include "gnushogi.h" #include "pattern.h" -/* constants and pattern_data are generated by "pat2inc" */ +/* "pat2inc" generates constants and pattern_data */ #include "pattern.inc" struct Pattern_rec Pattern[MAX_PATTERN];