From bb1c4f8ed2489e4891fe044532a35107d33174d2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 12 Jul 2009 11:22:30 -0700 Subject: [PATCH] updated copyright to reflect A. Scotte as copyright holder need to mention him, since the paperwork won't be finished before the next release --- backend.c | 9 ++++++--- backend.h | 9 ++++++--- backendz.h | 12 ++++++------ common.h | 9 ++++++--- frontend.h | 9 ++++++--- gamelist.c | 2 ++ lists.c | 2 ++ lists.h | 2 ++ moves.c | 9 ++++++--- moves.h | 9 ++++++--- parser.h | 9 ++++++--- pgntags.c | 2 ++ uci.c | 2 ++ winboard/defaults.h | 9 ++++++--- winboard/wclipbrd.c | 2 ++ winboard/wclipbrd.h | 2 ++ winboard/wedittags.c | 2 ++ winboard/wedittags.h | 2 ++ winboard/wengineo.c | 2 ++ winboard/wevalgraph.c | 2 ++ winboard/wgamelist.c | 2 ++ winboard/wgamelist.h | 2 ++ winboard/whistory.c | 2 ++ winboard/winboard.c | 9 ++++++--- winboard/winboard.h | 9 ++++++--- winboard/wlayout.c | 2 ++ winboard/woptions.c | 2 ++ winboard/woptions.h | 2 ++ winboard/wsnap.c | 2 ++ winboard/wsnap.h | 2 ++ xengineoutput.c | 4 ++++ zippy.c | 9 ++++++--- zippy.h | 9 ++++++--- 33 files changed, 120 insertions(+), 42 deletions(-) diff --git a/backend.c b/backend.c index 1df8adb..ff989cd 100644 --- a/backend.c +++ b/backend.c @@ -2,9 +2,12 @@ * backend.c -- Common back end for X and Windows NT versions of * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/backend.h b/backend.h index 02cb32a..a7b6074 100644 --- a/backend.h +++ b/backend.h @@ -2,9 +2,12 @@ * backend.h -- Interface exported by XBoard back end * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/backendz.h b/backendz.h index b799de0..eb8df7d 100644 --- a/backendz.h +++ b/backendz.h @@ -1,13 +1,13 @@ /* * backendz.h -- Internal interface exported by XBoard backend.c to zippy.c * - * Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts. - * Enhancements Copyright 1992-95 Free Software Foundation, Inc. - * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/common.h b/common.h index 0668750..266e77e 100644 --- a/common.h +++ b/common.h @@ -2,9 +2,12 @@ * common.h -- Common definitions for X and Windows NT versions of XBoard * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/frontend.h b/frontend.h index 4ac29b2..c89673f 100644 --- a/frontend.h +++ b/frontend.h @@ -2,9 +2,12 @@ * frontend.h -- Interface exported by all XBoard front ends * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/gamelist.c b/gamelist.c index 57a43c0..a0978a0 100644 --- a/gamelist.c +++ b/gamelist.c @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/lists.c b/lists.c index 43c4278..f997ac9 100644 --- a/lists.c +++ b/lists.c @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/lists.h b/lists.h index 289c3d3..7d80cb4 100644 --- a/lists.h +++ b/lists.h @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/moves.c b/moves.c index 04c0dd7..b5b9c2f 100644 --- a/moves.c +++ b/moves.c @@ -2,9 +2,12 @@ * moves.c - Move generation and checking * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/moves.h b/moves.h index 9646c19..b2fcec6 100644 --- a/moves.h +++ b/moves.h @@ -2,9 +2,12 @@ * moves.h - Move generation and checking * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/parser.h b/parser.h index 3394531..abce968 100644 --- a/parser.h +++ b/parser.h @@ -2,9 +2,12 @@ * parser.h -- Interface to XBoard move parser * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/pgntags.c b/pgntags.c index 769aaaf..0d4b26f 100644 --- a/pgntags.c +++ b/pgntags.c @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/uci.c b/uci.c index fe380ec..f02507f 100644 --- a/uci.c +++ b/uci.c @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Jan 2006) * + * Copyright 2006 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/defaults.h b/winboard/defaults.h index 4c44350..aa7246f 100644 --- a/winboard/defaults.h +++ b/winboard/defaults.h @@ -2,9 +2,12 @@ * defaults.h -- Default settings for Windows NT front end to XBoard * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/winboard/wclipbrd.c b/winboard/wclipbrd.c index 56543c9..4d0fac9 100644 --- a/winboard/wclipbrd.c +++ b/winboard/wclipbrd.c @@ -3,6 +3,8 @@ * * Copyright 2000,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wclipbrd.h b/winboard/wclipbrd.h index 59ca2d4..13d89bf 100644 --- a/winboard/wclipbrd.h +++ b/winboard/wclipbrd.h @@ -3,6 +3,8 @@ * * Copyright 2000,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wedittags.c b/winboard/wedittags.c index e3a868f..3039f4c 100644 --- a/winboard/wedittags.c +++ b/winboard/wedittags.c @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wedittags.h b/winboard/wedittags.h index a7bdfb1..e27a338 100644 --- a/winboard/wedittags.h +++ b/winboard/wedittags.h @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wengineo.c b/winboard/wengineo.c index d10f3d9..b562959 100644 --- a/winboard/wengineo.c +++ b/winboard/wengineo.c @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Dec 2005) * + * Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wevalgraph.c b/winboard/wevalgraph.c index 3e57bb9..af03f58 100644 --- a/winboard/wevalgraph.c +++ b/winboard/wevalgraph.c @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Dec 2005) * + * Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wgamelist.c b/winboard/wgamelist.c index 6a0daaa..2fa1533 100644 --- a/winboard/wgamelist.c +++ b/winboard/wgamelist.c @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wgamelist.h b/winboard/wgamelist.h index af9d52e..aa554f9 100644 --- a/winboard/wgamelist.h +++ b/winboard/wgamelist.h @@ -3,6 +3,8 @@ * * Copyright 1995,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/whistory.c b/winboard/whistory.c index 497fa17..73ae025 100644 --- a/winboard/whistory.c +++ b/winboard/whistory.c @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Dec 2005) * + * Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/winboard.c b/winboard/winboard.c index 6bdcf3a..b6aa87e 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -2,9 +2,12 @@ * WinBoard.c -- Windows NT front end to XBoard * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * XBoard borrows its colors and the bitmaps.xchess bitmap set from XChess, * which was written and is copyrighted by Wayne Christopher. diff --git a/winboard/winboard.h b/winboard/winboard.h index b5cd602..fab659e 100644 --- a/winboard/winboard.h +++ b/winboard/winboard.h @@ -2,9 +2,12 @@ * WinBoard.h -- Definitions for Windows NT front end to XBoard * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/winboard/wlayout.c b/winboard/wlayout.c index 8cc175f..04f6eb6 100644 --- a/winboard/wlayout.c +++ b/winboard/wlayout.c @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Dec 2005) * + * Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/woptions.c b/winboard/woptions.c index 9dd5590..62fe318 100644 --- a/winboard/woptions.c +++ b/winboard/woptions.c @@ -3,6 +3,8 @@ * * Copyright 2000,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/woptions.h b/winboard/woptions.h index dd14a46..c2c0699 100644 --- a/winboard/woptions.h +++ b/winboard/woptions.h @@ -3,6 +3,8 @@ * * Copyright 2000,2009 Free Software Foundation, Inc. * + * Enhancements Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wsnap.c b/winboard/wsnap.c index df57d4a..5492e80 100644 --- a/winboard/wsnap.c +++ b/winboard/wsnap.c @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Dec 2005) * + * Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wsnap.h b/winboard/wsnap.h index aabfb51..0b5b117 100644 --- a/winboard/wsnap.h +++ b/winboard/wsnap.h @@ -3,6 +3,8 @@ * * Author: Alessandro Scotti (Dec 2005) * + * Copyright 2005 Alessandro Scotti + * * ------------------------------------------------------------------------ * GNU XBoard is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/xengineoutput.c b/xengineoutput.c index 5bd07a8..29e987e 100644 --- a/xengineoutput.c +++ b/xengineoutput.c @@ -3,6 +3,10 @@ * * Author: Alessandro Scotti (Dec 2005) * + * Copyright 2005 Alessandro Scotti + * + * Enhancements Copyright 2009 Free Software Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/zippy.c b/zippy.c index 303696d..9f5b2a8 100644 --- a/zippy.c +++ b/zippy.c @@ -2,9 +2,12 @@ * zippy.c -- Implements Zippy the Pinhead chess player on ICS in XBoard * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/zippy.h b/zippy.h index ecaa32c..b95f2d1 100644 --- a/zippy.h +++ b/zippy.h @@ -2,9 +2,12 @@ * zippy.h -- Interface to zippy.c module in XBoard * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: -- 1.7.0.4