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 /calendar/cal-util/calobj.c | |
parent | eb192c72694be6309fd0b791d7632066232f2d8b (diff) | |
download | gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.gz 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 'calendar/cal-util/calobj.c')
-rw-r--r-- | calendar/cal-util/calobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c index bcb1b9bb88..4ffd180c15 100644 --- a/calendar/cal-util/calobj.c +++ b/calendar/cal-util/calobj.c @@ -22,7 +22,7 @@ /* VCalendar product ID */ -#define PRODID "-//Helix Code//NONSGML Evolution Calendar//EN" +#define PRODID "-//Ximian//NONSGML Evolution Calendar//EN" static gint compare_exdates (gconstpointer a, gconstpointer b); static void ical_object_normalize_summary (iCalObject *ico); |