Updated copyright and version info for 4.0.15
This commit is contained in:
parent
3f87854493
commit
f2515a0b02
2
Makefile
2
Makefile
@ -15,7 +15,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# 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
|
TARGZ=offlineimap_$(VERSION).tar.gz
|
||||||
SHELL=/bin/bash
|
SHELL=/bin/bash
|
||||||
|
|
||||||
|
2
README
2
README
@ -1,5 +1,5 @@
|
|||||||
OfflineIMAP
|
OfflineIMAP
|
||||||
Copyright (C) 2002, 2003 John Goerzen <jgoerzen@complete.org>
|
Copyright (C) 2002 - 2006 John Goerzen <jgoerzen@complete.org>
|
||||||
This software comes with ABSOLUTELY NO WARRANTY; see the file
|
This software comes with ABSOLUTELY NO WARRANTY; see the file
|
||||||
COPYING for details. This is free software, and you are welcome
|
COPYING for details. This is free software, and you are welcome
|
||||||
to distribute it under the conditions laid out in COPYING.
|
to distribute it under the conditions laid out in COPYING.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Startup from system-wide installation
|
# Startup from system-wide installation
|
||||||
# Copyright (C) 2002 - 2005 John Goerzen
|
# Copyright (C) 2002 - 2006 John Goerzen
|
||||||
# <jgoerzen@complete.org>
|
# <jgoerzen@complete.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('4.0.13')
|
init.startup('4.0.15')
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -4,7 +4,7 @@ on Fri, 21 Jun 2002 14:54:56 -0500.
|
|||||||
The original source can always be found at:
|
The original source can always be found at:
|
||||||
http://software.complete.org/offlineimap/
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Startup from single-user installation
|
# Startup from single-user installation
|
||||||
# Copyright (C) 2002 - 2005 John Goerzen
|
# Copyright (C) 2002 - 2006 John Goerzen
|
||||||
# <jgoerzen@complete.org>
|
# <jgoerzen@complete.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('4.0.13')
|
init.startup('4.0.15')
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: offlineimap
|
Name: offlineimap
|
||||||
Summary: Powerful IMAP/Maildir synchronization and reader support
|
Summary: Powerful IMAP/Maildir synchronization and reader support
|
||||||
Version: 4.0.13
|
Version: 4.0.15
|
||||||
Release: 3
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "4.0.16"
|
versionstr = "4.0.15"
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@
|
|||||||
# IMAP synchronization
|
# IMAP synchronization
|
||||||
# Module: installer
|
# Module: installer
|
||||||
# COPYRIGHT #
|
# COPYRIGHT #
|
||||||
# Copyright (C) 2002 John Goerzen
|
# Copyright (C) 2002 - 2006 John Goerzen
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user