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 | |
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')
-rw-r--r-- | calendar/cal-util/cal-component.c | 2 | ||||
-rw-r--r-- | calendar/cal-util/cal-component.h | 2 | ||||
-rw-r--r-- | calendar/cal-util/cal-recur.c | 4 | ||||
-rw-r--r-- | calendar/cal-util/cal-recur.h | 4 | ||||
-rw-r--r-- | calendar/cal-util/cal-util.c | 2 | ||||
-rw-r--r-- | calendar/cal-util/cal-util.h | 2 | ||||
-rw-r--r-- | calendar/cal-util/calobj.c | 2 | ||||
-rw-r--r-- | calendar/cal-util/test-recur.c | 4 | ||||
-rw-r--r-- | calendar/cal-util/timeutil.c | 2 | ||||
-rw-r--r-- | calendar/cal-util/timeutil.h | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c index 28b60072c5..8263cddbad 100644 --- a/calendar/cal-util/cal-component.c +++ b/calendar/cal-util/cal-component.c @@ -1,6 +1,6 @@ /* Evolution calendar - iCalendar component object * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * Author: Federico Mena-Quintero <federico@ximian.com> diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h index 4b67b24346..937d3f098f 100644 --- a/calendar/cal-util/cal-component.h +++ b/calendar/cal-util/cal-component.h @@ -1,6 +1,6 @@ /* Evolution calendar - iCalendar component object * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * Author: Federico Mena-Quintero <federico@ximian.com> diff --git a/calendar/cal-util/cal-recur.c b/calendar/cal-util/cal-recur.c index 8ac6f771d9..9dcd1579a9 100644 --- a/calendar/cal-util/cal-recur.c +++ b/calendar/cal-util/cal-recur.c @@ -2,9 +2,9 @@ /* * Evolution calendar recurrence rule functions * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Author: Damon Chaplin <damon@helixcode.com> + * Author: Damon Chaplin <damon@ximian.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/calendar/cal-util/cal-recur.h b/calendar/cal-util/cal-recur.h index de5a139f78..ad80c3ce1b 100644 --- a/calendar/cal-util/cal-recur.h +++ b/calendar/cal-util/cal-recur.h @@ -2,9 +2,9 @@ /* * Evolution calendar recurrence rule functions * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Author: Damon Chaplin <damon@helixcode.com> + * Author: Damon Chaplin <damon@ximian.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/calendar/cal-util/cal-util.c b/calendar/cal-util/cal-util.c index 67da788b0f..160d984533 100644 --- a/calendar/cal-util/cal-util.c +++ b/calendar/cal-util/cal-util.c @@ -1,6 +1,6 @@ /* Evolution calendar utilities and types * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * Author: Federico Mena-Quintero <federico@ximian.com> diff --git a/calendar/cal-util/cal-util.h b/calendar/cal-util/cal-util.h index a0a111258d..6541515c22 100644 --- a/calendar/cal-util/cal-util.h +++ b/calendar/cal-util/cal-util.h @@ -1,6 +1,6 @@ /* Evolution calendar utilities and types * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * Author: Federico Mena-Quintero <federico@ximian.com> 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); diff --git a/calendar/cal-util/test-recur.c b/calendar/cal-util/test-recur.c index e84b0f9201..4fee2d23a9 100644 --- a/calendar/cal-util/test-recur.c +++ b/calendar/cal-util/test-recur.c @@ -2,9 +2,9 @@ /* * Author : - * Damon Chaplin <damon@helixcode.com> + * Damon Chaplin <damon@ximian.com> * - * Copyright 2000, Helix Code, Inc. + * Copyright 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/calendar/cal-util/timeutil.c b/calendar/cal-util/timeutil.c index 7bb4c904ec..07936950c0 100644 --- a/calendar/cal-util/timeutil.c +++ b/calendar/cal-util/timeutil.c @@ -1,7 +1,7 @@ /* Miscellaneous time-related utilities * * Copyright (C) 1998 The Free Software Foundation - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * Authors: Federico Mena <federico@ximian.com> diff --git a/calendar/cal-util/timeutil.h b/calendar/cal-util/timeutil.h index 3907a11b8c..b01747ecfc 100644 --- a/calendar/cal-util/timeutil.h +++ b/calendar/cal-util/timeutil.h @@ -1,7 +1,7 @@ /* Miscellaneous time-related utilities * * Copyright (C) 1998 The Free Software Foundation - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * Authors: Federico Mena <federico@ximian.com> |