/offlineimap/head: changeset 582
Updated copyright info
This commit is contained in:
parent
cff7f857b3
commit
98e35afd42
@ -1,5 +1,5 @@
|
|||||||
offlineimap Mail syncing software
|
offlineimap Mail syncing software
|
||||||
Copyright (C) 2002, 2003 John Goerzen
|
Copyright (C) 2002 - 2004 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
|
||||||
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
|
||||||
|
@ -12,6 +12,7 @@ offlineimap (4.0.3) unstable; urgency=low
|
|||||||
* Applied patch from Daniel James to adjust the insertion point
|
* Applied patch from Daniel James to adjust the insertion point
|
||||||
for a new header.
|
for a new header.
|
||||||
* Now calls dh_python and build-deps on newer debhelper.
|
* Now calls dh_python and build-deps on newer debhelper.
|
||||||
|
* Updated copyright information.
|
||||||
|
|
||||||
-- John Goerzen <jgoerzen@complete.org> Fri, 4 Jun 2004 07:10:00 -0500
|
-- John Goerzen <jgoerzen@complete.org> Fri, 4 Jun 2004 07:10:00 -0500
|
||||||
|
|
||||||
|
@ -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:
|
||||||
ftp://ftp.debian.org/dists/unstable/main/source/
|
ftp://ftp.debian.org/dists/unstable/main/source/
|
||||||
|
|
||||||
Copyright (C) 2002, 2003 John Goerzen
|
Copyright (C) 2002 - 2004 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,8 +1,8 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "4.0.3"
|
versionstr = "4.0.3"
|
||||||
revno = long('$Rev: 581 $'[6:-2])
|
revno = long('$Rev: 582 $'[6:-2])
|
||||||
revstr = "Rev %d" % revno
|
revstr = "Rev %d" % revno
|
||||||
datestr = '$Date: 2004-06-04 10:50:57 -0500 (Fri, 04 Jun 2004) $'
|
datestr = '$Date: 2004-06-04 11:04:29 -0500 (Fri, 04 Jun 2004) $'
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
@ -22,7 +22,7 @@ to distribute it under the conditions laid out in COPYING."""
|
|||||||
|
|
||||||
homepage = "http://www.quux.org/devel/offlineimap"
|
homepage = "http://www.quux.org/devel/offlineimap"
|
||||||
homegopher = "gopher://quux.org/1/devel/offlineimap"
|
homegopher = "gopher://quux.org/1/devel/offlineimap"
|
||||||
license = """Copyright (C) 2002, 2003 John Goerzen <jgoerzen@complete.org>
|
license = """Copyright (C) 2002 - 2004 John Goerzen <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
|
||||||
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