archivemail.py, setup.py, test_archivemail.py:

bumped version to 0.7.1, and updated copyright.
This commit is contained in:
Nikolaus Schulz 2007-11-07 00:57:44 +00:00
parent d57987be04
commit bcb01613d0
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
############################################################################ ############################################################################
# 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 Peter Poeml <poeml@suse.de>,
# (C) 2006 Nikolaus Schulz <microschulz@web.de> # (C) 2006,2007 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
@ -24,12 +24,12 @@ Website: http://archivemail.sourceforge.net/
""" """
# global administrivia # global administrivia
__version__ = "archivemail v0.7.0" __version__ = "archivemail v0.7.1"
__svn_id__ = "$Id$" __svn_id__ = "$Id$"
__copyright__ = """\ __copyright__ = """\
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 Peter Poeml <poeml@suse.de>,
(C) 2006 Nikolaus Schulz <microschulz@web.de> (C) 2006,2007 Nikolaus Schulz <microschulz@web.de>
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.""" warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."""

View File

@ -20,7 +20,7 @@ check_python_version()
from distutils.core import setup from distutils.core import setup
setup(name="archivemail", setup(name="archivemail",
version="0.7.0", version="0.7.1",
description="archive and compress old email", description="archive and compress old email",
license="GNU GPL", license="GNU GPL",
url="http://archivemail.sourceforge.net/", url="http://archivemail.sourceforge.net/",

View File

@ -1,7 +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> # (C) 2006,2007 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