diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2008-06-21 06:12:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2008-06-21 06:12:01 +0800 |
commit | 8652b4f84ce12f91138bf6eba33ec63f3dd4dfa6 (patch) | |
tree | 7bc34016dec72d44a98541d9d2c8e10e107b3c15 /composer/e-msg-composer.c | |
parent | 159bc6fd093f4f8613e091157a379bb88d1a5e9c (diff) | |
download | gsoc2013-evolution-8652b4f84ce12f91138bf6eba33ec63f3dd4dfa6.tar.gz gsoc2013-evolution-8652b4f84ce12f91138bf6eba33ec63f3dd4dfa6.tar.zst gsoc2013-evolution-8652b4f84ce12f91138bf6eba33ec63f3dd4dfa6.zip |
fixed copyright notices
svn path=/trunk/; revision=35662
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 5d43fb9b2f..27cb33f33d 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer.c * - * Copyright (C) 1999-2003 Ximian, Inc. (www.ximian.com) + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -43,15 +43,15 @@ #define SMIME_SUPPORTED 1 -#include <ctype.h> -#include <errno.h> -#include <fcntl.h> #include <stdlib.h> #include <string.h> +#include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> -#include <sys/types.h> #include <unistd.h> +#include <ctype.h> +#include <fcntl.h> +#include <errno.h> #include <glib.h> |