From f75a89d954f336403a9dabf81c47dd07fecd8de7 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Thu, 19 Oct 2006 02:04:28 +0100 Subject: [PATCH] Updated copyright and version info --- COPYRIGHT | 4 ++-- offlineimap/ui/UIBase.py | 5 ++--- offlineimap/version.py | 9 +++------ 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 2cb8c15..9333130 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ offlineimap Mail syncing software -Copyright (C) 2002 - 2005 John Goerzen +Copyright (C) 2002 - 2006 John Goerzen 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 @@ -18,7 +18,7 @@ Copyright (C) 2002 - 2005 John Goerzen ONLY imaplib.py is Copyright (c) 2001 Python Software Foundation; All Rights Reserved -imaplib.py comes from Python dev tree and is licensed inder the +imaplib.py comes from Python dev tree and is licensed under the GPL-compatible PSF license as follows: diff --git a/offlineimap/ui/UIBase.py b/offlineimap/ui/UIBase.py index 26402c2..92811c1 100644 --- a/offlineimap/ui/UIBase.py +++ b/offlineimap/ui/UIBase.py @@ -59,10 +59,9 @@ class UIBase: def setlogfd(s, logfd): s.logfile = logfd - logfd.write("This is %s %s %s\n" % \ + logfd.write("This is %s %s\n" % \ (offlineimap.version.productname, - offlineimap.version.versionstr, - offlineimap.version.revstr)) + offlineimap.version.versionstr)) logfd.write("Python: %s\n" % sys.version) logfd.write("Platform: %s\n" % sys.platform) logfd.write("Args: %s\n" % sys.argv) diff --git a/offlineimap/version.py b/offlineimap/version.py index d14d6bf..0285422 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,14 +1,11 @@ productname = 'OfflineIMAP' -versionstr = "4.0.13" -revno = long('$Rev: 592 $'[6:-2]) -revstr = "Rev %d" % revno -datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $' +versionstr = "4.0.16" versionlist = versionstr.split(".") major = versionlist[0] minor = versionlist[1] patch = versionlist[2] -copyright = "Copyright (C) 2002 - 2005 John Goerzen" +copyright = "Copyright (C) 2002 - 2006 John Goerzen" author = "John Goerzen" author_email = "jgoerzen@complete.org" description = "Disconnected Universal IMAP Mail Synchronization/Reader Support" @@ -22,7 +19,7 @@ to distribute it under the conditions laid out in COPYING.""" homepage = "http://www.quux.org/devel/offlineimap" homegopher = "gopher://quux.org/1/devel/offlineimap" -license = """Copyright (C) 2002 - 2004 John Goerzen +license = """Copyright (C) 2002 - 2006 John Goerzen 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 -- 2.39.2