]> code.delx.au - offlineimap/commitdiff
Updated copyright and version info
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 19 Oct 2006 01:04:28 +0000 (02:04 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 19 Oct 2006 01:04:28 +0000 (02:04 +0100)
COPYRIGHT
offlineimap/ui/UIBase.py
offlineimap/version.py

index 2cb8c15e0954b2a74988305a8ff60f57154a2d1c..9333130e8e050baadc9b1a0076215feccc047f15 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 offlineimap Mail syncing software
-Copyright (C) 2002 - 2005 John Goerzen
+Copyright (C) 2002 - 2006 John Goerzen
 <jgoerzen@complete.org>
    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:
 
 
index 26402c25770db6cce520ca434cdc8e7ea4d6ba61..92811c1dd483b22290294ea76a56b1edfbfa3df6 100644 (file)
@@ -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)
index d14d6bf975640fbbf44453f7282d56b4ff4858a0..02854226960c08e8b51bc797174691d3369904be 100644 (file)
@@ -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 <jgoerzen@complete.org>
+license = """Copyright (C) 2002 - 2006 John Goerzen <jgoerzen@complete.org>
 
 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