~ubuntu-branches/ubuntu/wily/cmocka/wily-proposed

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2013-12-08 23:29:02 UTC
  • Revision ID: package-import@ubuntu.com-20131208232902-02ph2ianagvvysqo
Tags: 0.3.2-1
Initial release (Closes: #731719)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
2
Upstream-Name: CMocka
 
3
Source: http://git.cryptomilk.org/projects/cmocka.git/
 
4
Upstream-Contact: Andreas Schneider <asn@cryptomilk.org>
 
5
 
 
6
Files: *
 
7
Copyright: 2003-2013, Andreas Schneider <asn@cryptomilk.org>
 
8
           2008, Google Inc. <opensource@google.com>
 
9
           2013, Jakub Hrozek <jakub.hrozek@gmail.com>
 
10
License: Apache-2.0
 
11
 
 
12
Files: cmake/*
 
13
Copyright: 2007-2013, Andreas Schneider <asn@cryptomilk.org>
 
14
           2009-2010, Tobias Rautenkranz <tobias@rautenkranz.ch>
 
15
           2006, Alexander Neundorf <neundorf@kde.org>
 
16
           2007, Daniel Gollub <dgollub@suse.de>
 
17
License: BSD-3-clause
 
18
 
 
19
License: Apache-2.0
 
20
 On Debian systems, the full text of the Apache license version 2 can be found
 
21
 in the file `/usr/share/common-licenses/Apache-2.0'.
 
22
 
 
23
License: BSD-3-clause
 
24
 Redistribution and use in source and binary forms, with or without
 
25
 modification, are permitted provided that the following conditions
 
26
 are met:
 
27
 .
 
28
 1. Redistributions of source code must retain the copyright
 
29
    notice, this list of conditions and the following disclaimer.
 
30
 2. Redistributions in binary form must reproduce the copyright
 
31
    notice, this list of conditions and the following disclaimer in the
 
32
    documentation and/or other materials provided with the distribution.
 
33
 3. The name of the author may not be used to endorse or promote products
 
34
    derived from this software without specific prior written permission.
 
35
 .
 
36
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 
37
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 
38
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 
39
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 
40
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 
41
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
42
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
43
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
44
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 
45
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.