Adjust comment to prevent licensecheck from considering pattern.c as generated
[gnushogi.git] / gnushogi / pattern.h
index 1db68ce..deba170 100644 (file)
@@ -2,11 +2,14 @@
  * FILE: pattern.h
  *
  * ----------------------------------------------------------------------
- *
- * Copyright (c) 2012 Free Software Foundation
+ * Copyright (c) 1993, 1994, 1995 Matthias Mutz
+ * Copyright (c) 1999 Michael Vanier and the Free Software Foundation
  *
  * GNU SHOGI is based on GNU CHESS
  *
+ * Copyright (c) 1988, 1989, 1990 John Stanback
+ * Copyright (c) 1992 Free Software Foundation
+ *
  * This file is part of GNU SHOGI.
  *
  * GNU Shogi is free software; you can redistribute it and/or modify it
@@ -103,9 +106,6 @@ ShowOpeningPatterns(short max_opening_sequence);
 extern short
 ValueOfOpeningName(char *name);
 
-extern void
-NameOfOpeningValue(short i, char *name);
-
 extern small_short pattern_data[];