mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-23 00:06:43 +00:00
Added maintainer entry in setup.py.
Updated copyright notices in archivemail.py and test_archivemail.py.
This commit is contained in:
parent
b682b26398
commit
d631079250
3 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
#! /usr/bin/env python
|
#! /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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,6 +25,8 @@ setup(name="archivemail",
|
||||||
url="http://archivemail.sourceforge.net/",
|
url="http://archivemail.sourceforge.net/",
|
||||||
author="Paul Rodger",
|
author="Paul Rodger",
|
||||||
author_email="paul@paulrodger.com",
|
author_email="paul@paulrodger.com",
|
||||||
|
maintainer="Archivemail maintainer team",
|
||||||
|
maintainer_email="archivemail-devel@lists.sourceforge.net",
|
||||||
scripts=["archivemail.py"],
|
scripts=["archivemail.py"],
|
||||||
data_files=[("man/man1", ["archivemail.1"])],
|
data_files=[("man/man1", ["archivemail.1"])],
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
############################################################################
|
############################################################################
|
||||||
# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue