Updated copyright notice to 2013
authorArun Persaud <arun@nubati.net>
Wed, 9 Jan 2013 15:49:20 +0000 (07:49 -0800)
committerArun Persaud <arun@nubati.net>
Wed, 9 Jan 2013 15:49:20 +0000 (07:49 -0800)
85 files changed:
COPYRIGHT
args.h
autogen.sh
backend.c
backend.h
backendz.h
board.c
board.h
childio.c
childio.h
cmail.in
common.h
configure.ac
copyright.texi
dialogs.c
dialogs.h
draw.c
draw.h
engineoutput.c
engineoutput.h
evalgraph.c
evalgraph.h
frontend.h
gamelist.c
gtk/xboard.c
gtk/xboard.h
gtk/xengineoutput.c
gtk/xoptions.c
gtk/xtimer.c
history.c
lists.c
lists.h
menus.c
menus.h
moves.c
moves.h
nengineoutput.c
nevalgraph.c
ngamelist.c
nhistory.c
parser.c
parser.h
pgntags.c
po/lng2po.sh
uci.c
usounds.c
usystem.c
usystem.h
winboard/defaults.h
winboard/help.c
winboard/help/html/24.htm
winboard/jaws.c
winboard/language.txt
winboard/language/deutsch.lng
winboard/language/italiano.lng
winboard/language/nederlands.lng
winboard/language/romanian.lng
winboard/language/russian.lng
winboard/language/spanish.lng
winboard/language/vietnamese.lng
winboard/wchat.c
winboard/wclipbrd.c
winboard/wclipbrd.h
winboard/wedittags.c
winboard/wengineoutput.c
winboard/wgamelist.c
winboard/winboard.c
winboard/winboard.h
winboard/winboard.rc
winboard/woptions.c
winboard/woptions.h
winboard/wsockerr.c
winboard/wsockerr.h
xaw/xboard.c
xaw/xboard.h
xaw/xengineoutput.c
xaw/xgamelist.c
xaw/xgamelist.h
xaw/xhistory.c
xaw/xhistory.h
xaw/xoptions.c
zic2xpm.c
zic2xpm.man
zippy.c
zippy.h

index 434c547..d6f6a4d 100644 (file)
--- 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 (file)
--- 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
  *
index 8f9cc3b..a3117f0 100755 (executable)
@@ -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
index e490dc0..c6112e3 100644 (file)
--- 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
  *
index 7003bd0..c9f14bc 100644 (file)
--- 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
  *
index 3624eef..ed1675d 100644 (file)
@@ -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 (file)
--- 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 (file)
--- 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:
index 0cb4dc1..1bf2459 100644 (file)
--- 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:
index bf038fd..b3b3112 100644 (file)
--- 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:
index 64956ec..7ff69c5 100644 (file)
--- 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
index 90428b4..e99227f 100644 (file)
--- 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
  *
index 2b29478..4829862 100644 (file)
@@ -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
index 3d3043f..b5032f2 100644 (file)
@@ -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
index 877d88c..5cbd14f 100644 (file)
--- 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
index 498feeb..9c35f16 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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:
index 438564d..319557e 100644 (file)
@@ -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.
  *
  * ------------------------------------------------------------------------
  *
index 522e0ef..e15825b 100644 (file)
@@ -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
  *
index 43f183d..b380731 100644 (file)
@@ -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.
  *
  * ------------------------------------------------------------------------
  *
index 67c277b..3ad22b4 100644 (file)
@@ -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
  *
index 18565a2..5ac3cf8 100644 (file)
@@ -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
  *
index 2fc5211..dc84ecd 100644 (file)
@@ -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
  *
index c5f81e8..fed6aa3 100644 (file)
@@ -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:
index 3527343..ed66f3b 100644 (file)
@@ -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:
index 50f5471..34a960c 100644 (file)
@@ -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.
  *
  * ------------------------------------------------------------------------
  *
index f60f6a3..0f197de 100644 (file)
@@ -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
index 96313f9..31b4dfe 100644 (file)
@@ -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:
index a1f82fd..ca4e001 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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
  *
index 7b39a72..89cb3d0 100644 (file)
@@ -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.
  *
  * ------------------------------------------------------------------------
  *
index 8dc395f..28e24b2 100644 (file)
@@ -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.
  *
  * ------------------------------------------------------------------------
  *
index 649e16b..058b4c8 100644 (file)
@@ -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
index e1d9766..f66aa26 100644 (file)
@@ -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
index 6200d0f..d86c8b8 100644 (file)
--- 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
index 6b0b1cb..69c17cb 100644 (file)
--- 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
  *
index 23957f6..8b55af6 100644 (file)
--- 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
  *
index f65e9e6..0413b62 100755 (executable)
@@ -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 (file)
--- 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.
  *
  * ------------------------------------------------------------------------
  *
index 4b9ea00..82801b8 100644 (file)
--- 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:
index bab1303..5b22eae 100644 (file)
--- 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:
index 0aa18fe..660da94 100644 (file)
--- 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:
index a7e6153..d2fd9cf 100644 (file)
@@ -5,7 +5,7 @@
  * Massachusetts.\r
  *\r
  * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006,\r
- * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index 6ce65ea..f76e299 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * help.h\r
  *\r
- * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  * ------------------------------------------------------------------------\r
  *\r
  * GNU XBoard is free software: you can redistribute it and/or modify\r
index 7f4ca63..6816562 100644 (file)
@@ -12,7 +12,7 @@
 <P><B><A NAME="copyright"></A>COPYRIGHT</B></P>\r
 \r
 <P>Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts. <BR>\r
-Enhancements Copyright 1992-2012 Free Software Foundation, Inc.</P>\r
+Enhancements Copyright 1992-2013 Free Software Foundation, Inc.</P>\r
 \r
 <P>The following terms apply to Digital Equipment Corporation's copyright interest in WinBoard:</P>\r
 \r
index 127804e..f488039 100644 (file)
@@ -5,7 +5,7 @@
  * Massachusetts.\r
  *\r
  * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006,\r
- * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * XBoard borrows its colors and the bitmaps.xchess bitmap set from XChess,\r
  * which was written and is copyrighted by Wayne Christopher.\r
index d71f3ec..3326e14 100644 (file)
@@ -196,7 +196,7 @@ ABOUTBOX
 "OK" === ""\r
 "Chessboard for Windows" === ""\r
 "Copyright 1991 Digital Equipment Corporation" === ""\r
-"Enhancements Copyright 1992-2012  Free Software Foundation" === ""\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === ""\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === ""\r
 ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1]\r
 ## The following string of 6 spaces can be translated to an acknowledgement of the translator,\r
index da9b770..e4ee588 100644 (file)
@@ -164,7 +164,7 @@ ABOUTBOX
 "OK" === "OK"\r
 "Chessboard for Windows" === "Schachbrett für Windows"\r
 "Copyright 1991 Digital Equipment Corporation" === "Copyright (c) Digital Equipment Corporation 1991"\r
-"Enhancements Copyright 1992-2010  Free Software Foundation" === "Weiter Copyright (c) Free Software Fundation 1992-2010"\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === "Weiter Copyright (c) Free Software Fundation 1992-2010"\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === "Weiter Copyright (c) \r\nAlessandro Scotti 2005"\r
 "WinBoard 0.0.0" === "WinBoard 0.0.0"\r
 \r
index 47a0a72..2e43e76 100644 (file)
@@ -198,7 +198,7 @@ ABOUTBOX
 "OK" === "OK"\r
 "Chessboard for Windows" === "Interfaccia per gli Scacchi e varianti per Windows"\r
 "Copyright 1991 Digital Equipment Corporation" === "Copyright (C) 1991 Digital Equipment Corporation"\r
-"Enhancements Copyright 1992-2010  Free Software Foundation" === "Modifiche Copyright (C) 1992-2010 Free Software Foundation"\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === "Modifiche Copyright (C) 1992-2013 Free Software Foundation"\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === "Modifiche Copyright (C) 2005\r\nAlessandro Scotti"\r
 ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1]\r
 ## The following string of 6 spaces can be translated to an acknowledgement of the translator,\r
index 61e507d..f3db294 100644 (file)
@@ -171,7 +171,7 @@ ABOUTBOX
 "OK" === "OK"\r
 "Chessboard for Windows" === "Schaakbord voor Windows"\r
 "Copyright 1991 Digital Equipment Corporation" === ""\r
-"Enhancements Copyright 1992-2011  Free Software Foundation" === ""\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === ""\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === ""\r
 ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1]\r
 ## The following string of 6 spaces can be translated to an acknowledgement of the translator,\r
index cb0d8a7..01164d8 100644 (file)
@@ -184,7 +184,7 @@ ABOUTBOX
 "OK" === "OK"\r
 "Chessboard for Windows" === "WinBoard GUI pentru Windows"\r
 "Copyright 1991 Digital Equipment Corporation" === ""\r
-"Enhancements Copyright 1992-2011  Free Software Foundation" === ""\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === ""\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === ""\r
 ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1]\r
 ## The following string of 6 spaces can be translated to an acknowledgement of the translator,\r
index 4e756f2..e8b95eb 100644 (file)
@@ -197,7 +197,7 @@ ABOUTBOX
 "OK" === "OK"\r
 "Chessboard for Windows" === "Øàõìàòíàÿ äîñêà äëÿ Windows"\r
 "Copyright 1991 Digital Equipment Corporation" === ""\r
-"Enhancements Copyright 1992-2011  Free Software Foundation" === ""\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === ""\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === ""\r
 ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1]\r
 ## The following string of 6 spaces can be translated to an acknowledgement of the translator,\r
index 90097f6..fa7f79b 100644 (file)
@@ -172,7 +172,7 @@ ABOUTBOX
 "Chessboard for Windows" === "Tablero de ajedrez para Windows"\r
 ## Following 3 strings doesn't get translated :(\r
 "Copyright 1991 Digital Equipment Corporation" === "(c) Copyright Digital Equipment Corporation 1991"\r
-"Enhancements Copyright 1992-2010  Free Software Foundation" === "Mejoras (c) Copyright Free Software Fundation 1992-2010"\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === "Mejoras (c) Copyright Free Software Fundation 1992-2010"\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === "Mejoras (c) Copyright\r\nAlessandro Scotti 2005"\r
 ## What happened with H.G.Muller?\r
 ## Absolutely needed a link to download the most recent version\r
index 77b8eaf..bb7c602 100644 (file)
@@ -196,7 +196,7 @@ ABOUTBOX
 "OK" === "Ðýõòc"\r
 "Chessboard for Windows" === "Bàn CõÌ Cho Windows"\r
 "Copyright 1991 Digital Equipment Corporation" === "BaÒn QuyêÌn 1991 Digital Equipment Corporation"\r
-"Enhancements Copyright 1992-2010  Free Software Foundation" === ""\r
+"Enhancements Copyright 1992-2013  Free Software Foundation" === ""\r
 "Enhancements Copyright 2005\r\nAlessandro Scotti" === ""\r
 ## What happened with H.G.Muller? [He sold his copyrights to FSF for $1]\r
 ## The following string of 6 spaces can be translated to an acknowledgement of the translator,\r
index 92c506f..99c5f31 100644 (file)
@@ -3,7 +3,7 @@
  *\r
  * Author: H.G.Muller (August 2009)\r
  *\r
- * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * ------------------------------------------------------------------------\r
  *\r
index 340c4b7..72acf05 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * wclipbrd.c -- Clipboard routines for WinBoard\r
  *\r
- * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index 4ab3dcc..16992f0 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * wclipbrd.c -- Clipboard routines for WinBoard\r
  *\r
- * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index bdfa78c..2968710 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * wedittags.c -- EditTags window for WinBoard\r
  *\r
- * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index 96d156c..47bca87 100644 (file)
@@ -5,7 +5,7 @@
  *\r
  * Copyright 2005 Alessandro Scotti\r
  *\r
- * Enhancements Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Enhancements Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * ------------------------------------------------------------------------\r
  *\r
index 886b02c..2512bc8 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * wgamelist.c -- Game list window for WinBoard\r
  *\r
- * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 1995, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index 2069301..5249c92 100644 (file)
@@ -5,7 +5,7 @@
  * Massachusetts. \r
  *\r
  * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006,\r
- * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index c1a846e..b3eee24 100644 (file)
@@ -5,7 +5,7 @@
  * Massachusetts. \r
  *\r
  * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006,\r
- * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index 2c47038..517f660 100644 (file)
@@ -44,7 +44,7 @@ BEGIN
     LTEXT           "Chessboard for Windows",400,25,15,121,8\r
     LTEXT           "Copyright 1991 Digital Equipment Corporation",201,6,34,\r
                     149,8\r
-    LTEXT           "Enhancements Copyright 1992-2012  Free Software Foundation",\r
+    LTEXT           "Enhancements Copyright 1992-2013  Free Software Foundation",\r
                     OPT_TCtext1,6,45,121,17\r
     CONTROL         "",OPT_TCTime,"Static",SS_BLACKRECT,4,28,159,1\r
     LTEXT           "WinBoard 0.0.0",ABOUTBOX_Version,25,5,160,8\r
@@ -248,7 +248,7 @@ BEGIN
     RTEXT           "Chessboard for Windows",IDC_ChessBoard,196,154,80,8\r
     LTEXT           "Copyright 1991 Digital Equipment Corporation",201,4,168,\r
                     151,8\r
-    LTEXT           "Enhancements Copyright 1992-2003   Free Software Foundation",\r
+    LTEXT           "Enhancements Copyright 1992-2013   Free Software Foundation",\r
                     OPT_TCtext1,4,179,126,17\r
     CONTROL         "",OPT_TCTime,"Static",SS_BLACKRECT,4,164,272,1\r
     LTEXT           "WinBoard 0.0.0",ABOUTBOX_Version,4,154,64,8\r
index 90db822..1979228 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * woptions.c -- Options dialog box routines for WinBoard\r
  *\r
- * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index dc2a286..cdc1d0d 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * woptions.h -- Options dialog box routines for WinBoard\r
  *\r
- * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2000, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  *\r
  * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
index 58d465a..24a1b4b 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * wsockerr.c\r
  *\r
- * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  * ------------------------------------------------------------------------\r
  *\r
  * GNU XBoard is free software: you can redistribute it and/or modify\r
index 03468d3..8fb9741 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
  * wsockerr.h\r
  *\r
- * Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.\r
+ * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.\r
  * ------------------------------------------------------------------------\r
  *\r
  * GNU XBoard is free software: you can redistribute it and/or modify\r
index d8f3df2..9d2eeef 100644 (file)
@@ -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:
index 3345c33..213c1bd 100644 (file)
@@ -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:
index b3b74f1..4839633 100644 (file)
@@ -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.
  *
  * ------------------------------------------------------------------------
  *
index 50367b1..288b373 100644 (file)
@@ -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
index fa7b41a..5a0a5e1 100644 (file)
@@ -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
index 805c1f3..393f51d 100644 (file)
@@ -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
index e5f67c6..e2a51ad 100644 (file)
@@ -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
index 4770f53..42f8977 100644 (file)
@@ -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
index 12545ba..6bc2273 100644 (file)
--- 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 <frankm@hiwaay.net>.
 
-       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 
index c4ac7c2..8f8977d 100644 (file)
@@ -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 (file)
--- 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 (file)
--- 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
  *