[Python-modules-commits] [simplejson] 04/11: d/copyright converted into machine-readable format

Ondřej Nový onovy-guest at moszumanska.debian.org
Thu Apr 14 20:52:48 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository simplejson.

commit 2ca7576d7ab0e0a6743f6d8c32fff2a77704ee50
Author: Ondřej Nový <novy at ondrej.org>
Date:   Thu Apr 14 21:56:45 2016 +0200

    d/copyright converted into machine-readable format
---
 debian/changelog |  1 +
 debian/copyright | 73 +++++++++++++++++++++++++++-----------------------------
 2 files changed, 36 insertions(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32aa2b8..16c061f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ simplejson (3.8.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Fixed VCS URL (https)
+  * d/copyright converted into machine-readable format
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:31:44 +0200
 
diff --git a/debian/copyright b/debian/copyright
index d4ccf81..9bc8ee7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,38 +1,35 @@
-This package was debianized by Tommi Virtanen tv at debian.org on
-Fri, 24 Mar 2006 19:07:30 +0200.
-
-Since Mon, 22 Jan 2007 02:26:34 +0100 it is maintained by
-Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>.
-
-
-It was downloaded from http://cheeseshop.python.org/packages/source/s/simplejson/
-
-Upstream Author: Bob Ippolito <bob at redivi.com>
-
-Copyright: (C) 2006-2009 Bob Ippolito <bob at redivi.com>
-
-
-License: MIT License
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- 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. 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.
-
-
-The Debian packaging is © 2006 Tommi Virtanen <tv at debian.org> and 
-© 2007-2010 Piotr Ożarowski <piotr at debian.org> - it is licensed under the MIT
-license as well
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: simplejson
+Upstream-Contact: Bob Ippolito <bob at redivi.com>
+Source: https://github.com/simplejson/simplejson
+
+Files: *
+Copyright: (c) 2006 Bob Ippolito <bob at redivi.com>
+License: MIT
+
+Files: debian/*
+Copyright: (c) 2006, Gustavo Noronha Silva <kov at debian.org>
+           (c) 2006-2015, Piotr Ożarowski <piotr at debian.org>
+           (c) 2006, Tommi Virtanen <tv at debian.org>
+           (c) 2016, Ondřej Nový <novy at ondrej.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ 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.
+ 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.

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



More information about the Python-modules-commits mailing list