From 91cc026904ed4cef8baf2e376940a850d02865ae Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 23 Jun 2001 08:52:02 +0000 Subject: Update the copyrights, replacing Helix Code with Ximian and helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440 --- addressbook/gui/contact-editor/test-editor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'addressbook/gui/contact-editor/test-editor.c') diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 22c871c693..4842a93bf2 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * test-editor.c - * Copyright (C) 2000 Helix Code, Inc. - * Author: Chris Lahey + * Copyright (C) 2000 Ximian, Inc. + * Author: Chris Lahey * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -44,7 +44,7 @@ " \ "EMAIL;INTERNET:nat@nat.org " \ -"EMAIL;INTERNET:nat@helixcode.com +"EMAIL;INTERNET:nat@ximian.com " \ "ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234; " \ @@ -103,7 +103,7 @@ static void about_callback( GtkWidget *widget, gpointer data ) GtkWidget *about = gnome_about_new ( _( "Contact Editor Test" ), VERSION, - _( "Copyright (C) 2000, Helix Code, Inc." ), + _( "Copyright (C) 2000, Ximian, Inc." ), authors, _( "This should test the contact editor canvas item" ), NULL); -- cgit