~ubuntu-branches/ubuntu/wily/python-pyelftools/wily-proposed

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2015-04-27 13:25:10 UTC
  • Revision ID: package-import@ubuntu.com-20150427132510-404bg07b1c4luji3
Tags: 0.23-1
Initial release (Closes: #778933)

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: python-pyelftools
 
3
Source: https://github.com/eliben/pyelftools
 
4
 
 
5
Files: *
 
6
Copyright: 2015 Eli Bendersky <eliben@gmail.com>
 
7
License: public-domain
 
8
 
 
9
Files: elftools/construct/*
 
10
Copyright: 2009 Tomer Filiba, 2010-2011 Corbin Simpson
 
11
License: MIT
 
12
 
 
13
Files: test/external_tools/elf_creator.c
 
14
Copyright: 2008 Roberto García López
 
15
License: LGPL-2
 
16
 
 
17
Files: debian/*
 
18
Copyright: 2015 Tomasz Buchert <tomasz@debian.org>
 
19
License: public-domain
 
20
 
 
21
License: LGPL-2
 
22
 This library is free software; you can redistribute it and/or
 
23
 modify it under the terms of the GNU Library General Public
 
24
 License as published by the Free Software Foundation; either
 
25
 version 2 of the License, or (at your option) any later version.
 
26
 .
 
27
 This library is distributed in the hope that it will be useful,
 
28
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
30
 Library General Public License for more details.
 
31
 .
 
32
 You should have received a copy of the GNU Library General Public
 
33
 License along with this library; if not, write to the Free Software
 
34
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
35
 .
 
36
 On Debian systems, the full text of the GNU Library General Public
 
37
 License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'.
 
38
 
 
39
License: public-domain
 
40
 This is free and unencumbered software released into the public domain.
 
41
 .
 
42
 Anyone is free to copy, modify, publish, use, compile, sell, or
 
43
 distribute this software, either in source code form or as a compiled
 
44
 binary, for any purpose, commercial or non-commercial, and by any
 
45
 means.
 
46
 .
 
47
 In jurisdictions that recognize copyright laws, the author or authors
 
48
 of this software dedicate any and all copyright interest in the
 
49
 software to the public domain. We make this dedication for the benefit
 
50
 of the public at large and to the detriment of our heirs and
 
51
 successors. We intend this dedication to be an overt act of
 
52
 relinquishment in perpetuity of all present and future rights to this
 
53
 software under copyright law.
 
54
 .
 
55
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
56
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
57
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
58
 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
59
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 
60
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 
61
 OTHER DEALINGS IN THE SOFTWARE.
 
62
 .
 
63
 For more information, please refer to <http://unlicense.org/>
 
64
 
 
65
License: MIT
 
66
 Permission is hereby granted, free of charge, to any person obtaining a copy
 
67
 of this software and associated documentation files (the "Software"), to deal
 
68
 in the Software without restriction, including without limitation the rights
 
69
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
70
 copies of the Software, and to permit persons to whom the Software is
 
71
 furnished to do so, subject to the following conditions:
 
72
 .
 
73
 The above copyright notice and this permission notice shall be included in all
 
74
 copies or substantial portions of the Software.
 
75
 .
 
76
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
77
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
78
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
79
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
80
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
81
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
82
 SOFTWARE.