diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 16:52:02 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 16:52:02 +0800 |
commit | 91cc026904ed4cef8baf2e376940a850d02865ae (patch) | |
tree | db01f872826417c6fe2016b1889e8119f1ebf01e /executive-summary/component/e-summary.c | |
parent | eb192c72694be6309fd0b791d7632066232f2d8b (diff) | |
download | gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.gz gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.bz2 gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.lz gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.xz gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.zst gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.zip |
Update the copyrights, replacing Helix Code with Ximian and
helixcode.com with ximian.com all over the place.
svn path=/trunk/; revision=10440
Diffstat (limited to 'executive-summary/component/e-summary.c')
-rw-r--r-- | executive-summary/component/e-summary.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/executive-summary/component/e-summary.c b/executive-summary/component/e-summary.c index a667c0c9f2..63aed7f4dc 100644 --- a/executive-summary/component/e-summary.c +++ b/executive-summary/component/e-summary.c @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary.c * - * Authors: Iain Holmes <iain@helixcode.com> + * Authors: Iain Holmes <iain@ximian.com> * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -180,7 +180,7 @@ static void load_default_footer (ESummary *esummary) { ESummaryPrivate *priv; - char *footer = "<hr><p align=\"right\">All Executive Summary comments to <a href=\"mailto:iain@helixcode.com\">Iain Holmes (iain@helixcode.com)</a></p></body></html>"; + char *footer = "<hr><p align=\"right\">All Executive Summary comments to <a href=\"mailto:iain@ximian.com\">Iain Holmes (iain@ximian.com)</a></p></body></html>"; g_return_if_fail (esummary != NULL); g_return_if_fail (IS_E_SUMMARY (esummary)); |