summaryrefslogtreecommitdiff
path: root/Lib/email/Header.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/Header.py')
-rw-r--r--Lib/email/Header.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/email/Header.py b/Lib/email/Header.py
index 21acaf1179..5e24afede0 100644
--- a/Lib/email/Header.py
+++ b/Lib/email/Header.py
@@ -1,5 +1,6 @@
# Copyright (C) 2002-2004 Python Software Foundation
-# Author: che@debian.org (Ben Gertzfield), barry@python.org (Barry Warsaw)
+# Author: Ben Gertzfield, Barry Warsaw
+# Contact: email-sig@python.org
"""Header encoding and decoding functionality."""