From 2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 18 Mar 2004 04:13:20 +0000 Subject: added (c) symbol and 2004 and changed to Novell to the copyright notice in 2004-03-18 Not Zed * e-shell-about-box.c: added (c) symbol and 2004 and changed to Novell to the copyright notice in the about box. svn path=/trunk/; revision=25108 --- shell/ChangeLog | 5 +++++ shell/e-shell-about-box.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 8e1e4ad648..86e6cca3ec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-03-18 Not Zed + + * e-shell-about-box.c: added (c) symbol and 2004 and changed to + Novell to the copyright notice in the about box. + 2004-03-12 Not Zed * e-shell.c (detect_version): when we check the evolution dir diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index 85cc3ef921..413c029883 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -40,7 +40,7 @@ static GtkEventBoxClass *parent_class = NULL; static const char *text[] = { "", "Evolution " VERSION, - "Copyright 1999 - 2003 Ximian, Inc.", + "Copyright \xC2\xA9 1999 - 2004 Novell, Inc.", "", N_("Brought to you by"), "", -- cgit