diff options
Diffstat (limited to 'executive-summary/component')
-rw-r--r-- | executive-summary/component/component-factory.c | 6 | ||||
-rw-r--r-- | executive-summary/component/component-factory.h | 2 | ||||
-rw-r--r-- | executive-summary/component/e-summary-callbacks.c | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-factory.c | 6 | ||||
-rw-r--r-- | executive-summary/component/e-summary-factory.h | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-prefs.c | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-prefs.h | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-url.c | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-url.h | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-util.c | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-util.h | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary.c | 6 | ||||
-rw-r--r-- | executive-summary/component/e-summary.h | 4 | ||||
-rw-r--r-- | executive-summary/component/main.c | 4 |
14 files changed, 30 insertions, 30 deletions
diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c index 8036b7b346..8eaf7bc76d 100644 --- a/executive-summary/component/component-factory.c +++ b/executive-summary/component/component-factory.c @@ -1,10 +1,10 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* component-factory.c * - * Authors: Ettore Perazzoli <ettore@helixcode.com> - * Iain Holmes <iain@helixcode.com> + * Authors: Ettore Perazzoli <ettore@ximian.com> + * 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 diff --git a/executive-summary/component/component-factory.h b/executive-summary/component/component-factory.h index 65e4ad1d56..ff1f2c2bc9 100644 --- a/executive-summary/component/component-factory.h +++ b/executive-summary/component/component-factory.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* component-factory.h * - * 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 diff --git a/executive-summary/component/e-summary-callbacks.c b/executive-summary/component/e-summary-callbacks.c index 216d28c30f..ddad892891 100644 --- a/executive-summary/component/e-summary-callbacks.c +++ b/executive-summary/component/e-summary-callbacks.c @@ -2,9 +2,9 @@ /* e-summary-callbacks.c * * Author: - * Iain Holmes <iain@helixcode.com> + * 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 diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 9952c42fb7..4562952f69 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -1,10 +1,10 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-factory.c * - * Authors: Ettore Perazzoli <ettore@helixcode.com> - * Iain Holmes <iain@helixcode.com> + * Authors: Ettore Perazzoli <ettore@ximian.com> + * 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 diff --git a/executive-summary/component/e-summary-factory.h b/executive-summary/component/e-summary-factory.h index a9489d06a4..6fc7de7117 100644 --- a/executive-summary/component/e-summary-factory.h +++ b/executive-summary/component/e-summary-factory.h @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-factory.h * - * 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 diff --git a/executive-summary/component/e-summary-prefs.c b/executive-summary/component/e-summary-prefs.c index 5ed9876cf4..68de19e95f 100644 --- a/executive-summary/component/e-summary-prefs.c +++ b/executive-summary/component/e-summary-prefs.c @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-prefs.c: Preference handling routines. * - * 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 diff --git a/executive-summary/component/e-summary-prefs.h b/executive-summary/component/e-summary-prefs.h index 9dc7b09404..a1535e787c 100644 --- a/executive-summary/component/e-summary-prefs.h +++ b/executive-summary/component/e-summary-prefs.h @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-prefs.h: Preference handling routines. * - * 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 diff --git a/executive-summary/component/e-summary-url.c b/executive-summary/component/e-summary-url.c index 4a7a630303..16fd41c786 100644 --- a/executive-summary/component/e-summary-url.c +++ b/executive-summary/component/e-summary-url.c @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-url.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 diff --git a/executive-summary/component/e-summary-url.h b/executive-summary/component/e-summary-url.h index 9844d384e0..ced2d45531 100644 --- a/executive-summary/component/e-summary-url.h +++ b/executive-summary/component/e-summary-url.h @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-url.h * - * 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 diff --git a/executive-summary/component/e-summary-util.c b/executive-summary/component/e-summary-util.c index 53dcea9488..28da2b1f87 100644 --- a/executive-summary/component/e-summary-util.c +++ b/executive-summary/component/e-summary-util.c @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-url.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 diff --git a/executive-summary/component/e-summary-util.h b/executive-summary/component/e-summary-util.h index 63799a324a..c7c260dc07 100644 --- a/executive-summary/component/e-summary-util.h +++ b/executive-summary/component/e-summary-util.h @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-util.h * - * 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 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)); diff --git a/executive-summary/component/e-summary.h b/executive-summary/component/e-summary.h index 36a9be6ed3..757b513058 100644 --- a/executive-summary/component/e-summary.h +++ b/executive-summary/component/e-summary.h @@ -1,9 +1,9 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary.h * - * 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 diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index e5e45632f1..ed21ac567e 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -1,7 +1,7 @@ /* * main.c: The core of the executive summary component. * - * 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 @@ -18,7 +18,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: Iain Holmes <iain@helixcode.com> + * Author: Iain Holmes <iain@ximian.com> */ #ifdef HAVE_CONFIG_H |