~ubuntu-branches/ubuntu/wily/python-memory-profiler/wily

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Changwoo Ryu
  • Date: 2014-10-19 17:18:27 UTC
  • Revision ID: package-import@ubuntu.com-20141019171827-forkah94q5vjw60r
Tags: 0.31+git20141019-1
Initial release (Closes: #764855)

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: memory_profiler
 
3
Source: https://github.com/fabianp/memory_profiler
 
4
 
 
5
Files: *
 
6
Copyright: Copyright (c) 2007–2014 Fabian Pedregosa. All rights reserved.
 
7
License: BSD-3
 
8
 Redistribution and use in source and binary forms, with or without
 
9
 modification, are permitted provided that the following conditions are met:
 
10
 .
 
11
   a. Redistributions of source code must retain the above copyright notice,
 
12
      this list of conditions and the following disclaimer.
 
13
   b. Redistributions in binary form must reproduce the above copyright
 
14
      notice, this list of conditions and the following disclaimer in the
 
15
      documentation and/or other materials provided with the distribution.
 
16
   c. Neither the name of the memory_profiler developers nor the names of
 
17
      its contributors may be used to endorse or promote products
 
18
      derived from this software without specific prior written
 
19
      permission. 
 
20
 .
 
21
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
22
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
23
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
24
 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
 
25
 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
26
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 
27
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 
28
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
29
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
30
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 
31
 DAMAGE.
 
32
 
 
33
Files: debian/*
 
34
Copyright: 2014 Changwoo Ryu <cwryu@debian.org>
 
35
License: GPL-3+
 
36
 This program is free software: you can redistribute it and/or modify
 
37
 it under the terms of the GNU General Public License as published by
 
38
 the Free Software Foundation, either version 3 of the License, or
 
39
 (at your option) any later version.
 
40
 .
 
41
 This program is distributed in the hope that it will be useful,
 
42
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
43
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
44
 GNU General Public License for more details.
 
45
 .
 
46
 You should have received a copy of the GNU General Public License
 
47
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
48
 Comment:
 
49
 on Debian systems, the complete text of the GNU General Public License
 
50
 version 3 or later can be found in `/usr/share/common-licenses/GPL-3'.