Merge branch 'maint'
[gnushogi.git] / gnushogi / pattern.c
index 5268b7a..349cd94 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 */
 #ifndef MINISHOGI
 # include "gnushogi-pattern.inc"
 #else