File: copyright

package info (click to toggle)
n2n 3.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,776 kB
  • sloc: ansic: 29,672; sh: 1,502; python: 621; makefile: 442; perl: 270; exp: 4
file content (92 lines) | stat: -rw-r--r-- 3,628 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: n2n
Upstream-Contact: Luca Deri <deri@ntop.org>
Source: <https://github.com/ntop/n2n>
#
# Please double check copyright with the licensecheck(1) command.

Files:     *
Copyright: 2007-2022 Luca Deri <deri@ntop.org>
           2007-2022 ntop.org and contributors
License:   GPL-3.0+

Files:     legacy/gen_keyfile.py
           doc/Hacking.md
Copyright: 2007-2022 Luca Deri <deri@ntop.org>
           2007-2022 ntop.org and contributors
           2009 Richard Andrews <andrews@ntop.org>
License:   GPL-3.0+

Files:     include/tf.h
           src/tf.c
Copyright: 2007-2022 ntop.org and contributors
           2015 Andrew T. Csillag
License:   Expat

Files:     include/lzoconf.h
           include/minilzo.h
           include/lzodefs.h
           src/minilzo.c
Copyright: 1996-2017 Markus Franz Xaver Johannes Oberhumer
           2007-2022 ntop.org and contributors
License:   GPL-3.0+

Files:     include/uthash.h
Copyright: 2003-2018 Troy D. Hanson     http://troydhanson.github.com/uthash/
           2007-2022 ntop.org and contributors
License:   GPL-3.0+

Files:     win32/getopt.c
           win32/getopt.h
Copyright: 1992-2015 Free Software Foundation, Inc.
           2007-2022 ntop.org and contributors
License:   GPL-3.0+

Files:     config.guess
           packages/debian/configure
           packages/rpm/configure
Copyright: 1992-2015 Free Software Foundation, Inc.
License:   __AUTO_PERMISSIVE__
 Autogenerated files with permissive licenses.

Files:     debian/*
Copyright: 2008-2009 cristian paul peƱaranda rojas <kristian.paul@gmail.com>
           2012-2018 Rolf Leggewie <foss@rolf.leggewie.biz>
           2022 Tianyu Chen <billchenchina2001@gmail.com>
License:   GPL-3.0+

License: GPL-3.0+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

License: Expat
 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.