From 2817c12a345c758ba66d1b14b977349a51f39324 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sat, 13 Jun 2009 09:25:07 -0700 Subject: [PATCH] removed my name from copyright message in help->about menu --- xboard.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 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); -- 1.7.0.4