diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/Evolution-Composer.idl | 4 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment-bar.c | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment-bar.h | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.c | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.h | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-hdrs.c | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-hdrs.h | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-select-file.c | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-select-file.h | 2 | ||||
-rw-r--r-- | composer/e-msg-composer.c | 2 | ||||
-rw-r--r-- | composer/evolution-composer.c | 4 | ||||
-rw-r--r-- | composer/evolution-composer.h | 2 | ||||
-rw-r--r-- | composer/listener.c | 4 | ||||
-rw-r--r-- | composer/listener.h | 4 |
14 files changed, 18 insertions, 18 deletions
diff --git a/composer/Evolution-Composer.idl b/composer/Evolution-Composer.idl index 067ad2fa23..c15597068a 100644 --- a/composer/Evolution-Composer.idl +++ b/composer/Evolution-Composer.idl @@ -3,9 +3,9 @@ * Evolution-Composer.idl: Mail composer interfaces for Evolution * * Author: - * Dan Winship <danw@helixcode.com> + * Dan Winship <danw@ximian.com> * - * (C) 2000 Helix Code, Inc. + * (C) 2000 Ximian, Inc. */ #include <Bonobo.idl> diff --git a/composer/e-msg-composer-attachment-bar.c b/composer/e-msg-composer-attachment-bar.c index 2c0f42f9ed..27d017e787 100644 --- a/composer/e-msg-composer-attachment-bar.c +++ b/composer/e-msg-composer-attachment-bar.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer-attachment-bar.c * - * Copyright (C) 1999 Helix Code, Inc. + * Copyright (C) 1999 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/composer/e-msg-composer-attachment-bar.h b/composer/e-msg-composer-attachment-bar.h index 5c7db51df5..118f245a88 100644 --- a/composer/e-msg-composer-attachment-bar.h +++ b/composer/e-msg-composer-attachment-bar.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* msg-composer-attachment-bar.h * - * Copyright (C) 1999 Helix Code, Inc. + * Copyright (C) 1999 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/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c index b473e48ab5..f0cfa63750 100644 --- a/composer/e-msg-composer-attachment.c +++ b/composer/e-msg-composer-attachment.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer-attachment.c * - * Copyright (C) 1999 Helix Code, Inc. + * Copyright (C) 1999 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/composer/e-msg-composer-attachment.h b/composer/e-msg-composer-attachment.h index 381f347380..e51db41d73 100644 --- a/composer/e-msg-composer-attachment.h +++ b/composer/e-msg-composer-attachment.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer-attachment.h * - * Copyright (C) 1999 Helix Code, Inc. + * Copyright (C) 1999 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/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c index 74932d1ca1..6d181d5ed4 100644 --- a/composer/e-msg-composer-hdrs.c +++ b/composer/e-msg-composer-hdrs.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* msg-composer-hdrs.c * - * Copyright (C) 1999 Helix Code, Inc. + * Copyright (C) 1999 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/composer/e-msg-composer-hdrs.h b/composer/e-msg-composer-hdrs.h index 5532289c37..42f8dee7d1 100644 --- a/composer/e-msg-composer-hdrs.h +++ b/composer/e-msg-composer-hdrs.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* msg-composer-hdrs.h * - * Copyright (C) 1999 Helix Code, Inc. + * Copyright (C) 1999 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/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c index 338b96aaa4..a8b8f34a48 100644 --- a/composer/e-msg-composer-select-file.c +++ b/composer/e-msg-composer-select-file.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer-select-file.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 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/composer/e-msg-composer-select-file.h b/composer/e-msg-composer-select-file.h index 316426b40b..d0df1732e6 100644 --- a/composer/e-msg-composer-select-file.h +++ b/composer/e-msg-composer-select-file.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer-select-file.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 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/composer/e-msg-composer.c b/composer/e-msg-composer.c index 41cd2298f4..ee949ddf05 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 Helix Code, Inc. + * Copyright (C) 1999 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/composer/evolution-composer.c b/composer/evolution-composer.c index ce251f2f9e..ef9456c1aa 100644 --- a/composer/evolution-composer.c +++ b/composer/evolution-composer.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-composer.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 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 @@ -18,7 +18,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: Dan Winship <danw@helixcode.com> + * Author: Dan Winship <danw@ximian.com> */ #ifdef HAVE_CONFIG_H diff --git a/composer/evolution-composer.h b/composer/evolution-composer.h index 65f3f246d2..9791a262fd 100644 --- a/composer/evolution-composer.h +++ b/composer/evolution-composer.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-composer.h * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 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/composer/listener.c b/composer/listener.c index 0ed868a104..c3cc8f4e76 100644 --- a/composer/listener.c +++ b/composer/listener.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* This file is part of gnome-spell bonobo component - Copyright (C) 2000 Helix Code, Inc. - Authors: Radek Doulik <rodo@helixcode.com> + Copyright (C) 2000 Ximian, Inc. + Authors: Radek Doulik <rodo@ximian.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/composer/listener.h b/composer/listener.h index 0c50ef2111..72e2cb697a 100644 --- a/composer/listener.h +++ b/composer/listener.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* This file is part of gnome-spell bonobo component - Copyright (C) 2000 Helix Code, Inc. - Authors: Radek Doulik <rodo@helixcode.com> + Copyright (C) 2000 Ximian, Inc. + Authors: Radek Doulik <rodo@ximian.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public |