X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.c;h=06df02e10f7fd19760984ee385bd111281868ff2;hb=f795bf86b3011a5e0aa88493ce106ca93e664089;hp=ba45445da954ae2f91d822459f1c551ad14bef9d;hpb=36594bc0f99d1a28476d3d5213a4dae0de1a5785;p=xboard.git diff --git a/xboard.c b/xboard.c index ba45445..06df02e 100644 --- a/xboard.c +++ b/xboard.c @@ -7395,9 +7395,8 @@ void AboutProc(w, event, prms, nprms) sprintf(buf, "%s%s\n\n%s\n%s\n%s\n%s\n\n%s%s\n%s", programVersion, zippy, "Copyright 1991 Digital Equipment Corporation", - "Enhancements Copyright 1992-2001 Free Software Foundation", + "Enhancements Copyright 1992-2009 Free Software Foundation", "Enhancements Copyright 2005 Alessandro Scotti", - "Enhancements Copyright 2007-2008 H.G.Muller", PRODUCT, " is free software and carries NO WARRANTY;", "see the file COPYING for more information."); ErrorPopUp(_("About XBoard"), buf, FALSE);