From 43f040ed50630840858fdd364818ee2011d8d749 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 6 Feb 2010 18:21:14 -0800 Subject: [PATCH] update year in copyright info --- args.h | 2 +- autogen.sh | 2 +- backend.c | 2 +- backend.h | 2 +- backendz.h | 2 +- bitmaps/bitmaps.h | 2 +- callback.c | 21 +++++++++++++++++++++ callback.h | 21 +++++++++++++++++++++ childio.c | 2 +- childio.h | 2 +- cmail.in | 2 +- common.h | 2 +- configure.ac | 2 +- copyright.texi | 2 +- engineoutput.h | 2 +- evalgraph.h | 2 +- frontend.h | 2 +- gamelist.c | 2 +- gettext.h | 2 +- interface.c | 21 +++++++++++++++++++++ interface.h | 21 +++++++++++++++++++++ lists.c | 2 +- lists.h | 2 +- moves.c | 2 +- moves.h | 2 +- parser.h | 2 +- pgntags.c | 2 +- pixmaps/pixmaps.h | 2 +- winboard/defaults.h | 2 +- winboard/help.c | 2 +- winboard/jaws.c | 2 +- winboard/language.txt | 2 +- winboard/parser.c | 2 +- winboard/wchat.c | 2 ++ winboard/wclipbrd.c | 2 +- winboard/wclipbrd.h | 2 +- winboard/wedittags.c | 2 +- winboard/wgamelist.c | 2 +- winboard/winboard.c | 2 +- winboard/winboard.h | 2 +- winboard/winboard.rc | 2 +- winboard/woptions.c | 2 +- winboard/woptions.h | 2 +- winboard/wsockerr.c | 2 +- winboard/wsockerr.h | 2 +- xboard.c | 2 +- xboard.h | 2 +- xedittags.c | 2 +- xedittags.h | 2 +- xengineoutput.c | 2 +- xevalgraph.c | 2 +- xgamelist.c | 2 +- xgamelist.h | 2 +- xhistory.c | 2 +- xhistory.h | 2 +- xoptions.c | 2 +- xpromo.c | 2 +- zic2xpm.c | 2 +- zic2xpm.man | 2 +- zippy.c | 2 +- zippy.h | 2 +- 61 files changed, 142 insertions(+), 56 deletions(-) diff --git a/args.h b/args.h index e85deb4..079e3c9 100644 --- a/args.h +++ b/args.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/autogen.sh b/autogen.sh index 4b7da24..9bb6fa7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # This file is part of GNU XBoard. # -# Copyright 2009 Free Software Foundation, Inc. +# Copyright 2009, 2010 Free Software Foundation, Inc. # # 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/backend.c b/backend.c index cfc9b6f..3fa521b 100644 --- a/backend.c +++ b/backend.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/backend.h b/backend.h index e2b967b..d13ecfb 100644 --- a/backend.h +++ b/backend.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/backendz.h b/backendz.h index 51d4780..5831b9b 100644 --- a/backendz.h +++ b/backendz.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/bitmaps/bitmaps.h b/bitmaps/bitmaps.h index 4ce9f4b..b3ad80b 100644 --- a/bitmaps/bitmaps.h +++ b/bitmaps/bitmaps.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/callback.c b/callback.c index cd83153..ef62033 100644 --- a/callback.c +++ b/callback.c @@ -1,3 +1,24 @@ +/* + * callback.c -- gtk-interface + * + * Copyright 2009, 2010 Free Software Foundation, Inc. + * + * 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 + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * GNU XBoard is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. * + * + *------------------------------------------------------------------------ + ** See the file ChangeLog for a revision history. */ + #include #include "common.h" #include "xboard.h" diff --git a/callback.h b/callback.h index 4af54a1..52e69be 100644 --- a/callback.h +++ b/callback.h @@ -1,3 +1,24 @@ +/* + * callback.h -- gtk-interface + * + * Copyright 2009, 2010 Free Software Foundation, Inc. + * + * 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 + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * GNU XBoard is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. * + * + *------------------------------------------------------------------------ + ** See the file ChangeLog for a revision history. */ + void AcceptProc P((GtkObject *object, gpointer user_data)); void DeclineProc P((GtkObject *object, gpointer user_data)); void RematchProc P((GtkObject *object, gpointer user_data)); diff --git a/childio.c b/childio.c index fd3b1e1..1f99f82 100644 --- a/childio.c +++ b/childio.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/childio.h b/childio.h index d0f226b..d48dea9 100644 --- a/childio.h +++ b/childio.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/cmail.in b/cmail.in index f1b26cb..5523bb2 100644 --- a/cmail.in +++ b/cmail.in @@ -2,7 +2,7 @@ ## (configure will change the top line to the location of perl on your system) #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# ## cmail: a tool to aid playing chess by email -## Copyright (C) 1993,2009 Free Software Foundation, Inc. +## Copyright (C) 1993,2009, 2010 Free Software Foundation, Inc. ## ## cmail 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/common.h b/common.h index d15c45e..23b481a 100644 --- a/common.h +++ b/common.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/configure.ac b/configure.ac index a6d0664..dd34043 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl| configure.in dnl| dnl| Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, 2007, -dnl| 2008, 2009 Free Software Foundation, Inc. +dnl| 2008, 2009, 2010 Free Software Foundation, Inc. dnl| dnl| GNU XBoard is free software: you can redistribute it and/or modify dnl| it under the terms of the GNU General Public License as published by diff --git a/copyright.texi b/copyright.texi index 42ccd8d..ce04dea 100644 --- a/copyright.texi +++ b/copyright.texi @@ -22,7 +22,7 @@ arising out of or in connection with the use or performance of this software. Enhancements copyright @copyright{} 1992-2003, 2004, 2005, 2006, 2007, -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 Free Software Foundation, Inc. @format Published by the Free Software Foundation diff --git a/engineoutput.h b/engineoutput.h index febbd34..9673707 100644 --- a/engineoutput.h +++ b/engineoutput.h @@ -1,7 +1,7 @@ /* * wengineo.h -- Clipboard routines for WinBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/evalgraph.h b/evalgraph.h index e305abd..85ca73f 100644 --- a/evalgraph.h +++ b/evalgraph.h @@ -1,7 +1,7 @@ /* * evalgraph.h -- Evaluation Graph window * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/frontend.h b/frontend.h index 7912f9d..e70e3e6 100644 --- a/frontend.h +++ b/frontend.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/gamelist.c b/gamelist.c index aae489a..5471c76 100644 --- a/gamelist.c +++ b/gamelist.c @@ -1,7 +1,7 @@ /* * gamelist.c -- Functions to manage a gamelist * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/gettext.h b/gettext.h index 17463be..3d57e3a 100644 --- a/gettext.h +++ b/gettext.h @@ -1,7 +1,7 @@ /* Convenience header for conditional use of GNU . * * Copyright (C) 1995-1998, 2000-2002, 2003, 2004, 2005, 2006, 2007, - * 2008, 2009 Free Software Foundation, Inc. + * 2008, 2009, 2010 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/interface.c b/interface.c index 7d11a56..5d7b552 100644 --- a/interface.c +++ b/interface.c @@ -1,3 +1,24 @@ +/* + * interface.c -- gtk-interface + * + * Copyright 2009, 2010 Free Software Foundation, Inc. + * + * 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 + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * GNU XBoard is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. * + * + *------------------------------------------------------------------------ + ** See the file ChangeLog for a revision history. */ + #include "config.h" #include diff --git a/interface.h b/interface.h index 3ae8aa2..fdb4718 100644 --- a/interface.h +++ b/interface.h @@ -1,3 +1,24 @@ +/* + * interface.h -- gtk-interface + * + * Copyright 2009, 2010 Free Software Foundation, Inc. + * + * 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 + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * GNU XBoard is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. * + * + *------------------------------------------------------------------------ + ** See the file ChangeLog for a revision history. */ + /* GTK widgets */ GtkBuilder *builder=NULL; diff --git a/lists.c b/lists.c index f997ac9..6dbb37b 100644 --- a/lists.c +++ b/lists.c @@ -1,7 +1,7 @@ /* * lists.c -- Functions to implement a double linked list XBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/lists.h b/lists.h index 7d80cb4..08d3105 100644 --- a/lists.h +++ b/lists.h @@ -1,7 +1,7 @@ /* * lists.c -- Includefile of lists.c * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995,2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/moves.c b/moves.c index 65fd74e..8380f1b 100644 --- a/moves.c +++ b/moves.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/moves.h b/moves.h index 032e988..b783727 100644 --- a/moves.h +++ b/moves.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/parser.h b/parser.h index 9e726de..3a13884 100644 --- a/parser.h +++ b/parser.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/pgntags.c b/pgntags.c index 7e66de1..0a70df2 100644 --- a/pgntags.c +++ b/pgntags.c @@ -1,7 +1,7 @@ /* * pgntags.c -- Functions to manage PGN tags * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/pixmaps/pixmaps.h b/pixmaps/pixmaps.h index ee2a6e5..d050320 100644 --- a/pixmaps/pixmaps.h +++ b/pixmaps/pixmaps.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/winboard/defaults.h b/winboard/defaults.h index 46d0fa9..c96d0cf 100644 --- a/winboard/defaults.h +++ b/winboard/defaults.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/help.c b/winboard/help.c index d10f9ab..228e493 100644 --- a/winboard/help.c +++ b/winboard/help.c @@ -1,7 +1,7 @@ /* * help.h * - * Copyright 2009 Free Software Foundation, Inc. + * Copyright 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/jaws.c b/winboard/jaws.c index 27612fb..19ee065 100644 --- a/winboard/jaws.c +++ b/winboard/jaws.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * 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/language.txt b/winboard/language.txt index 74a2180..6122897 100644 --- a/winboard/language.txt +++ b/winboard/language.txt @@ -255,7 +255,7 @@ HELP:ABOUT "About WinBoard"==="" "Chessboard for Windows"==="" "Copyright 1991 Digital Equipment Corporation"==="" -"Enhancements Copyright 1992-2009 Free Software Foundation"==="" +"Enhancements Copyright 1992-2010 Free Software Foundation"==="" "Enhancements Copyright 2005\r\nAlessandro Scotti"==="" OTHER DIALOGS (ALPHABETICALLY) diff --git a/winboard/parser.c b/winboard/parser.c index b75d113..ec2476e 100644 --- a/winboard/parser.c +++ b/winboard/parser.c @@ -1548,7 +1548,7 @@ char *yytext; * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, - * 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + * 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/winboard/wchat.c b/winboard/wchat.c index 48d555a..13d8d28 100644 --- a/winboard/wchat.c +++ b/winboard/wchat.c @@ -3,6 +3,8 @@ * * Author: H.G.Muller (August 2009) * + * Copyright 2009, 2010 Free Software Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wclipbrd.c b/winboard/wclipbrd.c index f13e77f..cb4b5f1 100644 --- a/winboard/wclipbrd.c +++ b/winboard/wclipbrd.c @@ -1,7 +1,7 @@ /* * wclipbrd.c -- Clipboard routines for WinBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wclipbrd.h b/winboard/wclipbrd.h index 13d89bf..ccff3a5 100644 --- a/winboard/wclipbrd.h +++ b/winboard/wclipbrd.h @@ -1,7 +1,7 @@ /* * wclipbrd.c -- Clipboard routines for WinBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wedittags.c b/winboard/wedittags.c index 965e723..781d2cf 100644 --- a/winboard/wedittags.c +++ b/winboard/wedittags.c @@ -1,7 +1,7 @@ /* * wedittags.c -- EditTags window for WinBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wgamelist.c b/winboard/wgamelist.c index c9ae1b5..50d2978 100644 --- a/winboard/wgamelist.c +++ b/winboard/wgamelist.c @@ -1,7 +1,7 @@ /* * wgamelist.c -- Game list window for WinBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/winboard.c b/winboard/winboard.c index 458aaf6..b9d77e4 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/winboard.h b/winboard/winboard.h index 163fb63..4c83725 100644 --- a/winboard/winboard.h +++ b/winboard/winboard.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/winboard.rc b/winboard/winboard.rc index a2e9a96..65b5487 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -44,7 +44,7 @@ BEGIN LTEXT "Chessboard for Windows",400,25,15,121,8 LTEXT "Copyright 1991 Digital Equipment Corporation",201,6,34, 149,8 - LTEXT "Enhancements Copyright 1992-2009 Free Software Foundation", + LTEXT "Enhancements Copyright 1992-2010 Free Software Foundation", OPT_TCtext1,6,45,121,17 CONTROL "",OPT_TCTime,"Static",SS_BLACKRECT,4,28,159,1 LTEXT "WinBoard 0.0.0",ABOUTBOX_Version,25,5,160,8 diff --git a/winboard/woptions.c b/winboard/woptions.c index 45b33fc..461ce73 100644 --- a/winboard/woptions.c +++ b/winboard/woptions.c @@ -1,7 +1,7 @@ /* * woptions.c -- Options dialog box routines for WinBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/woptions.h b/winboard/woptions.h index c2c0699..30bd426 100644 --- a/winboard/woptions.h +++ b/winboard/woptions.h @@ -1,7 +1,7 @@ /* * woptions.h -- Options dialog box routines for WinBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wsockerr.c b/winboard/wsockerr.c index 7c964eb..e4c0ed1 100644 --- a/winboard/wsockerr.c +++ b/winboard/wsockerr.c @@ -1,7 +1,7 @@ /* * wsockerr.c * - * Copyright 2009 Free Software Foundation, Inc. + * Copyright 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/wsockerr.h b/winboard/wsockerr.h index 93069d8..f106b33 100644 --- a/winboard/wsockerr.h +++ b/winboard/wsockerr.h @@ -1,7 +1,7 @@ /* * wsockerr.h * - * Copyright 2009 Free Software Foundation, Inc. + * Copyright 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xboard.c b/xboard.c index c83d83b..c29a298 100644 --- a/xboard.c +++ b/xboard.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/xboard.h b/xboard.h index 77d41f3..ff1a120 100644 --- a/xboard.h +++ b/xboard.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/xedittags.c b/xedittags.c index 27c3e9c..57a3db0 100644 --- a/xedittags.c +++ b/xedittags.c @@ -1,7 +1,7 @@ /* * xedittags.c -- Tags edit window, part of X front end for XBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/xedittags.h b/xedittags.h index 79a225f..599b2d9 100644 --- a/xedittags.h +++ b/xedittags.h @@ -1,7 +1,7 @@ /* * xedittags.h * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/xengineoutput.c b/xengineoutput.c index d8a34e1..2efd45b 100644 --- a/xengineoutput.c +++ b/xengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/xevalgraph.c b/xevalgraph.c index 2988eed..23ff7a9 100644 --- a/xevalgraph.c +++ b/xevalgraph.c @@ -6,7 +6,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/xgamelist.c b/xgamelist.c index 3015195..7a50b82 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -1,7 +1,7 @@ /* * xgamelist.c -- Game list window, part of X front end for XBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xgamelist.h b/xgamelist.h index 0c3fdf8..94cd6bf 100644 --- a/xgamelist.h +++ b/xgamelist.h @@ -1,7 +1,7 @@ /* * xgamelist.h -- Game list window, part of X front end for XBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xhistory.c b/xhistory.c index fda7290..af292c6 100644 --- a/xhistory.c +++ b/xhistory.c @@ -1,7 +1,7 @@ /* * xhistory.c -- Move list window, part of X front end for XBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xhistory.h b/xhistory.h index 94f2af0..4ae6bc8 100644 --- a/xhistory.h +++ b/xhistory.h @@ -1,7 +1,7 @@ /* * xgamelist.h -- Game list window, part of X front end for XBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xoptions.c b/xoptions.c index cf42d8e..43d1131 100644 --- a/xoptions.c +++ b/xoptions.c @@ -1,7 +1,7 @@ /* * xoptions.c -- Move list window, part of X front end for XBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xpromo.c b/xpromo.c index fe8df3b..5e9fdc3 100644 --- a/xpromo.c +++ b/xpromo.c @@ -6,7 +6,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/zic2xpm.c b/zic2xpm.c index b96817f..d309e83 100644 --- a/zic2xpm.c +++ b/zic2xpm.c @@ -4,7 +4,7 @@ Program to convert pieces from ZIICS format to XPM & XIM format. (C version) By Frank McIngvale . - Copyright (C) 1996,2009 Free Software Foundation, Inc. + Copyright (C) 1996, 2009, 2010 Free Software Foundation, Inc. NOTICE: The piece images distributed with ZIICS are copyrighted works of their original creators. Images diff --git a/zic2xpm.man b/zic2xpm.man index 9aa60b0..3e18f94 100644 --- a/zic2xpm.man +++ b/zic2xpm.man @@ -1,4 +1,4 @@ -.\" Copyright (C) 1996,2009 Free Software Foundation, Inc. +.\" Copyright (C) 1996, 2009, 2010 Free Software Foundation, Inc. .\" See section COPYING below. .TH zic2xpm 6 "11 Apr 1996" "zic2xpm 2.0" "Games" .SH NAME diff --git a/zippy.c b/zippy.c index 2698ac5..9df805a 100644 --- a/zippy.c +++ b/zippy.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/zippy.h b/zippy.h index b95f2d1..ae2fd5a 100644 --- a/zippy.h +++ b/zippy.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * -- 1.7.0.4