diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 19:02:50 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 19:02:50 +0000 |
commit | 3d5a79075da316151dbc14c763e3d28b848efc40 (patch) | |
tree | 4240320684afc7c9e08fc3d1b273697c0603fcd7 | |
parent | 4349b4895ec0799511082492420eb34dacb1bd6c (diff) | |
download | python-requests-3d5a79075da316151dbc14c763e3d28b848efc40.tar python-requests-3d5a79075da316151dbc14c763e3d28b848efc40.tar.gz |
Update copyright years
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/copyright | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a906153..4e0dcf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ requests (2.7.0-1) UNRELEASED; urgency=medium inside python-requests' stanza since Python 2.7.9 include SNI support and PEP 476 made it as secure as Python 3. - Bump python{,3}-urllib3 to 1.10.4. + * debian/copyright + - Update copyright years. * debian/watch - Use pypi.debian.net redirector. * debian/patches/01_use-system-ca-certificates.patch @@ -23,7 +25,7 @@ requests (2.7.0-1) UNRELEASED; urgency=medium - Remove links thanks to the import machinery in 04_make-requests.packages.urllib3-same-as-urllib3.patch - -- Daniele Tricoli <eriol@mornie.org> Mon, 04 May 2015 05:30:17 +0200 + -- Daniele Tricoli <eriol@mornie.org> Mon, 04 May 2015 20:58:17 +0200 requests (2.4.3-6) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index 511dec5..f624ad2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Kenneth Reitz <me@kennethreitz.com> Source: http://pypi.python.org/pypi/requests Files: * -Copyright: 2011-2014, Kenneth Reitz +Copyright: 2015, Kenneth Reitz License: Apache Files: requests/packages/urllib3/* @@ -33,7 +33,7 @@ Copyright: 2013, Mozilla License: LGPL-2.1+ Files: debian/* -Copyright: 2011-2014, Daniele Tricoli <eriol@mornie.org> +Copyright: 2011-2015, Daniele Tricoli <eriol@mornie.org> License: Apache License: Apache |