]> code.delx.au - offlineimap/commitdiff
Updated copyright and version files for 4.0.10
authorJohn Goerzen <jgoerzen@complete.org>
Mon, 23 May 2005 23:12:58 +0000 (00:12 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 23 May 2005 23:12:58 +0000 (00:12 +0100)
COPYRIGHT
bin/offlineimap
offlineimap.py
offlineimap/version.py

index 658f92363b601254a5f29c426cf1613c511c6dee..ea9bd08ace04e38a48a5f3324e0d055e1047ba8f 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 offlineimap Mail syncing software
-Copyright (C) 2002 - 2004 John Goerzen
+Copyright (C) 2002 - 2005 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
index 4f924f31c1d4d8f9ba6e4b72025deca065296184..3c540694794e0ad9b9aad8ecd6699cc1e92f7a77 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python2.3
 # Startup from system-wide installation
-# Copyright (C) 2002, 2003 John Goerzen
+# Copyright (C) 2002 - 2005 John Goerzen
 # <jgoerzen@complete.org>
 #
 #    This program is free software; you can redistribute it and/or modify
@@ -18,4 +18,4 @@
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 from offlineimap import init
-init.startup('4.0.8')
+init.startup('4.0.10')
index 03eab043a1b281befc28722ae2e21088292b25d3..29f0f312df8908cff374a9991d475e6e0bbb5006 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python2.3
 # Startup from single-user installation
-# Copyright (C) 2002, 2003, 2004 John Goerzen
+# Copyright (C) 2002 - 2005 John Goerzen
 # <jgoerzen@complete.org>
 #
 #    This program is free software; you can redistribute it and/or modify
@@ -18,4 +18,4 @@
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 from offlineimap import init
-init.startup('4.0.8')
+init.startup('4.0.10')
index aead039ff93042ecc0eeb75d2fd282abd82d091f..e299a55f4e8772525386f33ddf1c92c4d56b5f45 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "4.0.8"
+versionstr = "4.0.10"
 revno = long('$Rev: 592 $'[6:-2])
 revstr = "Rev %d" % revno
 datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $'
@@ -8,7 +8,7 @@ versionlist = versionstr.split(".")
 major = versionlist[0]
 minor = versionlist[1]
 patch = versionlist[2]
-copyright = "Copyright (C) 2002 - 2004 John Goerzen"
+copyright = "Copyright (C) 2002 - 2005 John Goerzen"
 author = "John Goerzen"
 author_email = "jgoerzen@complete.org"
 description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"