summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdeioslave/imap4/imap4.cc2
-rw-r--r--tdeioslave/imap4/imap4.h2
-rw-r--r--tdeioslave/imap4/imapcommand.cc2
-rw-r--r--tdeioslave/imap4/imapcommand.h2
-rw-r--r--tdeioslave/imap4/imapinfo.cc2
-rw-r--r--tdeioslave/imap4/imapinfo.h2
-rw-r--r--tdeioslave/imap4/imaplist.cc2
-rw-r--r--tdeioslave/imap4/imaplist.h2
-rw-r--r--tdeioslave/imap4/mailaddress.cc2
-rw-r--r--tdeioslave/imap4/selectinfo.h8
10 files changed, 13 insertions, 13 deletions
diff --git a/tdeioslave/imap4/imap4.cc b/tdeioslave/imap4/imap4.cc
index 666bce9e5..d644244bf 100644
--- a/tdeioslave/imap4/imap4.cc
+++ b/tdeioslave/imap4/imap4.cc
@@ -2,7 +2,7 @@
*
* imap4.cc - IMAP4rev1 KIOSlave
* Copyright (C) 2001-2002 Michael Haeckel <haeckel@kde.org>
- * Copyright (C) 1999 John Corey
+ * Copyright (C) 1999 John Corey <jcorey@fruity.ath.cx>
*
* 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/tdeioslave/imap4/imap4.h b/tdeioslave/imap4/imap4.h
index 524ff16e9..d264cce9d 100644
--- a/tdeioslave/imap4/imap4.h
+++ b/tdeioslave/imap4/imap4.h
@@ -4,7 +4,7 @@
*
* imap4.h - IMAP4rev1 KIOSlave
* Copyright (C) 2001-2002 Michael Haeckel <haeckel@kde.org>
- * Copyright (C) 1999 John Corey
+ * Copyright (C) 1999 John Corey <jcorey@fruity.ath.cx>
*
* 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/tdeioslave/imap4/imapcommand.cc b/tdeioslave/imap4/imapcommand.cc
index f88a65add..e3e68fa8b 100644
--- a/tdeioslave/imap4/imapcommand.cc
+++ b/tdeioslave/imap4/imapcommand.cc
@@ -1,7 +1,7 @@
/**********************************************************************
*
* imapcommand.cc - IMAP4rev1 command handler
- * Copyright (C) 2000 s.carstens@gmx.de
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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/tdeioslave/imap4/imapcommand.h b/tdeioslave/imap4/imapcommand.h
index 9e2834424..847264311 100644
--- a/tdeioslave/imap4/imapcommand.h
+++ b/tdeioslave/imap4/imapcommand.h
@@ -3,7 +3,7 @@
/**********************************************************************
*
* imapcommand.h - IMAP4rev1 command handler
- * Copyright (C) 2000 Sven Carstens
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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/tdeioslave/imap4/imapinfo.cc b/tdeioslave/imap4/imapinfo.cc
index 4d1fc805c..0601488c8 100644
--- a/tdeioslave/imap4/imapinfo.cc
+++ b/tdeioslave/imap4/imapinfo.cc
@@ -1,7 +1,7 @@
/**********************************************************************
*
* imapinfo.cc - IMAP4rev1 SELECT / EXAMINE handler
- * Copyright (C) 2000 Sven Carstens
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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/tdeioslave/imap4/imapinfo.h b/tdeioslave/imap4/imapinfo.h
index 735054496..b792ac141 100644
--- a/tdeioslave/imap4/imapinfo.h
+++ b/tdeioslave/imap4/imapinfo.h
@@ -3,7 +3,7 @@
/**********************************************************************
*
* imapinfo.h - IMAP4rev1 SELECT / EXAMINE handler
- * Copyright (C) 2000 Sven Carstens
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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/tdeioslave/imap4/imaplist.cc b/tdeioslave/imap4/imaplist.cc
index 92918d8c1..f9113bdab 100644
--- a/tdeioslave/imap4/imaplist.cc
+++ b/tdeioslave/imap4/imaplist.cc
@@ -1,7 +1,7 @@
/**********************************************************************
*
* imapinfo.cc - IMAP4rev1 EXAMINE / SELECT handler
- * Copyright (C) 2000 Sven Carstens
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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/tdeioslave/imap4/imaplist.h b/tdeioslave/imap4/imaplist.h
index 9aa01f78d..9136d7039 100644
--- a/tdeioslave/imap4/imaplist.h
+++ b/tdeioslave/imap4/imaplist.h
@@ -3,7 +3,7 @@
/**********************************************************************
*
* imaplist.h - IMAP4rev1 list response handler
- * Copyright (C) 2000 Sven Carstens
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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/tdeioslave/imap4/mailaddress.cc b/tdeioslave/imap4/mailaddress.cc
index 0ddd2ff04..866484584 100644
--- a/tdeioslave/imap4/mailaddress.cc
+++ b/tdeioslave/imap4/mailaddress.cc
@@ -1,7 +1,7 @@
/**********************************************************************
*
* mailaddress.cc - mail address parser
- * Copyright (C) 2000 Sven Carstens
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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/tdeioslave/imap4/selectinfo.h b/tdeioslave/imap4/selectinfo.h
index bf75a85b8..c5c2205b4 100644
--- a/tdeioslave/imap4/selectinfo.h
+++ b/tdeioslave/imap4/selectinfo.h
@@ -3,7 +3,7 @@
/**********************************************************************
*
* imapinfo.h - IMAP4rev1 SELECT / EXAMINE handler
- * Copyright (C) 2000
+ * Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
*
* 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
@@ -15,9 +15,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Send comments and bug fixes to
*