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/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 +- 32 files changed, 53 insertions(+), 53 deletions(-) (limited to 'camel/providers/local') 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 * -- cgit v1.2.3