File: copyright

package info (click to toggle)
medusa 2.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,996 kB
  • sloc: ansic: 19,071; sh: 8,681; python: 294; makefile: 161; perl: 120
file content (140 lines) | stat: -rw-r--r-- 5,274 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: medusa
Source: http://www.foofus.net/jmk/medusa/medusa.html

Files: *
Copyright: 2006-2015, Joe Mondloch <jmk@foofus.net>
License: GPL-2+ with OpenSSL exception

Files: debian/*
Copyright: 2008-2016 Luciano Bello <luciano@debian.org>
           2016 Adrian Alves <aalves@gmail.com>
           2017 Lukas Schwaighofer <lukas@schwaighofer.name>
License: GPL-2+ with OpenSSL exception
Comment: Debian packaging is licensed under the same terms as upstream

Files: src/modsrc/afp.c
       src/modsrc/ftp.c
       src/modsrc/imap.c
       src/modsrc/rexec.c
       src/modsrc/rlogin.c
       src/modsrc/rsh.c
Copyright: 2006, 2009, pMonkey <pmonkey@foofus.net>
License: GPL-2

Files: src/modsrc/d3des.c
       src/modsrc/d3des.h
Copyright: 1988,1989,1990,1991,1992, Richard Outerbridge.
           1999, AT&T Laboratories Cambridge.
License: public-domain

Files: src/modsrc/hmacmd5.c
       src/modsrc/hmacmd5.h
Copyright: 1996-2000, Luke Kenneth Casson Leighton
           1992-2000, Andrew Tridgell
License: GPL-2+

Files: src/modsrc/http.c
       src/modsrc/telnet.c
Copyright: 2009, fizzgig <fizzgig@foofus.net>
License: GPL-2

Files: src/modsrc/module.h
Copyright: 2006, foofus.net <fizzgig@foofus.net>
License: GPL-2

Files: src/modsrc/sha1.c
       src/modsrc/sha1.h
Copyright: 2000, MySQL AB & MySQL Finland AB & TCX DataKonsult AB
License: GPL-2+

Files: src/modsrc/smtp-vrfy.c
Copyright: 2015, JoMo-Kun <jmk@foofus.net>
License: GPL-2

Files: src/modsrc/smtp.c
Copyright: 2009, pMonkey <pmonkey@foofus.net>
           2008, JoMo-Kun <jmk@foofus.net>
License: GPL-2

Files: src/modsrc/web-form.c
Copyright: 2007, Luciano Bello <luciano@debian.org>
License: GPL-2

Files: src/uthash.h
Copyright: 2003-2009, Troy D. Hanson
License: custom-BSD-like

License: custom-BSD-like
 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.
 .
 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.

License: GPL-2
 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; version 2 dated June, 1991.
 .
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 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; version 2 dated June, 1991, or (at
 your option) any later version.
 .
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.

License: GPL-2+ with OpenSSL exception
 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 2 of the License, or (at your option) any later
 version.
 .
 In addition, as a special exception, the author of this
 program gives permission to link the code of its
 release with the OpenSSL project's "OpenSSL" library (or
 with modified versions of it that use the same license as
 the "OpenSSL" library), and distribute the linked
 executables. You must obey the GNU General Public
 License in all respects for all of the code used other
 than "OpenSSL".  If you modify this file, you may extend
 this exception to your version of the file, but you are
 not obligated to do so.  If you do not wish to do so,
 delete this exception statement from your version.
 .
 This program 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: public-domain
 No license required for any purpose; the work is not
 subject to copyright in any jurisdiction.