aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-03-18 12:13:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-18 12:13:20 +0800
commit2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff (patch)
tree84ed60774f98a53bbbd8808dc890dde7ba68b7d3
parenta687435a74646d259a0112a0c33f96817568b765 (diff)
downloadgsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar
gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar.gz
gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar.bz2
gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar.lz
gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar.xz
gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar.zst
gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.zip
added (c) symbol and 2004 and changed to Novell to the copyright notice in
2004-03-18 Not Zed <NotZed@Ximian.com> * 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
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-about-box.c2
2 files changed, 6 insertions, 1 deletions
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 <NotZed@Ximian.com>
+
+ * 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 <NotZed@Ximian.com>
* 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"),
"",