aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/nntp
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/nntp')
-rw-r--r--camel/providers/nntp/camel-nntp-auth.c2
-rw-r--r--camel/providers/nntp/camel-nntp-auth.h4
-rw-r--r--camel/providers/nntp/camel-nntp-folder.c4
-rw-r--r--camel/providers/nntp/camel-nntp-folder.h4
-rw-r--r--camel/providers/nntp/camel-nntp-grouplist.c4
-rw-r--r--camel/providers/nntp/camel-nntp-grouplist.h4
-rw-r--r--camel/providers/nntp/camel-nntp-newsrc.c2
-rw-r--r--camel/providers/nntp/camel-nntp-provider.c4
-rw-r--r--camel/providers/nntp/camel-nntp-resp-codes.h2
-rw-r--r--camel/providers/nntp/camel-nntp-store.c2
-rw-r--r--camel/providers/nntp/camel-nntp-store.h2
-rw-r--r--camel/providers/nntp/camel-nntp-types.h4
-rw-r--r--camel/providers/nntp/camel-nntp-utils.c4
-rw-r--r--camel/providers/nntp/camel-nntp-utils.h4
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