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 /camel/broken-date-parser.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 'camel/broken-date-parser.c')
-rw-r--r-- | camel/broken-date-parser.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/camel/broken-date-parser.c b/camel/broken-date-parser.c index 4e168efb64..b63103bba6 100644 --- a/camel/broken-date-parser.c +++ b/camel/broken-date-parser.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Authors: Jeffrey Stedfast <fejj@helixcode.com> + * Authors: Jeffrey Stedfast <fejj@ximian.com> * - * Copyright 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright 2000 Ximian, Inc. (www.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 @@ -39,7 +39,7 @@ static char *tz_months [] = { /***************************************************************************** * The following functions are here in the case of badly broken date formats * * * - * -- fejj@helixcode.com * + * -- fejj@ximian.com * *****************************************************************************/ typedef struct { @@ -314,5 +314,5 @@ parse_broken_date (const gchar *datestr) /***************************************************************************** * This ends the code for the broken date parser... * * * - * -- fejj@helixcode.com * + * -- fejj@ximian.com * *****************************************************************************/ |