[Python-modules-commits] [flask] 03/16: d/copyright

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 18 10:20:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository flask.

commit 3ac95fb7f618e58f02ebbfe8fecf36f654e288ab
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 18 11:25:57 2016 +0200

    d/copyright
    
    * d/copyright
      - Converted to DEP5 format
      - Added myself for Debian part
---
 debian/changelog |  3 +++
 debian/copyright | 82 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 44 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb5775a..d4ba6ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ flask (0.10.1-3) UNRELEASED; urgency=medium
   * Fixed VCS URL (https)
   * Bumped Standards-Version to 3.9.8 (no changes needed)
   * Use extend-diff-ignore for egg-info instead of removing it
+  * d/copyright
+    - Converted to DEP5 format
+    - Added myself for Debian part
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:36:03 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 1c273f2..ae7b3f3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,41 +1,41 @@
-This package was debianized by Piotr Ożarowski <piotr at debian.org> on
-Fri, 16 Apr 2010 21:45:12 +0200.
-
-It was downloaded from http://pypi.python.org/pypi/Flask
-
- Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
- for more details.
-
- Some rights reserved.
-
- Redistribution and use in source and binary forms of the software as well
- as documentation, with or without modification, are permitted provided
- that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above
-   copyright notice, this list of conditions and the following
-   disclaimer in the documentation and/or other materials provided
-   with the distribution.
-
- * The names of the contributors may not be used to endorse or
-   promote products derived from this software without specific
-   prior written permission.
-
- THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
- NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
- OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
-
-The Debian packaging is © 2010, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the BSD as well.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Flask
+Source: https://pypi.python.org/pypi/Flask
+
+Files: *
+Copyright: (c) 2013, Armin Ronacher and contributors. See AUTHORS
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: (c) 2010-2013, Piotr Ożarowski <piotr at debian.org>
+           (c) 2016 Ondřej Nový <onovy at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * The names of the contributors may not be used to endorse or
+       promote products derived from this software without specific
+       prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask.git



More information about the Python-modules-commits mailing list