diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 16:52:02 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 16:52:02 +0800 |
commit | 91cc026904ed4cef8baf2e376940a850d02865ae (patch) | |
tree | db01f872826417c6fe2016b1889e8119f1ebf01e /camel/providers/nntp | |
parent | eb192c72694be6309fd0b791d7632066232f2d8b (diff) | |
download | gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.gz gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.bz2 gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.lz gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.xz gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.tar.zst gsoc2013-evolution-91cc026904ed4cef8baf2e376940a850d02865ae.zip |
Update the copyrights, replacing Helix Code with Ximian and
helixcode.com with ximian.com all over the place.
svn path=/trunk/; revision=10440
Diffstat (limited to 'camel/providers/nntp')
-rw-r--r-- | camel/providers/nntp/camel-nntp-auth.c | 2 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-auth.h | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-folder.c | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-folder.h | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-grouplist.c | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-grouplist.h | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-newsrc.c | 2 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-provider.c | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-resp-codes.h | 2 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-store.c | 2 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-store.h | 2 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-types.h | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-utils.c | 4 | ||||
-rw-r--r-- | camel/providers/nntp/camel-nntp-utils.h | 4 |
14 files changed, 23 insertions, 23 deletions
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. <toshok@helixcode.com> + * Copyright (C) 2000 Ximian, Inc. <toshok@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-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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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. <toshok@helixcode.com> + * Copyright (C) 2000 Ximian, Inc. <toshok@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-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 <toshok@helixcode.com> + * Chris Toshok <toshok@ximian.com> * - * 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. <toshok@helixcode.com> + * Copyright (C) 2000 Ximian, Inc. <toshok@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-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. <toshok@helixcode.com> + * Copyright (C) 2000 Ximian, Inc. <toshok@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-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. <toshok@helixcode.com> + * Copyright (C) 2000 Ximian, Inc. <toshok@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-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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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 <toshok@helixcode.com> + * Author : Chris Toshok <toshok@ximian.com> * - * 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 |