From: John Goerzen Date: Thu, 30 Nov 2006 09:51:14 +0000 (+0100) Subject: Updated copyright and version info for 4.0.15 X-Git-Tag: DEBIAN_offlineimap_4.0.15~5 X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/f2515a0b024207537ecb79fbabc591f9ed4c7189 Updated copyright and version info for 4.0.15 --- diff --git a/Makefile b/Makefile index e7f639c..a64ee51 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -VERSION=4.0.13 +VERSION=4.0.15 TARGZ=offlineimap_$(VERSION).tar.gz SHELL=/bin/bash diff --git a/README b/README index 2987095..0f35366 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ OfflineIMAP -Copyright (C) 2002, 2003 John Goerzen +Copyright (C) 2002 - 2006 John Goerzen This software comes with ABSOLUTELY NO WARRANTY; see the file COPYING for details. This is free software, and you are welcome to distribute it under the conditions laid out in COPYING. diff --git a/bin/offlineimap b/bin/offlineimap index 5554914..a1c9193 100644 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -1,6 +1,6 @@ #!/usr/bin/env python # Startup from system-wide installation -# Copyright (C) 2002 - 2005 John Goerzen +# Copyright (C) 2002 - 2006 John Goerzen # # # This program is free software; you can redistribute it and/or modify @@ -18,4 +18,4 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA from offlineimap import init -init.startup('4.0.13') +init.startup('4.0.15') diff --git a/debian/copyright b/debian/copyright index 5cbe1f6..5635f7a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ on Fri, 21 Jun 2002 14:54:56 -0500. The original source can always be found at: http://software.complete.org/offlineimap/ -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 diff --git a/offlineimap.py b/offlineimap.py index 5082688..84e106d 100644 --- a/offlineimap.py +++ b/offlineimap.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Startup from single-user installation -# Copyright (C) 2002 - 2005 John Goerzen +# Copyright (C) 2002 - 2006 John Goerzen # # # 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.13') +init.startup('4.0.15') diff --git a/offlineimap.spec b/offlineimap.spec index b9c7540..3b5b7c6 100644 --- a/offlineimap.spec +++ b/offlineimap.spec @@ -1,6 +1,6 @@ Name: offlineimap Summary: Powerful IMAP/Maildir synchronization and reader support -Version: 4.0.13 +Version: 4.0.15 Release: 3 License: GPL Group: Applications/Internet diff --git a/offlineimap/version.py b/offlineimap/version.py index 01a8a58..4cd2cf5 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,5 +1,5 @@ productname = 'OfflineIMAP' -versionstr = "4.0.16" +versionstr = "4.0.15" versionlist = versionstr.split(".") major = versionlist[0] diff --git a/setup.py b/setup.py index e6d253f..92fb1fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # IMAP synchronization # Module: installer # COPYRIGHT # -# Copyright (C) 2002 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