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/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 ++-- 14 files changed, 23 insertions(+), 23 deletions(-) (limited to 'camel/providers/nntp') 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 -- cgit v1.2.3