[Python-modules-commits] r27687 - in packages/pycurl/trunk/debian (changelog copyright)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Feb 15 16:39:49 UTC 2014
Date: Saturday, February 15, 2014 @ 16:39:48
Author: morph
Revision: 27687
* debian/copyright
- used DEP-5 format
- updated upstream & packaging copyright information
Modified:
packages/pycurl/trunk/debian/changelog
packages/pycurl/trunk/debian/copyright
Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog 2014-02-15 16:37:08 UTC (rev 27686)
+++ packages/pycurl/trunk/debian/changelog 2014-02-15 16:39:48 UTC (rev 27687)
@@ -7,8 +7,11 @@
* New upstream release
* debian/control
- switch me to Maintainer (team to Uploaders)
+ * debian/copyright
+ - used DEP-5 format
+ - updated upstream & packaging copyright information
- -- Sandro Tosi <morph at debian.org> Sat, 15 Feb 2014 17:16:43 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 15 Feb 2014 17:39:19 +0100
pycurl (7.19.3-1) unstable; urgency=medium
Modified: packages/pycurl/trunk/debian/copyright
===================================================================
--- packages/pycurl/trunk/debian/copyright 2014-02-15 16:37:08 UTC (rev 27686)
+++ packages/pycurl/trunk/debian/copyright 2014-02-15 16:39:48 UTC (rev 27687)
@@ -1,54 +1,42 @@
-This package was debianized by Domenico Andreoli <cavok at debian.org> on
-Mon, 10 Jun 2002 19:48:05 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pycurl
+Source: http://pycurl.sourceforge.net
-It was downloaded from http://pycurl.sourceforge.net
-
-Upstream Authors:
-
- Kjetil Jacobsen <kjetilja at cs.uit.no>
- Markus F.X.J. Oberhumer <markus at oberhumer.com>
-
+Files: *
Copyright:
-
- Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
- Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
-
+ Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
+ Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
+ Copyright (C) 2013-2014 by Oleg Pudeyev <oleg at bsdpower.com>
License:
+ PycURL is dual licensed under the LGPL (either version 2.1 or later)
+ and an MIT/X derivative license based on the cURL license. You can
+ redistribute and/or modify PycURL according to the terms of either
+ license.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+ Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
- PycURL is dual licensed under the LGPL (either version 2.1 or later)
- and an MIT/X derivative license based on the cURL license. You can
- redistribute and/or modify PycURL according to the terms of either
- license.
+License: MIT
+ Permission to use, copy, modify, and distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright
+ notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
+ OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of a copyright holder shall not
+ be used in advertising or otherwise to promote the sale, use or other dealings
+ in this Software without prior written authorization of the copyright holder.
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
-
-MIT License text follows:
-
- COPYRIGHT AND PERMISSION NOTICE
-
- Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
- Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
- Copyright (C) 2013-2014 by Oleg Pudeyev <oleg at bsdpower.com>
-
- All rights reserved.
-
- Permission to use, copy, modify, and distribute this software for any purpose
- with or without fee is hereby granted, provided that the above copyright
- notice and this permission notice appear in all copies.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
- OR OTHER DEALINGS IN THE SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder shall not
- be used in advertising or otherwise to promote the sale, use or other dealings
- in this Software without prior written authorization of the copyright holder.
-
Files: tests/ext/test-lib.sh
Copyright: Copyright (c) 2010 Ryan Tomayko <http://tomayko.com/about>
License: MIT
+
+Files: debian/*
+Copyright: 2008-2014 Sandro Tosi <morph at debian.org>
+License: MIT
More information about the Python-modules-commits
mailing list