From 9009c8ba46a421e738d3ea57564e2df44dcaf3c5 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 3 Oct 2013 20:55:49 +0200 Subject: [PATCH] Restore previous copyright information that got removed by error. This reverts part of commit 82b026e6376b640a4d3409a461dd6bd83708e33e, which changed too much of the copyright headers when changing license to GPL3. --- gnushogi/Makefile.in | 4 +++- gnushogi/Makefile.profile.in | 4 +++- gnushogi/attacks.c | 7 +++++-- gnushogi/book.c | 7 +++++-- gnushogi/book.h | 7 +++++-- gnushogi/commondsp.c | 7 +++++-- gnushogi/cursesdsp.c | 7 +++++-- gnushogi/cursesdsp.h | 7 +++++-- gnushogi/debug.h | 7 +++++-- gnushogi/dspwrappers.c | 7 +++++-- gnushogi/dspwrappers.h | 7 +++++-- gnushogi/eval.c | 7 +++++-- gnushogi/eval.h | 7 +++++-- gnushogi/genmove.c | 7 +++++-- gnushogi/globals.c | 7 +++++-- gnushogi/gnushogi.h | 7 +++++-- gnushogi/init.c | 7 +++++-- gnushogi/main.c | 7 +++++-- gnushogi/makepattern.c | 7 +++++-- gnushogi/opts.h | 7 +++++-- gnushogi/pat2inc.c | 7 +++++-- gnushogi/pattern.c | 7 +++++-- gnushogi/pattern.h | 7 +++++-- gnushogi/rawdsp.c | 7 +++++-- gnushogi/rawdsp.h | 7 +++++-- gnushogi/search.c | 7 +++++-- gnushogi/sizetest.c | 7 +++++-- gnushogi/sysdeps.c | 7 +++++-- gnushogi/tcontrl.c | 7 +++++-- gnushogi/util.c | 7 +++++-- version.h | 7 +++++-- 31 files changed, 151 insertions(+), 60 deletions(-) diff --git a/gnushogi/Makefile.in b/gnushogi/Makefile.in index b07df75..47f5b6c 100644 --- a/gnushogi/Makefile.in +++ b/gnushogi/Makefile.in @@ -1,9 +1,11 @@ # # Makefile for GNU Shogi # -# Copyright (c) 2012 Free Software Foundation +# Copyright (c) 1993, 1994 Matthias Mutz +# Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation # # GNU Shogi is based on GNU Chess +# Copyright (c) 1992 Free Software Foundation # # This file is part of GNU Shogi. # diff --git a/gnushogi/Makefile.profile.in b/gnushogi/Makefile.profile.in index 61e53a9..406b289 100644 --- a/gnushogi/Makefile.profile.in +++ b/gnushogi/Makefile.profile.in @@ -1,9 +1,11 @@ # # Makefile for GNU Shogi # -# Copyright (c) 2012 Free Software Foundation +# Copyright (c) 1993, 1994 Matthias Mutz +# Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation # # GNU Shogi is based on GNU Chess +# Copyright (c) 1992 Free Software Foundation # # This file is part of GNU Shogi. # diff --git a/gnushogi/attacks.c b/gnushogi/attacks.c index 8e10305..76c52ad 100644 --- a/gnushogi/attacks.c +++ b/gnushogi/attacks.c @@ -2,11 +2,14 @@ * FILE: attacks.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/book.c b/gnushogi/book.c index d5fa7ac..08b2c47 100644 --- a/gnushogi/book.c +++ b/gnushogi/book.c @@ -2,11 +2,14 @@ * FILE: book.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/book.h b/gnushogi/book.h index d8f8d18..3cdb62c 100644 --- a/gnushogi/book.h +++ b/gnushogi/book.h @@ -2,11 +2,14 @@ * FILE: book.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 diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c index 785b72e..db90fd3 100644 --- a/gnushogi/commondsp.c +++ b/gnushogi/commondsp.c @@ -4,11 +4,14 @@ * Common display routines for GNU Shogi. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/cursesdsp.c b/gnushogi/cursesdsp.c index fb0e9d4..f4c00ec 100644 --- a/gnushogi/cursesdsp.c +++ b/gnushogi/cursesdsp.c @@ -4,11 +4,14 @@ * Curses interface for GNU Shogi * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/cursesdsp.h b/gnushogi/cursesdsp.h index 36e128c..83afbd8 100644 --- a/gnushogi/cursesdsp.h +++ b/gnushogi/cursesdsp.h @@ -4,11 +4,14 @@ * Curses interface for GNU Shogi. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/debug.h b/gnushogi/debug.h index 65cff42..acd1c34 100644 --- a/gnushogi/debug.h +++ b/gnushogi/debug.h @@ -4,11 +4,14 @@ * Various macros to help in debugging. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/dspwrappers.c b/gnushogi/dspwrappers.c index 252f3de..7287498 100644 --- a/gnushogi/dspwrappers.c +++ b/gnushogi/dspwrappers.c @@ -5,11 +5,14 @@ * or cursesdsp.c depending on the interface. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/dspwrappers.h b/gnushogi/dspwrappers.h index f57d519..b99c211 100644 --- a/gnushogi/dspwrappers.h +++ b/gnushogi/dspwrappers.h @@ -5,11 +5,14 @@ * or cursesdsp.c depending on the interface. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/eval.c b/gnushogi/eval.c index 8e7bd06..2a33986 100644 --- a/gnushogi/eval.c +++ b/gnushogi/eval.c @@ -2,11 +2,14 @@ * FILE: eval.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/eval.h b/gnushogi/eval.h index 08a746b..b9bc062 100644 --- a/gnushogi/eval.h +++ b/gnushogi/eval.h @@ -4,11 +4,14 @@ * Interface to the board evaluator. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/genmove.c b/gnushogi/genmove.c index 3003b5a..8eb0e3d 100644 --- a/gnushogi/genmove.c +++ b/gnushogi/genmove.c @@ -2,11 +2,14 @@ * FILE: genmove.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/globals.c b/gnushogi/globals.c index dae16df..dbde302 100644 --- a/gnushogi/globals.c +++ b/gnushogi/globals.c @@ -2,11 +2,14 @@ * FILE: globals.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/gnushogi.h b/gnushogi/gnushogi.h index 78f03fa..13dea78 100644 --- a/gnushogi/gnushogi.h +++ b/gnushogi/gnushogi.h @@ -4,11 +4,14 @@ * Main header file for GNU Shogi. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/init.c b/gnushogi/init.c index ed52724..b971b7a 100644 --- a/gnushogi/init.c +++ b/gnushogi/init.c @@ -2,11 +2,14 @@ * FILE: init.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/main.c b/gnushogi/main.c index 3c80977..c7f4f63 100644 --- a/gnushogi/main.c +++ b/gnushogi/main.c @@ -2,11 +2,14 @@ * FILE: main.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/makepattern.c b/gnushogi/makepattern.c index 397f799..3145967 100644 --- a/gnushogi/makepattern.c +++ b/gnushogi/makepattern.c @@ -2,11 +2,14 @@ * FILE: makepattern.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/opts.h b/gnushogi/opts.h index 97152bd..a477137 100644 --- a/gnushogi/opts.h +++ b/gnushogi/opts.h @@ -4,11 +4,14 @@ * #defines to set various options. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/pat2inc.c b/gnushogi/pat2inc.c index c70a0d4..945871e 100644 --- a/gnushogi/pat2inc.c +++ b/gnushogi/pat2inc.c @@ -4,11 +4,14 @@ * Convert GNU Shogi pattern textfile to an include file. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/pattern.c b/gnushogi/pattern.c index 063ca7a..c53b86c 100644 --- a/gnushogi/pattern.c +++ b/gnushogi/pattern.c @@ -2,11 +2,14 @@ * FILE: pattern.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/pattern.h b/gnushogi/pattern.h index ecc44dd..deba170 100644 --- a/gnushogi/pattern.h +++ b/gnushogi/pattern.h @@ -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 diff --git a/gnushogi/rawdsp.c b/gnushogi/rawdsp.c index 130773e..7d17287 100644 --- a/gnushogi/rawdsp.c +++ b/gnushogi/rawdsp.c @@ -2,11 +2,14 @@ * FILE: rawdsp.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/rawdsp.h b/gnushogi/rawdsp.h index 4c21156..989c6fc 100644 --- a/gnushogi/rawdsp.h +++ b/gnushogi/rawdsp.h @@ -4,11 +4,14 @@ * Raw text interface for GNU Shogi. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/search.c b/gnushogi/search.c index e21ce0e..2cfff17 100644 --- a/gnushogi/search.c +++ b/gnushogi/search.c @@ -2,11 +2,14 @@ * FILE: search.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/sizetest.c b/gnushogi/sizetest.c index bfd007f..fd20378 100644 --- a/gnushogi/sizetest.c +++ b/gnushogi/sizetest.c @@ -4,11 +4,14 @@ * Display memory usage of GNU Shogi data structures. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/sysdeps.c b/gnushogi/sysdeps.c index a8f8bd4..c837930 100644 --- a/gnushogi/sysdeps.c +++ b/gnushogi/sysdeps.c @@ -4,11 +4,14 @@ * System-dependent functions for GNU Shogi. * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/tcontrl.c b/gnushogi/tcontrl.c index 9142d20..451ed0d 100644 --- a/gnushogi/tcontrl.c +++ b/gnushogi/tcontrl.c @@ -2,11 +2,14 @@ * FILE: tcontrl.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/gnushogi/util.c b/gnushogi/util.c index c831c6c..b4a7998 100644 --- a/gnushogi/util.c +++ b/gnushogi/util.c @@ -2,11 +2,14 @@ * FILE: util.c * * ---------------------------------------------------------------------- - * - * 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 diff --git a/version.h b/version.h index b3ea7ff..c46edac 100644 --- a/version.h +++ b/version.h @@ -4,11 +4,14 @@ * Version information for GNU Shogi. * * ---------------------------------------------------------------------- - * - * 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 -- 1.7.0.4