From 91cc026904ed4cef8baf2e376940a850d02865ae Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 23 Jun 2001 08:52:02 +0000 Subject: Update the copyrights, replacing Helix Code with Ximian and helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440 --- camel/providers/imap/camel-imap-private.h | 4 ++-- camel/providers/imap/camel-imap-provider.c | 4 ++-- camel/providers/imap/camel-imap-search.h | 4 ++-- camel/providers/imap/camel-imap-store.h | 4 ++-- camel/providers/imap/camel-imap-summary.c | 6 +++--- camel/providers/imap/camel-imap-summary.h | 6 +++--- camel/providers/imap/camel-imap-types.h | 2 +- camel/providers/imap/camel-imap-utils.c | 4 ++-- camel/providers/imap/camel-imap-utils.h | 4 ++-- camel/providers/imap/camel-imap-wrapper.c | 4 ++-- camel/providers/imap/camel-imap-wrapper.h | 2 +- camel/providers/local/camel-local-folder.c | 4 ++-- camel/providers/local/camel-local-folder.h | 4 ++-- camel/providers/local/camel-local-private.h | 4 ++-- camel/providers/local/camel-local-provider.c | 4 ++-- camel/providers/local/camel-local-store.c | 4 ++-- camel/providers/local/camel-local-store.h | 2 +- camel/providers/local/camel-local-summary.c | 4 ++-- camel/providers/local/camel-local-summary.h | 4 ++-- camel/providers/local/camel-maildir-folder.c | 4 ++-- camel/providers/local/camel-maildir-folder.h | 4 ++-- camel/providers/local/camel-maildir-store.c | 4 ++-- camel/providers/local/camel-maildir-store.h | 4 ++-- camel/providers/local/camel-maildir-summary.c | 2 +- camel/providers/local/camel-maildir-summary.h | 2 +- camel/providers/local/camel-mbox-folder.c | 4 ++-- camel/providers/local/camel-mbox-folder.h | 4 ++-- camel/providers/local/camel-mbox-store.c | 4 ++-- camel/providers/local/camel-mbox-store.h | 4 ++-- camel/providers/local/camel-mbox-summary.c | 4 ++-- camel/providers/local/camel-mbox-summary.h | 4 ++-- camel/providers/local/camel-mh-folder.c | 4 ++-- camel/providers/local/camel-mh-folder.h | 4 ++-- camel/providers/local/camel-mh-store.c | 4 ++-- camel/providers/local/camel-mh-store.h | 4 ++-- camel/providers/local/camel-mh-summary.c | 2 +- camel/providers/local/camel-mh-summary.h | 2 +- camel/providers/local/camel-spool-folder.c | 2 +- camel/providers/local/camel-spool-folder.h | 2 +- camel/providers/local/camel-spool-store.c | 2 +- camel/providers/local/camel-spool-store.h | 2 +- camel/providers/local/camel-spool-summary.c | 2 +- camel/providers/local/camel-spool-summary.h | 2 +- camel/providers/nntp/camel-nntp-auth.c | 2 +- camel/providers/nntp/camel-nntp-auth.h | 4 ++-- camel/providers/nntp/camel-nntp-folder.c | 4 ++-- camel/providers/nntp/camel-nntp-folder.h | 4 ++-- camel/providers/nntp/camel-nntp-grouplist.c | 4 ++-- camel/providers/nntp/camel-nntp-grouplist.h | 4 ++-- camel/providers/nntp/camel-nntp-newsrc.c | 2 +- camel/providers/nntp/camel-nntp-provider.c | 4 ++-- camel/providers/nntp/camel-nntp-resp-codes.h | 2 +- camel/providers/nntp/camel-nntp-store.c | 2 +- camel/providers/nntp/camel-nntp-store.h | 2 +- camel/providers/nntp/camel-nntp-types.h | 4 ++-- camel/providers/nntp/camel-nntp-utils.c | 4 ++-- camel/providers/nntp/camel-nntp-utils.h | 4 ++-- camel/providers/pop3/camel-pop3-folder.c | 4 ++-- camel/providers/pop3/camel-pop3-folder.h | 4 ++-- camel/providers/pop3/camel-pop3-provider.c | 4 ++-- camel/providers/pop3/camel-pop3-store.c | 4 ++-- camel/providers/pop3/camel-pop3-store.h | 4 ++-- camel/providers/sendmail/camel-sendmail-provider.c | 4 ++-- camel/providers/sendmail/camel-sendmail-transport.c | 4 ++-- camel/providers/sendmail/camel-sendmail-transport.h | 4 ++-- camel/providers/smtp/camel-smtp-provider.c | 2 +- camel/providers/smtp/camel-smtp-transport.c | 4 ++-- camel/providers/smtp/camel-smtp-transport.h | 2 +- 68 files changed, 118 insertions(+), 118 deletions(-) (limited to 'camel/providers') diff --git a/camel/providers/imap/camel-imap-private.h b/camel/providers/imap/camel-imap-private.h index 6004840f88..95014eca40 100644 --- a/camel/providers/imap/camel-imap-private.h +++ b/camel/providers/imap/camel-imap-private.h @@ -1,9 +1,9 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * camel-imap-private.h: Private info for imap. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com) + * Copyright 1999, 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 diff --git a/camel/providers/imap/camel-imap-provider.c b/camel/providers/imap/camel-imap-provider.c index 19e72dba5a..c4b86c3bfc 100644 --- a/camel/providers/imap/camel-imap-provider.c +++ b/camel/providers/imap/camel-imap-provider.c @@ -2,9 +2,9 @@ /* camel-imap-provider.c: imap provider registration code */ /* - * Authors: Jeffrey Stedfast + * Authors: Jeffrey Stedfast * - * 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 diff --git a/camel/providers/imap/camel-imap-search.h b/camel/providers/imap/camel-imap-search.h index 97fd6cd6c4..58bd2268ba 100644 --- a/camel/providers/imap/camel-imap-search.h +++ b/camel/providers/imap/camel-imap-search.h @@ -3,9 +3,9 @@ /* * Authors: - * Dan Winship + * Dan Winship * - * 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 diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index 8c0453cb53..accbc8b9ae 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -2,9 +2,9 @@ /* camel-imap-store.h : class for an imap store */ /* - * Authors: Jeffrey Stedfast + * Authors: Jeffrey Stedfast * - * 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/camel/providers/imap/camel-imap-summary.c b/camel/providers/imap/camel-imap-summary.c index e662f013c9..7e737fdd8d 100644 --- a/camel/providers/imap/camel-imap-summary.c +++ b/camel/providers/imap/camel-imap-summary.c @@ -1,10 +1,10 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * * Authors: - * Michael Zucchi - * Dan Winship + * Michael Zucchi + * Dan Winship * * 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/camel/providers/imap/camel-imap-summary.h b/camel/providers/imap/camel-imap-summary.h index e507e75a23..1b96008b1f 100644 --- a/camel/providers/imap/camel-imap-summary.h +++ b/camel/providers/imap/camel-imap-summary.h @@ -1,9 +1,9 @@ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * * Authors: - * Michael Zucchi - * Dan Winship + * Michael Zucchi + * Dan Winship * * 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/camel/providers/imap/camel-imap-types.h b/camel/providers/imap/camel-imap-types.h index e5d2d18dc1..162841e75f 100644 --- a/camel/providers/imap/camel-imap-types.h +++ b/camel/providers/imap/camel-imap-types.h @@ -2,7 +2,7 @@ /* camel-imap-types.h: IMAP types */ /* - * Copyright (C) 2001 Helix Code, Inc. + * Copyright (C) 2001 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/camel/providers/imap/camel-imap-utils.c b/camel/providers/imap/camel-imap-utils.c index 3f581b0c17..1da6bbcf20 100644 --- a/camel/providers/imap/camel-imap-utils.c +++ b/camel/providers/imap/camel-imap-utils.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Authors: Jeffrey Stedfast + * Authors: Jeffrey Stedfast * - * 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 diff --git a/camel/providers/imap/camel-imap-utils.h b/camel/providers/imap/camel-imap-utils.h index 583505a95c..a3b4bbdfdc 100644 --- a/camel/providers/imap/camel-imap-utils.h +++ b/camel/providers/imap/camel-imap-utils.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Authors: Jeffrey Stedfast + * Authors: Jeffrey Stedfast * - * 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 diff --git a/camel/providers/imap/camel-imap-wrapper.c b/camel/providers/imap/camel-imap-wrapper.c index 20ad0c730a..70c68002a0 100644 --- a/camel/providers/imap/camel-imap-wrapper.c +++ b/camel/providers/imap/camel-imap-wrapper.c @@ -2,9 +2,9 @@ /* camel-imap-wrapper.c: data wrapper for offline IMAP data */ /* - * Author: Dan Winship + * Author: Dan Winship * - * Copyright 2000 Helix Code, Inc. (http://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 diff --git a/camel/providers/imap/camel-imap-wrapper.h b/camel/providers/imap/camel-imap-wrapper.h index 38bfd62fe2..0f9bc0d529 100644 --- a/camel/providers/imap/camel-imap-wrapper.h +++ b/camel/providers/imap/camel-imap-wrapper.h @@ -2,7 +2,7 @@ /* camel-imap-wrapper.h: data wrapper for offline IMAP data */ /* - * Copyright 2000 Helix Code, Inc. (http://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 diff --git a/camel/providers/local/camel-local-folder.c b/camel/providers/local/camel-local-folder.c index 1293ca60cc..811a71ecbe 100644 --- a/camel/providers/local/camel-local-folder.c +++ b/camel/providers/local/camel-local-folder.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; fill-column: 160 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright (C) 1999, 2000 Helix Code Inc. + * Copyright (C) 1999, 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/camel/providers/local/camel-local-folder.h b/camel/providers/local/camel-local-folder.h index 7c975c8f7a..227bada2c9 100644 --- a/camel/providers/local/camel-local-folder.h +++ b/camel/providers/local/camel-local-folder.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Author: Michael Zucchi + * Author: Michael Zucchi * - * Copyright (C) 1999 Helix Code (http://www.helixcode.com/). + * Copyright (C) 1999 Ximian (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 diff --git a/camel/providers/local/camel-local-private.h b/camel/providers/local/camel-local-private.h index 5008f7bb23..6c9b156752 100644 --- a/camel/providers/local/camel-local-private.h +++ b/camel/providers/local/camel-local-private.h @@ -1,9 +1,9 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * camel-local-private.h: Private info for local provider. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com) + * Copyright 1999, 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 diff --git a/camel/providers/local/camel-local-provider.c b/camel/providers/local/camel-local-provider.c index 078945a764..2cfade5464 100644 --- a/camel/providers/local/camel-local-provider.c +++ b/camel/providers/local/camel-local-provider.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright (C) 2000 HelixCode (www.helixcode.com). + * Copyright (C) 2000 Ximian (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 diff --git a/camel/providers/local/camel-local-store.c b/camel/providers/local/camel-local-store.c index 4b948ab96a..fe8f09a911 100644 --- a/camel/providers/local/camel-local-store.c +++ b/camel/providers/local/camel-local-store.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * 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/camel/providers/local/camel-local-store.h b/camel/providers/local/camel-local-store.h index 9335b73eaa..75fe6bba98 100644 --- a/camel/providers/local/camel-local-store.h +++ b/camel/providers/local/camel-local-store.h @@ -3,7 +3,7 @@ /* * - * 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/camel/providers/local/camel-local-summary.c b/camel/providers/local/camel-local-summary.c index 8f785afe15..25cdf0d045 100644 --- a/camel/providers/local/camel-local-summary.c +++ b/camel/providers/local/camel-local-summary.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; fill-column: 160 -*- */ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-local-summary.h b/camel/providers/local/camel-local-summary.h index 332175b451..ff71e76867 100644 --- a/camel/providers/local/camel-local-summary.h +++ b/camel/providers/local/camel-local-summary.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-maildir-folder.c b/camel/providers/local/camel-maildir-folder.c index a60b315e0e..159aa84620 100644 --- a/camel/providers/local/camel-maildir-folder.c +++ b/camel/providers/local/camel-maildir-folder.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; fill-column: 160 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright (C) 1999, 2000 Helix Code Inc. + * Copyright (C) 1999, 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/camel/providers/local/camel-maildir-folder.h b/camel/providers/local/camel-maildir-folder.h index 5076e2f73c..f145d5ef18 100644 --- a/camel/providers/local/camel-maildir-folder.h +++ b/camel/providers/local/camel-maildir-folder.h @@ -1,9 +1,9 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Authors: - * Michael Zucchi + * Michael Zucchi * - * 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/camel/providers/local/camel-maildir-store.c b/camel/providers/local/camel-maildir-store.c index b85bdc3aeb..4cc8be1ba0 100644 --- a/camel/providers/local/camel-maildir-store.c +++ b/camel/providers/local/camel-maildir-store.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-maildir-store.h b/camel/providers/local/camel-maildir-store.h index 27b6a6e590..0443c2b57d 100644 --- a/camel/providers/local/camel-maildir-store.h +++ b/camel/providers/local/camel-maildir-store.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-maildir-summary.c b/camel/providers/local/camel-maildir-summary.c index 5d65b02a5e..ee9411c297 100644 --- a/camel/providers/local/camel-maildir-summary.c +++ b/camel/providers/local/camel-maildir-summary.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * * Authors: Not Zed * diff --git a/camel/providers/local/camel-maildir-summary.h b/camel/providers/local/camel-maildir-summary.h index a42692671c..fbb266dfb0 100644 --- a/camel/providers/local/camel-maildir-summary.h +++ b/camel/providers/local/camel-maildir-summary.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * * Authors: Not Zed * diff --git a/camel/providers/local/camel-mbox-folder.c b/camel/providers/local/camel-mbox-folder.c index 5d0d816d27..1bab553ecf 100644 --- a/camel/providers/local/camel-mbox-folder.c +++ b/camel/providers/local/camel-mbox-folder.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; fill-column: 160 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright (C) 1999, 2000 Helix Code Inc. + * Copyright (C) 1999, 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/camel/providers/local/camel-mbox-folder.h b/camel/providers/local/camel-mbox-folder.h index 688135ff76..016cdaea8f 100644 --- a/camel/providers/local/camel-mbox-folder.h +++ b/camel/providers/local/camel-mbox-folder.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright (C) 1999 Helix Code . + * Copyright (C) 1999 Ximian . * * 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/camel/providers/local/camel-mbox-store.c b/camel/providers/local/camel-mbox-store.c index 712c7fde37..adf6806510 100644 --- a/camel/providers/local/camel-mbox-store.c +++ b/camel/providers/local/camel-mbox-store.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * 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/camel/providers/local/camel-mbox-store.h b/camel/providers/local/camel-mbox-store.h index bc8d5149f5..5387413954 100644 --- a/camel/providers/local/camel-mbox-store.h +++ b/camel/providers/local/camel-mbox-store.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * 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/camel/providers/local/camel-mbox-summary.c b/camel/providers/local/camel-mbox-summary.c index 3f0dd100dd..0b502aeecb 100644 --- a/camel/providers/local/camel-mbox-summary.c +++ b/camel/providers/local/camel-mbox-summary.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; fill-column: 160 -*- * - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-mbox-summary.h b/camel/providers/local/camel-mbox-summary.h index e24c2b4cdd..628aa7d695 100644 --- a/camel/providers/local/camel-mbox-summary.h +++ b/camel/providers/local/camel-mbox-summary.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-mh-folder.c b/camel/providers/local/camel-mh-folder.c index 88ef69c2b5..cf9bc827bf 100644 --- a/camel/providers/local/camel-mh-folder.c +++ b/camel/providers/local/camel-mh-folder.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; fill-column: 160 -*- * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * - * Copyright (C) 1999, 2000 Helix Code Inc. + * Copyright (C) 1999, 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/camel/providers/local/camel-mh-folder.h b/camel/providers/local/camel-mh-folder.h index 175aef2946..270bdeb04d 100644 --- a/camel/providers/local/camel-mh-folder.h +++ b/camel/providers/local/camel-mh-folder.h @@ -1,9 +1,9 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Authors: - * Michael Zucchi + * Michael Zucchi * - * 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/camel/providers/local/camel-mh-store.c b/camel/providers/local/camel-mh-store.c index 3edadb5ca1..23515a8a61 100644 --- a/camel/providers/local/camel-mh-store.c +++ b/camel/providers/local/camel-mh-store.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-mh-store.h b/camel/providers/local/camel-mh-store.h index f1f8eb9983..074e8ffbf1 100644 --- a/camel/providers/local/camel-mh-store.h +++ b/camel/providers/local/camel-mh-store.h @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Authors: Michael Zucchi + * Authors: Michael Zucchi * * 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/camel/providers/local/camel-mh-summary.c b/camel/providers/local/camel-mh-summary.c index 3e588be909..f2ba0c9393 100644 --- a/camel/providers/local/camel-mh-summary.c +++ b/camel/providers/local/camel-mh-summary.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * * Authors: Not Zed * diff --git a/camel/providers/local/camel-mh-summary.h b/camel/providers/local/camel-mh-summary.h index 52cc496610..2c2b8f613d 100644 --- a/camel/providers/local/camel-mh-summary.h +++ b/camel/providers/local/camel-mh-summary.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Helix Code Inc. + * Copyright (C) 2000 Ximian Inc. * * Authors: Not Zed * diff --git a/camel/providers/local/camel-spool-folder.c b/camel/providers/local/camel-spool-folder.c index acbdb8d1e7..be4ca31cf2 100644 --- a/camel/providers/local/camel-spool-folder.c +++ b/camel/providers/local/camel-spool-folder.c @@ -2,7 +2,7 @@ * * Authors: Michael Zucchi * - * Copyright (C) 2001 Ximian Inc (http://www.ximian.com/) + * Copyright (C) 2001 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 diff --git a/camel/providers/local/camel-spool-folder.h b/camel/providers/local/camel-spool-folder.h index 2b09802678..1a342dc1dc 100644 --- a/camel/providers/local/camel-spool-folder.h +++ b/camel/providers/local/camel-spool-folder.h @@ -2,7 +2,7 @@ * * Author: Michael Zucchi * - * Copyright (C) 2001 Ximian Inc (http://www.ximian.com/) + * Copyright (C) 2001 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 diff --git a/camel/providers/local/camel-spool-store.c b/camel/providers/local/camel-spool-store.c index 655050c5f4..7389d1d045 100644 --- a/camel/providers/local/camel-spool-store.c +++ b/camel/providers/local/camel-spool-store.c @@ -2,7 +2,7 @@ * * Authors: Michael Zucchi * - * Copyright (C) 2001 Ximian Inc (http://www.ximian.com/) + * Copyright (C) 2001 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 diff --git a/camel/providers/local/camel-spool-store.h b/camel/providers/local/camel-spool-store.h index d348421e3c..a659c16ca5 100644 --- a/camel/providers/local/camel-spool-store.h +++ b/camel/providers/local/camel-spool-store.h @@ -2,7 +2,7 @@ * * Authors: Michael Zucchi * - * Copyright (C) 2001 Ximian Inc (http://www.ximian.com) + * Copyright (C) 2001 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 diff --git a/camel/providers/local/camel-spool-summary.c b/camel/providers/local/camel-spool-summary.c index 5d508f643a..6a44fdf7cb 100644 --- a/camel/providers/local/camel-spool-summary.c +++ b/camel/providers/local/camel-spool-summary.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; fill-column: 160 -*- * - * Copyright (C) 2001 Ximian Inc. (http://www.ximian.com) + * Copyright (C) 2001 Ximian Inc. (www.ximian.com) * * Authors: Michael Zucchi * diff --git a/camel/providers/local/camel-spool-summary.h b/camel/providers/local/camel-spool-summary.h index 8cf9daf710..02b471c632 100644 --- a/camel/providers/local/camel-spool-summary.h +++ b/camel/providers/local/camel-spool-summary.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001 Ximian Inc. (http://www.ximian.com) + * Copyright (C) 2001 Ximian Inc. (www.ximian.com) * * Authors: Michael Zucchi * diff --git a/camel/providers/nntp/camel-nntp-auth.c b/camel/providers/nntp/camel-nntp-auth.c index b211f52593..d11ca83860 100644 --- a/camel/providers/nntp/camel-nntp-auth.c +++ b/camel/providers/nntp/camel-nntp-auth.c @@ -3,7 +3,7 @@ /* * - * 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/camel/providers/nntp/camel-nntp-auth.h b/camel/providers/nntp/camel-nntp-auth.h index 2708d9d335..dbcbc898db 100644 --- a/camel/providers/nntp/camel-nntp-auth.h +++ b/camel/providers/nntp/camel-nntp-auth.h @@ -3,9 +3,9 @@ /* * - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 1999 Helix Code . + * Copyright (C) 1999 Ximian . * * 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/camel/providers/nntp/camel-nntp-folder.c b/camel/providers/nntp/camel-nntp-folder.c index 7edc4a98fd..4d27771c2c 100644 --- a/camel/providers/nntp/camel-nntp-folder.c +++ b/camel/providers/nntp/camel-nntp-folder.c @@ -2,9 +2,9 @@ /* camel-nntp-folder.c : Abstract class for an email folder */ /* - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 2000 Helix Code . + * Copyright (C) 2000 Ximian . * * 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/camel/providers/nntp/camel-nntp-folder.h b/camel/providers/nntp/camel-nntp-folder.h index 190d0bf346..e81ab00a98 100644 --- a/camel/providers/nntp/camel-nntp-folder.h +++ b/camel/providers/nntp/camel-nntp-folder.h @@ -3,9 +3,9 @@ /* * - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 2000 Helix Code . + * Copyright (C) 2000 Ximian . * * 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/camel/providers/nntp/camel-nntp-grouplist.c b/camel/providers/nntp/camel-nntp-grouplist.c index 578a6eba66..8969f651b3 100644 --- a/camel/providers/nntp/camel-nntp-grouplist.c +++ b/camel/providers/nntp/camel-nntp-grouplist.c @@ -2,9 +2,9 @@ /* camel-nntp-grouplist.c : getting/updating the list of newsgroups on the server. */ /* - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 2000 Helix Code . + * Copyright (C) 2000 Ximian . * * 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/camel/providers/nntp/camel-nntp-grouplist.h b/camel/providers/nntp/camel-nntp-grouplist.h index 67c74d5dc2..3b3451773e 100644 --- a/camel/providers/nntp/camel-nntp-grouplist.h +++ b/camel/providers/nntp/camel-nntp-grouplist.h @@ -2,9 +2,9 @@ /* camel-nntp-grouplist.h : getting/updating the list of newsgroups on the server. */ /* - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 2000 Helix Code . + * Copyright (C) 2000 Ximian . * * 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/camel/providers/nntp/camel-nntp-newsrc.c b/camel/providers/nntp/camel-nntp-newsrc.c index d0b56222cf..b1bc865068 100644 --- a/camel/providers/nntp/camel-nntp-newsrc.c +++ b/camel/providers/nntp/camel-nntp-newsrc.c @@ -2,7 +2,7 @@ /* camel-nntp-newsrc.c - .newsrc parsing/regurgitating code */ /* * - * 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/camel/providers/nntp/camel-nntp-provider.c b/camel/providers/nntp/camel-nntp-provider.c index 07857c173c..cb08912b83 100644 --- a/camel/providers/nntp/camel-nntp-provider.c +++ b/camel/providers/nntp/camel-nntp-provider.c @@ -3,9 +3,9 @@ /* * Authors : - * Chris Toshok + * Chris Toshok * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/nntp/camel-nntp-resp-codes.h b/camel/providers/nntp/camel-nntp-resp-codes.h index 8b9dc8ff6c..27d450b261 100644 --- a/camel/providers/nntp/camel-nntp-resp-codes.h +++ b/camel/providers/nntp/camel-nntp-resp-codes.h @@ -3,7 +3,7 @@ /* * - * 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/camel/providers/nntp/camel-nntp-store.c b/camel/providers/nntp/camel-nntp-store.c index 494e11f647..e4e115cea4 100644 --- a/camel/providers/nntp/camel-nntp-store.c +++ b/camel/providers/nntp/camel-nntp-store.c @@ -3,7 +3,7 @@ /* * - * 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/camel/providers/nntp/camel-nntp-store.h b/camel/providers/nntp/camel-nntp-store.h index d7836f47ae..225180dbcc 100644 --- a/camel/providers/nntp/camel-nntp-store.h +++ b/camel/providers/nntp/camel-nntp-store.h @@ -3,7 +3,7 @@ /* * - * 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/camel/providers/nntp/camel-nntp-types.h b/camel/providers/nntp/camel-nntp-types.h index b1d91779b1..49aa9987e0 100644 --- a/camel/providers/nntp/camel-nntp-types.h +++ b/camel/providers/nntp/camel-nntp-types.h @@ -2,9 +2,9 @@ /* camel-nntp-grouplist.h : getting/updating the list of newsgroups on the server. */ /* - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 2000 Helix Code . + * Copyright (C) 2000 Ximian . * * 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/camel/providers/nntp/camel-nntp-utils.c b/camel/providers/nntp/camel-nntp-utils.c index 439626d977..3bff5bfb58 100644 --- a/camel/providers/nntp/camel-nntp-utils.c +++ b/camel/providers/nntp/camel-nntp-utils.c @@ -2,9 +2,9 @@ /* camel-nntp-utils.c : utilities used by the nntp code. */ /* - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 2000 Helix Code . + * Copyright (C) 2000 Ximian . * * 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/camel/providers/nntp/camel-nntp-utils.h b/camel/providers/nntp/camel-nntp-utils.h index f28697c744..f40c75cd91 100644 --- a/camel/providers/nntp/camel-nntp-utils.h +++ b/camel/providers/nntp/camel-nntp-utils.h @@ -3,9 +3,9 @@ /* * - * Author : Chris Toshok + * Author : Chris Toshok * - * Copyright (C) 1999 Helix Code . + * Copyright (C) 1999 Ximian . * * 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/camel/providers/pop3/camel-pop3-folder.c b/camel/providers/pop3/camel-pop3-folder.c index 4d5c066491..b33a9f1569 100644 --- a/camel/providers/pop3/camel-pop3-folder.c +++ b/camel/providers/pop3/camel-pop3-folder.c @@ -3,9 +3,9 @@ /* * Authors: - * Dan Winship + * Dan Winship * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/pop3/camel-pop3-folder.h b/camel/providers/pop3/camel-pop3-folder.h index 278cd0e8e9..ef3f6d94c2 100644 --- a/camel/providers/pop3/camel-pop3-folder.h +++ b/camel/providers/pop3/camel-pop3-folder.h @@ -3,9 +3,9 @@ /* * Author: - * Dan Winship + * Dan Winship * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/pop3/camel-pop3-provider.c b/camel/providers/pop3/camel-pop3-provider.c index 0931f903ed..6d324f6d64 100644 --- a/camel/providers/pop3/camel-pop3-provider.c +++ b/camel/providers/pop3/camel-pop3-provider.c @@ -3,9 +3,9 @@ /* * Authors : - * Dan Winship + * Dan Winship * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/pop3/camel-pop3-store.c b/camel/providers/pop3/camel-pop3-store.c index 67b661caf4..5c94c13fce 100644 --- a/camel/providers/pop3/camel-pop3-store.c +++ b/camel/providers/pop3/camel-pop3-store.c @@ -3,9 +3,9 @@ /* * Authors: - * Dan Winship + * Dan Winship * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/pop3/camel-pop3-store.h b/camel/providers/pop3/camel-pop3-store.h index 078a317a14..38e6214c3b 100644 --- a/camel/providers/pop3/camel-pop3-store.h +++ b/camel/providers/pop3/camel-pop3-store.h @@ -3,9 +3,9 @@ /* * Authors: - * Dan Winship + * Dan Winship * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/sendmail/camel-sendmail-provider.c b/camel/providers/sendmail/camel-sendmail-provider.c index 2e9168f772..d61351867c 100644 --- a/camel/providers/sendmail/camel-sendmail-provider.c +++ b/camel/providers/sendmail/camel-sendmail-provider.c @@ -3,9 +3,9 @@ /* * Authors : - * Dan Winship + * Dan Winship * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/sendmail/camel-sendmail-transport.c b/camel/providers/sendmail/camel-sendmail-transport.c index 9cd0c1efa1..c65b8784c7 100644 --- a/camel/providers/sendmail/camel-sendmail-transport.c +++ b/camel/providers/sendmail/camel-sendmail-transport.c @@ -3,9 +3,9 @@ /* * - * Authors: Dan Winship + * Authors: Dan Winship * - * Copyright 2000 Helix Code, Inc. (http://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 diff --git a/camel/providers/sendmail/camel-sendmail-transport.h b/camel/providers/sendmail/camel-sendmail-transport.h index bb5dca071b..1f05e7c6cc 100644 --- a/camel/providers/sendmail/camel-sendmail-transport.h +++ b/camel/providers/sendmail/camel-sendmail-transport.h @@ -4,9 +4,9 @@ /* * * Author : - * Dan Winship + * Dan Winship * - * Copyright 2000 Helix Code, Inc. (http://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 diff --git a/camel/providers/smtp/camel-smtp-provider.c b/camel/providers/smtp/camel-smtp-provider.c index 3bb47b3429..299cdc1ccb 100644 --- a/camel/providers/smtp/camel-smtp-provider.c +++ b/camel/providers/smtp/camel-smtp-provider.c @@ -5,7 +5,7 @@ * Authors : * Jeffrey Stedfast * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index 9cd5d4ba6a..30bb9d5c80 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -2,9 +2,9 @@ /* camel-smtp-transport.c : class for a smtp transport */ /* - * Authors: Jeffrey Stedfast + * Authors: Jeffrey Stedfast * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 diff --git a/camel/providers/smtp/camel-smtp-transport.h b/camel/providers/smtp/camel-smtp-transport.h index 4515fe1f07..0b72a5ef25 100644 --- a/camel/providers/smtp/camel-smtp-transport.h +++ b/camel/providers/smtp/camel-smtp-transport.h @@ -5,7 +5,7 @@ * Authors: * Jeffrey Stedfast * - * Copyright (C) 2000 Helix Code, Inc. (www.helixcode.com) + * Copyright (C) 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 -- cgit v1.2.3