aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-12 23:02:03 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-12 23:02:03 +0000
commitd631079250305e9d3102be454a06814edf595d41 (patch)
tree3216ef445abd9ece8710ffc3ed73556ce8088752
parentb682b26398637c9c4b87fb6e8b632d17637e8c63 (diff)
downloadarchivemail-d631079250305e9d3102be454a06814edf595d41.tar.gz
archivemail-d631079250305e9d3102be454a06814edf595d41.tar.bz2
archivemail-d631079250305e9d3102be454a06814edf595d41.zip
Added maintainer entry in setup.py.
Updated copyright notices in archivemail.py and test_archivemail.py.
-rwxr-xr-xarchivemail.py4
-rwxr-xr-xsetup.py2
-rwxr-xr-xtest_archivemail.py1
3 files changed, 6 insertions, 1 deletions
diff --git a/archivemail.py b/archivemail.py
index b0acd04..178e571 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -1,6 +1,8 @@
#! /usr/bin/env python
############################################################################
-# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
+# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>,
+# (C) 2006 Peter Poeml <poeml@suse.de>,
+# (C) 2006 Nikolaus Schulz <microschulz@web.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/setup.py b/setup.py
index af13bab..dcea84f 100755
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,8 @@ setup(name="archivemail",
url="http://archivemail.sourceforge.net/",
author="Paul Rodger",
author_email="paul@paulrodger.com",
+ maintainer="Archivemail maintainer team",
+ maintainer_email="archivemail-devel@lists.sourceforge.net",
scripts=["archivemail.py"],
data_files=[("man/man1", ["archivemail.1"])],
)
diff --git a/test_archivemail.py b/test_archivemail.py
index 3ac6c84..78c5c91 100755
--- a/test_archivemail.py
+++ b/test_archivemail.py
@@ -1,6 +1,7 @@
#! /usr/bin/env python
############################################################################
# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
+# (C) 2006 Nikolaus Schulz <microschulz@web.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