From a009a27e8c1e0bfa818f12fdcae675d0babc510a Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 9 Jan 2013 07:49:20 -0800 Subject: [PATCH] Updated copyright notice to 2013 --- COPYRIGHT | 2 +- args.h | 2 +- autogen.sh | 4 ++-- backend.c | 2 +- backend.h | 2 +- backendz.h | 2 +- board.c | 2 +- board.h | 2 +- childio.c | 2 +- childio.h | 2 +- cmail.in | 2 +- common.h | 2 +- configure.ac | 2 +- copyright.texi | 2 +- dialogs.c | 2 +- dialogs.h | 2 +- draw.c | 2 +- draw.h | 2 +- engineoutput.c | 2 +- engineoutput.h | 2 +- evalgraph.c | 2 +- evalgraph.h | 2 +- frontend.h | 2 +- gamelist.c | 2 +- gtk/xboard.c | 2 +- gtk/xboard.h | 2 +- gtk/xengineoutput.c | 2 +- gtk/xoptions.c | 2 +- gtk/xtimer.c | 2 +- history.c | 2 +- lists.c | 2 +- lists.h | 2 +- menus.c | 2 +- menus.h | 2 +- moves.c | 2 +- moves.h | 2 +- nengineoutput.c | 2 +- nevalgraph.c | 2 +- ngamelist.c | 2 +- nhistory.c | 2 +- parser.c | 2 +- parser.h | 2 +- pgntags.c | 2 +- po/lng2po.sh | 2 +- uci.c | 2 +- usounds.c | 2 +- usystem.c | 2 +- usystem.h | 2 +- winboard/defaults.h | 2 +- winboard/help.c | 2 +- winboard/help/html/24.htm | 2 +- winboard/jaws.c | 2 +- winboard/language.txt | 2 +- winboard/language/deutsch.lng | 2 +- winboard/language/italiano.lng | 2 +- winboard/language/nederlands.lng | 2 +- winboard/language/romanian.lng | 2 +- winboard/language/russian.lng | 2 +- winboard/language/spanish.lng | 2 +- winboard/language/vietnamese.lng | 2 +- winboard/wchat.c | 2 +- winboard/wclipbrd.c | 2 +- winboard/wclipbrd.h | 2 +- winboard/wedittags.c | 2 +- winboard/wengineoutput.c | 2 +- winboard/wgamelist.c | 2 +- winboard/winboard.c | 2 +- winboard/winboard.h | 2 +- winboard/winboard.rc | 4 ++-- winboard/woptions.c | 2 +- winboard/woptions.h | 2 +- winboard/wsockerr.c | 2 +- winboard/wsockerr.h | 2 +- xaw/xboard.c | 2 +- xaw/xboard.h | 2 +- xaw/xengineoutput.c | 2 +- xaw/xgamelist.c | 2 +- xaw/xgamelist.h | 2 +- xaw/xhistory.c | 2 +- xaw/xhistory.h | 2 +- xaw/xoptions.c | 2 +- zic2xpm.c | 2 +- zic2xpm.man | 2 +- zippy.c | 2 +- zippy.h | 2 +- 85 files changed, 87 insertions(+), 87 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 434c547..d6f6a4d 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -7,7 +7,7 @@ Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts. Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. Enhancements Copyright 2005 Alessandro Scotti diff --git a/args.h b/args.h index ea3e8c0..9184dce 100644 --- a/args.h +++ b/args.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/autogen.sh b/autogen.sh index 8f9cc3b..a3117f0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # This file is part of GNU XBoard. # -# Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +# Copyright 2009, 2010, 2011, 2012, 2013 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 @@ -22,4 +22,4 @@ aclocal -I m4 \ && autoheader \ && automake --add-missing \ -&& autoconf \ No newline at end of file +&& autoconf diff --git a/backend.c b/backend.c index e490dc0..c6112e3 100644 --- a/backend.c +++ b/backend.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/backend.h b/backend.h index 7003bd0..c9f14bc 100644 --- a/backend.h +++ b/backend.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/backendz.h b/backendz.h index 3624eef..ed1675d 100644 --- a/backendz.h +++ b/backendz.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/board.c b/board.c index a0aa2fc..d28fb75 100644 --- a/board.c +++ b/board.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/board.h b/board.h index 5db1893..5c34bc8 100644 --- a/board.h +++ b/board.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/childio.c b/childio.c index 0cb4dc1..1bf2459 100644 --- a/childio.c +++ b/childio.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 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 bf038fd..b3b3112 100644 --- a/childio.h +++ b/childio.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 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 64956ec..7ff69c5 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, 2010, 2011 Free Software Foundation, Inc. +## Copyright (C) 1993,2009, 2010, 2011, 2012, 2013 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 90428b4..e99227f 100644 --- a/common.h +++ b/common.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/configure.ac b/configure.ac index 2b29478..4829862 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, 2010, 2011, 2012 Free Software Foundation, Inc. +dnl| 2008, 2009, 2010, 2011, 2012, 2013 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 3d3043f..b5032f2 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, 2010, 2011, 2012 Free Software Foundation, Inc. +2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. @format Published by the Free Software Foundation diff --git a/dialogs.c b/dialogs.c index 877d88c..5cbd14f 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1,7 +1,7 @@ /* * dialogs.c -- platform-independent code for dialogs of XBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/dialogs.h b/dialogs.h index 498feeb..9c35f16 100644 --- a/dialogs.h +++ b/dialogs.h @@ -1,7 +1,7 @@ /* * dialogs.h -- shared variables for generic dialog popup of XBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/draw.c b/draw.c index 30e6200..c681eae 100644 --- a/draw.c +++ b/draw.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/draw.h b/draw.h index 9083968..ed8b596 100644 --- a/draw.h +++ b/draw.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/engineoutput.c b/engineoutput.c index 438564d..319557e 100644 --- a/engineoutput.c +++ b/engineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/engineoutput.h b/engineoutput.h index 522e0ef..e15825b 100644 --- a/engineoutput.h +++ b/engineoutput.h @@ -1,7 +1,7 @@ /* * wengineo.h -- Clipboard routines for WinBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/evalgraph.c b/evalgraph.c index 43f183d..b380731 100644 --- a/evalgraph.c +++ b/evalgraph.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancments Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancments Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/evalgraph.h b/evalgraph.h index 67c277b..3ad22b4 100644 --- a/evalgraph.h +++ b/evalgraph.h @@ -1,7 +1,7 @@ /* * evalgraph.h -- Evaluation Graph window * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/frontend.h b/frontend.h index 18565a2..5ac3cf8 100644 --- a/frontend.h +++ b/frontend.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/gamelist.c b/gamelist.c index 2fc5211..dc84ecd 100644 --- a/gamelist.c +++ b/gamelist.c @@ -1,7 +1,7 @@ /* * gamelist.c -- Functions to manage a gamelist * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/gtk/xboard.c b/gtk/xboard.c index c5f81e8..fed6aa3 100644 --- a/gtk/xboard.c +++ b/gtk/xboard.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/gtk/xboard.h b/gtk/xboard.h index 3527343..ed66f3b 100644 --- a/gtk/xboard.h +++ b/gtk/xboard.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/gtk/xengineoutput.c b/gtk/xengineoutput.c index 50f5471..34a960c 100644 --- a/gtk/xengineoutput.c +++ b/gtk/xengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/gtk/xoptions.c b/gtk/xoptions.c index f60f6a3..0f197de 100644 --- a/gtk/xoptions.c +++ b/gtk/xoptions.c @@ -1,7 +1,7 @@ /* * xoptions.c -- Move list window, part of X front end for XBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/gtk/xtimer.c b/gtk/xtimer.c index 96313f9..31b4dfe 100644 --- a/gtk/xtimer.c +++ b/gtk/xtimer.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/history.c b/history.c index a1f82fd..ca4e001 100644 --- a/history.c +++ b/history.c @@ -6,7 +6,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/lists.c b/lists.c index bbafb3f..2d09beb 100644 --- a/lists.c +++ b/lists.c @@ -1,7 +1,7 @@ /* * lists.c -- Functions to implement a double linked list XBoard * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/lists.h b/lists.h index eae6ce9..849a903 100644 --- a/lists.h +++ b/lists.h @@ -1,7 +1,7 @@ /* * lists.c -- Includefile of lists.c * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/menus.c b/menus.c index d38eeaf..0cbaa77 100644 --- a/menus.c +++ b/menus.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/menus.h b/menus.h index 7cea0b3..790c2cd 100644 --- a/menus.h +++ b/menus.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/moves.c b/moves.c index ecd7b48..0aa6ad1 100644 --- a/moves.c +++ b/moves.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/moves.h b/moves.h index db2427d..152d78a 100644 --- a/moves.h +++ b/moves.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/nengineoutput.c b/nengineoutput.c index 7b39a72..89cb3d0 100644 --- a/nengineoutput.c +++ b/nengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/nevalgraph.c b/nevalgraph.c index 8dc395f..28e24b2 100644 --- a/nevalgraph.c +++ b/nevalgraph.c @@ -6,7 +6,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/ngamelist.c b/ngamelist.c index 649e16b..058b4c8 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -1,7 +1,7 @@ /* * ngamelist.c -- Game list window, Xt-independent front-end code for XBoard * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/nhistory.c b/nhistory.c index e1d9766..f66aa26 100644 --- a/nhistory.c +++ b/nhistory.c @@ -1,7 +1,7 @@ /* * New (WinBoard-style) Move history for XBoard * - * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/parser.c b/parser.c index 6200d0f..d86c8b8 100644 --- a/parser.c +++ b/parser.c @@ -1,7 +1,7 @@ /* * parser.c -- * - * Copyright 2011, 2012 Free Software Foundation, Inc. + * Copyright 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/parser.h b/parser.h index 6b0b1cb..69c17cb 100644 --- a/parser.h +++ b/parser.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/pgntags.c b/pgntags.c index 23957f6..8b55af6 100644 --- a/pgntags.c +++ b/pgntags.c @@ -1,7 +1,7 @@ /* * pgntags.c -- Functions to manage PGN tags * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/po/lng2po.sh b/po/lng2po.sh index f65e9e6..0413b62 100755 --- a/po/lng2po.sh +++ b/po/lng2po.sh @@ -2,7 +2,7 @@ # lng2po.sh -- translating .lng files to .po files for XBoard/Winboard, # part of XBoard GNU project # -# Copyright 2011 Free Software Foundation, Inc. +# Copyright 2011, 2013 Free Software Foundation, Inc. # ------------------------------------------------------------------------ # # GNU XBoard is free software: you can redistribute it and/or modify diff --git a/uci.c b/uci.c index 683a71b..17145a7 100644 --- a/uci.c +++ b/uci.c @@ -5,7 +5,7 @@ * * Copyright 2006 Alessandro Scotti * - * Enhancement Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancement Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/usounds.c b/usounds.c index 4b9ea00..82801b8 100644 --- a/usounds.c +++ b/usounds.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/usystem.c b/usystem.c index bab1303..5b22eae 100644 --- a/usystem.c +++ b/usystem.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/usystem.h b/usystem.h index 0aa18fe..660da94 100644 --- a/usystem.h +++ b/usystem.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 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 a7e6153..d2fd9cf 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, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/help.c b/winboard/help.c index 6ce65ea..f76e299 100644 --- a/winboard/help.c +++ b/winboard/help.c @@ -1,7 +1,7 @@ /* * help.h * - * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/winboard/help/html/24.htm b/winboard/help/html/24.htm index 7f4ca63..6816562 100644 --- a/winboard/help/html/24.htm +++ b/winboard/help/html/24.htm @@ -12,7 +12,7 @@

COPYRIGHT

Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts.
-Enhancements Copyright 1992-2012 Free Software Foundation, Inc.

+Enhancements Copyright 1992-2013 Free Software Foundation, Inc.

The following terms apply to Digital Equipment Corporation's copyright interest in WinBoard:

diff --git a/winboard/jaws.c b/winboard/jaws.c index 127804e..f488039 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, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 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 d71f3ec..3326e14 100644 --- a/winboard/language.txt +++ b/winboard/language.txt @@ -196,7 +196,7 @@ ABOUTBOX "OK" === "" "Chessboard for Windows" === "" "Copyright 1991 Digital Equipment Corporation" === "" -"Enhancements Copyright 1992-2012 Free Software Foundation" === "" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "" ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1] ## The following string of 6 spaces can be translated to an acknowledgement of the translator, diff --git a/winboard/language/deutsch.lng b/winboard/language/deutsch.lng index da9b770..e4ee588 100644 --- a/winboard/language/deutsch.lng +++ b/winboard/language/deutsch.lng @@ -164,7 +164,7 @@ ABOUTBOX "OK" === "OK" "Chessboard for Windows" === "Schachbrett für Windows" "Copyright 1991 Digital Equipment Corporation" === "Copyright (c) Digital Equipment Corporation 1991" -"Enhancements Copyright 1992-2010 Free Software Foundation" === "Weiter Copyright (c) Free Software Fundation 1992-2010" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "Weiter Copyright (c) Free Software Fundation 1992-2010" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "Weiter Copyright (c) \r\nAlessandro Scotti 2005" "WinBoard 0.0.0" === "WinBoard 0.0.0" diff --git a/winboard/language/italiano.lng b/winboard/language/italiano.lng index 47a0a72..2e43e76 100644 --- a/winboard/language/italiano.lng +++ b/winboard/language/italiano.lng @@ -198,7 +198,7 @@ ABOUTBOX "OK" === "OK" "Chessboard for Windows" === "Interfaccia per gli Scacchi e varianti per Windows" "Copyright 1991 Digital Equipment Corporation" === "Copyright (C) 1991 Digital Equipment Corporation" -"Enhancements Copyright 1992-2010 Free Software Foundation" === "Modifiche Copyright (C) 1992-2010 Free Software Foundation" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "Modifiche Copyright (C) 1992-2013 Free Software Foundation" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "Modifiche Copyright (C) 2005\r\nAlessandro Scotti" ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1] ## The following string of 6 spaces can be translated to an acknowledgement of the translator, diff --git a/winboard/language/nederlands.lng b/winboard/language/nederlands.lng index 61e507d..f3db294 100644 --- a/winboard/language/nederlands.lng +++ b/winboard/language/nederlands.lng @@ -171,7 +171,7 @@ ABOUTBOX "OK" === "OK" "Chessboard for Windows" === "Schaakbord voor Windows" "Copyright 1991 Digital Equipment Corporation" === "" -"Enhancements Copyright 1992-2011 Free Software Foundation" === "" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "" ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1] ## The following string of 6 spaces can be translated to an acknowledgement of the translator, diff --git a/winboard/language/romanian.lng b/winboard/language/romanian.lng index cb0d8a7..01164d8 100644 --- a/winboard/language/romanian.lng +++ b/winboard/language/romanian.lng @@ -184,7 +184,7 @@ ABOUTBOX "OK" === "OK" "Chessboard for Windows" === "WinBoard GUI pentru Windows" "Copyright 1991 Digital Equipment Corporation" === "" -"Enhancements Copyright 1992-2011 Free Software Foundation" === "" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "" ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1] ## The following string of 6 spaces can be translated to an acknowledgement of the translator, diff --git a/winboard/language/russian.lng b/winboard/language/russian.lng index 4e756f2..e8b95eb 100644 --- a/winboard/language/russian.lng +++ b/winboard/language/russian.lng @@ -197,7 +197,7 @@ ABOUTBOX "OK" === "OK" "Chessboard for Windows" === "Øàõìàòíàÿ äîñêà äëÿ Windows" "Copyright 1991 Digital Equipment Corporation" === "" -"Enhancements Copyright 1992-2011 Free Software Foundation" === "" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "" ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1] ## The following string of 6 spaces can be translated to an acknowledgement of the translator, diff --git a/winboard/language/spanish.lng b/winboard/language/spanish.lng index 90097f6..fa7f79b 100644 --- a/winboard/language/spanish.lng +++ b/winboard/language/spanish.lng @@ -172,7 +172,7 @@ ABOUTBOX "Chessboard for Windows" === "Tablero de ajedrez para Windows" ## Following 3 strings doesn't get translated :( "Copyright 1991 Digital Equipment Corporation" === "(c) Copyright Digital Equipment Corporation 1991" -"Enhancements Copyright 1992-2010 Free Software Foundation" === "Mejoras (c) Copyright Free Software Fundation 1992-2010" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "Mejoras (c) Copyright Free Software Fundation 1992-2010" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "Mejoras (c) Copyright\r\nAlessandro Scotti 2005" ## What happened with H.G.Muller? ## Absolutely needed a link to download the most recent version diff --git a/winboard/language/vietnamese.lng b/winboard/language/vietnamese.lng index 77b8eaf..bb7c602 100644 --- a/winboard/language/vietnamese.lng +++ b/winboard/language/vietnamese.lng @@ -196,7 +196,7 @@ ABOUTBOX "OK" === "Ðýõòc" "Chessboard for Windows" === "Bàn CõÌ Cho Windows" "Copyright 1991 Digital Equipment Corporation" === "BaÒn QuyêÌn 1991 Digital Equipment Corporation" -"Enhancements Copyright 1992-2010 Free Software Foundation" === "" +"Enhancements Copyright 1992-2013 Free Software Foundation" === "" "Enhancements Copyright 2005\r\nAlessandro Scotti" === "" ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1] ## The following string of 6 spaces can be translated to an acknowledgement of the translator, diff --git a/winboard/wchat.c b/winboard/wchat.c index 92c506f..99c5f31 100644 --- a/winboard/wchat.c +++ b/winboard/wchat.c @@ -3,7 +3,7 @@ * * Author: H.G.Muller (August 2009) * - * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/winboard/wclipbrd.c b/winboard/wclipbrd.c index 340c4b7..72acf05 100644 --- a/winboard/wclipbrd.c +++ b/winboard/wclipbrd.c @@ -1,7 +1,7 @@ /* * wclipbrd.c -- Clipboard routines for WinBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wclipbrd.h b/winboard/wclipbrd.h index 4ab3dcc..16992f0 100644 --- a/winboard/wclipbrd.h +++ b/winboard/wclipbrd.h @@ -1,7 +1,7 @@ /* * wclipbrd.c -- Clipboard routines for WinBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wedittags.c b/winboard/wedittags.c index bdfa78c..2968710 100644 --- a/winboard/wedittags.c +++ b/winboard/wedittags.c @@ -1,7 +1,7 @@ /* * wedittags.c -- EditTags window for WinBoard * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wengineoutput.c b/winboard/wengineoutput.c index 96d156c..47bca87 100644 --- a/winboard/wengineoutput.c +++ b/winboard/wengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/winboard/wgamelist.c b/winboard/wgamelist.c index 886b02c..2512bc8 100644 --- a/winboard/wgamelist.c +++ b/winboard/wgamelist.c @@ -1,7 +1,7 @@ /* * wgamelist.c -- Game list window for WinBoard * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/winboard.c b/winboard/winboard.c index 2069301..5249c92 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, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/winboard.h b/winboard/winboard.h index c1a846e..b3eee24 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, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/winboard.rc b/winboard/winboard.rc index 2c47038..517f660 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-2012 Free Software Foundation", + LTEXT "Enhancements Copyright 1992-2013 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 @@ -248,7 +248,7 @@ BEGIN RTEXT "Chessboard for Windows",IDC_ChessBoard,196,154,80,8 LTEXT "Copyright 1991 Digital Equipment Corporation",201,4,168, 151,8 - LTEXT "Enhancements Copyright 1992-2003 Free Software Foundation", + LTEXT "Enhancements Copyright 1992-2013 Free Software Foundation", OPT_TCtext1,4,179,126,17 CONTROL "",OPT_TCTime,"Static",SS_BLACKRECT,4,164,272,1 LTEXT "WinBoard 0.0.0",ABOUTBOX_Version,4,154,64,8 diff --git a/winboard/woptions.c b/winboard/woptions.c index 90db822..1979228 100644 --- a/winboard/woptions.c +++ b/winboard/woptions.c @@ -1,7 +1,7 @@ /* * woptions.c -- Options dialog box routines for WinBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/woptions.h b/winboard/woptions.h index dc2a286..cdc1d0d 100644 --- a/winboard/woptions.h +++ b/winboard/woptions.h @@ -1,7 +1,7 @@ /* * woptions.h -- Options dialog box routines for WinBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/winboard/wsockerr.c b/winboard/wsockerr.c index 58d465a..24a1b4b 100644 --- a/winboard/wsockerr.c +++ b/winboard/wsockerr.c @@ -1,7 +1,7 @@ /* * wsockerr.c * - * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013 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 03468d3..8fb9741 100644 --- a/winboard/wsockerr.h +++ b/winboard/wsockerr.h @@ -1,7 +1,7 @@ /* * wsockerr.h * - * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xaw/xboard.c b/xaw/xboard.c index d8f3df2..9d2eeef 100644 --- a/xaw/xboard.c +++ b/xaw/xboard.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/xaw/xboard.h b/xaw/xboard.h index 3345c33..213c1bd 100644 --- a/xaw/xboard.h +++ b/xaw/xboard.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: diff --git a/xaw/xengineoutput.c b/xaw/xengineoutput.c index b3b74f1..4839633 100644 --- a/xaw/xengineoutput.c +++ b/xaw/xengineoutput.c @@ -5,7 +5,7 @@ * * Copyright 2005 Alessandro Scotti * - * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * diff --git a/xaw/xgamelist.c b/xaw/xgamelist.c index 50367b1..288b373 100644 --- a/xaw/xgamelist.c +++ b/xaw/xgamelist.c @@ -1,7 +1,7 @@ /* * xgamelist.c -- Game list window, part of X front end for XBoard * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xaw/xgamelist.h b/xaw/xgamelist.h index fa7b41a..5a0a5e1 100644 --- a/xaw/xgamelist.h +++ b/xaw/xgamelist.h @@ -1,7 +1,7 @@ /* * xgamelist.h -- Game list window, part of X front end for XBoard * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xaw/xhistory.c b/xaw/xhistory.c index 805c1f3..393f51d 100644 --- a/xaw/xhistory.c +++ b/xaw/xhistory.c @@ -1,7 +1,7 @@ /* * New (WinBoard-style) Move history for XBoard * - * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xaw/xhistory.h b/xaw/xhistory.h index e5f67c6..e2a51ad 100644 --- a/xaw/xhistory.h +++ b/xaw/xhistory.h @@ -1,7 +1,7 @@ /* * xhistory.h -- Eval graph window, part of X front end for XBoard * - * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/xaw/xoptions.c b/xaw/xoptions.c index 4770f53..42f8977 100644 --- a/xaw/xoptions.c +++ b/xaw/xoptions.c @@ -1,7 +1,7 @@ /* * xoptions.c -- Move list window, part of X front end for XBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify diff --git a/zic2xpm.c b/zic2xpm.c index 12545ba..6bc2273 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, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1996, 2009, 2010, 2011, 2012, 2013 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 c4ac7c2..8f8977d 100644 --- a/zic2xpm.man +++ b/zic2xpm.man @@ -1,4 +1,4 @@ -.\" Copyright (C) 1996, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +.\" Copyright (C) 1996, 2009, 2010, 2011, 2012, 2013 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 44f6aaf..9453c90 100644 --- a/zippy.c +++ b/zippy.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * diff --git a/zippy.h b/zippy.h index 84cff26..c08b7a1 100644 --- a/zippy.h +++ b/zippy.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * -- 1.7.0.4