Skip to content

Commit f2515a0

Browse files
committed
Updated copyright and version info for 4.0.15
1 parent 3f87854 commit f2515a0

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# along with this program; if not, write to the Free Software
1616
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717

18-
VERSION=4.0.13
18+
VERSION=4.0.15
1919
TARGZ=offlineimap_$(VERSION).tar.gz
2020
SHELL=/bin/bash
2121

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OfflineIMAP
2-
Copyright (C) 2002, 2003 John Goerzen <[email protected]>
2+
Copyright (C) 2002 - 2006 John Goerzen <[email protected]>
33
This software comes with ABSOLUTELY NO WARRANTY; see the file
44
COPYING for details. This is free software, and you are welcome
55
to distribute it under the conditions laid out in COPYING.

bin/offlineimap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# Startup from system-wide installation
3-
# Copyright (C) 2002 - 2005 John Goerzen
3+
# Copyright (C) 2002 - 2006 John Goerzen
44
55
#
66
# This program is free software; you can redistribute it and/or modify
@@ -18,4 +18,4 @@
1818
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1919

2020
from offlineimap import init
21-
init.startup('4.0.13')
21+
init.startup('4.0.15')

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on Fri, 21 Jun 2002 14:54:56 -0500.
44
The original source can always be found at:
55
http://software.complete.org/offlineimap/
66

7-
Copyright (C) 2002 - 2005 John Goerzen
7+
Copyright (C) 2002 - 2006 John Goerzen
88

99
This program is free software; you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by

offlineimap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# Startup from single-user installation
3-
# Copyright (C) 2002 - 2005 John Goerzen
3+
# Copyright (C) 2002 - 2006 John Goerzen
44
55
#
66
# This program is free software; you can redistribute it and/or modify
@@ -18,4 +18,4 @@
1818
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1919

2020
from offlineimap import init
21-
init.startup('4.0.13')
21+
init.startup('4.0.15')

offlineimap.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: offlineimap
22
Summary: Powerful IMAP/Maildir synchronization and reader support
3-
Version: 4.0.13
3+
Version: 4.0.15
44
Release: 3
55
License: GPL
66
Group: Applications/Internet

offlineimap/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
productname = 'OfflineIMAP'
2-
versionstr = "4.0.16"
2+
versionstr = "4.0.15"
33

44
versionlist = versionstr.split(".")
55
major = versionlist[0]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# IMAP synchronization
66
# Module: installer
77
# COPYRIGHT #
8-
# Copyright (C) 2002 John Goerzen
8+
# Copyright (C) 2002 - 2006 John Goerzen
99
#
1010
# This program is free software; you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)