From 21c510692840e3fc1b8a7e0943d73e7640d7eecc Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sat, 11 Feb 2012 18:26:34 +0100 Subject: [PATCH] Fix date in copyright notice about-box --- xboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xboard.c b/xboard.c index 92f9bf7..e8fdeb7 100644 --- a/xboard.c +++ b/xboard.c @@ -6583,7 +6583,7 @@ AboutProc (Widget w, XEvent *event, String *prms, Cardinal *nprms) snprintf(buf, sizeof(buf), _("%s%s\n\n" "Copyright 1991 Digital Equipment Corporation\n" -"Enhancements Copyright 1992-2009 Free Software Foundation\n" +"Enhancements Copyright 1992-2012 Free Software Foundation\n" "Enhancements Copyright 2005 Alessandro Scotti\n\n" "%s is free software and carries NO WARRANTY;" "see the file COPYING for more information."), -- 1.7.0.4