[libcompress-snappy-perl] 02/02: Add google inc copyrights and BSD-3-clause for src/*

Alejandro Garrido Mota alejandro at debian.org
Sat Sep 14 09:33:35 UTC 2013


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

mogaal-guest pushed a commit to branch master
in repository libcompress-snappy-perl.

commit f458f70bd1f334085a4cc9361c9f277699407def
Author: Alejandro Garrido Mota <garridomota at gmail.com>
Date:   Sat Sep 14 11:27:08 2013 +0200

    Add google inc copyrights and BSD-3-clause for src/*
---
 debian/control   |    6 ++----
 debian/copyright |   40 +++++++++++++++++++++++++++++++---------
 2 files changed, 33 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index cc37968..c03d17e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <alejandro at debian.org>
-Build-Depends: debhelper (>= 9.20120312),
- perl
+Build-Depends: debhelper (>= 9),
+               perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcompress-snappy-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcompress-snappy-perl.git
@@ -22,5 +22,3 @@ Description: Perl interface to Google's Snappy (de)compressor
  compression. For instance, compared to the fastest mode of zlib, Snappy is an
  order of magnitude faster for most inputs, but the resulting compressed files
  are anywhere from 20% to 100% bigger.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index cd283da..f1642f3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,19 +2,15 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Compress-Snappy
 Upstream-Contact: gray <gray at cpan.org>
 Upstream-Name: Compress-Snappy
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: gray <gray at cpan.org>
+Copyright: 2011-2013, gray <gray at cpan.org>
 License: Artistic or GPL-1+
 
+Files: src/*
+Copyright: 2011, Google Inc.
+License: BSD-3-Clause
+
 Files: debian/*
 Copyright: 2013, Alejandro Garrido Mota <alejandro at debian.org>
 License: Artistic or GPL-1+
@@ -34,3 +30,29 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+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.
+ * Neither the name of Google Inc. nor the names of its
+   contributors may 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/pkg-perl/packages/libcompress-snappy-perl.git



More information about the Pkg-perl-cvs-commits mailing list