List savannah news in announcements to be made on release.
[gnushogi.git] / gnushogi / pattern.c
index f5209d7..05d15ca 100644 (file)
@@ -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];
@@ -147,7 +148,6 @@ GetOpeningPatterns (short *max_opening_sequence)
 
 void
 ShowOpeningPatterns (short max_opening_sequence)
-
 {
     short os, p, n, i;