diff options
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 * *****************************************************************************/ |