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 --- calendar/gui/calendar-summary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/calendar-summary.c') diff --git a/calendar/gui/calendar-summary.c b/calendar/gui/calendar-summary.c index 89e528716e..447b72f8e0 100644 --- a/calendar/gui/calendar-summary.c +++ b/calendar/gui/calendar-summary.c @@ -3,7 +3,7 @@ * * Authors: Iain Holmes * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * This program is free software; you can redistribute it and/or @@ -560,7 +560,7 @@ summary_to_string (CalSummary *summary) xmlNsPtr ns; doc = xmlNewDoc ("1.0"); - ns = xmlNewGlobalNs (doc, "http://www.ximian.com", "calendar-summary"); + ns = xmlNewGlobalNs (doc, "www.ximian.com", "calendar-summary"); doc->root = xmlNewDocNode (doc, ns, "calendar-summary", NULL); xmlNewChild (doc->root, ns, "showappointments", -- cgit v1.2.3