File: copyright

package info (click to toggle)
libvmime 0.9.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,552 kB
  • sloc: cpp: 55,419; ansic: 822; makefile: 88; sh: 8
file content (221 lines) | stat: -rw-r--r-- 9,948 bytes parent folder | download | duplicates (4)
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libvmime
Upstream-Contact: Vincent Richard <vincent@vmime.org>
Source: http://www.vmime.org/

Files: *
Copyright: 2002-2017 Vincent Richard <vincent@vmime.org>
License: GPL-3

Files: debian/*
Copyright: 2005-2013, Mattias Nordstrom <nordstrom@realnode.com>
           2015-2017, Carsten Schoenert <c.schoenert@t-online.de
License: GPL-2+

Files: cmake/FindCppUnit.cmake
Copyright: 2006, Masaharu Goto <gotom@hanno.jp>
License: Expat
Comment: The referenced original of FindCppUnit.cmake has moved into
 the repository https://gitlab.cern.ch/root-mirror/root/cint/reflex/cmake/modules/FindCppUnit.cmake.

Files: cmake/FindGSasl.cmake
Copyright: 2009 Brad Hards, <bradh@kde.org>
           2009 Michele Caini, <skypjack@gmail.com>
License: BSD-3-clause

Files: cmake/FindICU.cmake
Copyright: 2011-2012, Julien Poinsot (julp) <poinsot.julien@gmail.com>
License: BSD-2-clause
Comment: Original source can be found on https://github.com/julp/FindICU.cmake

Files: cmake/FindIconv.cmake
Copyright: 2012, Steven Oliver <oliver.steven@gmail.com>
           KitWare contibuters
License: BSD-3-clause
Comment: According to https://public.kitware.com/Bug/view.php?id=13517
 and https://cmake.org/pipermail/cmake/2007-October/017032.html.
 CMake and it modules are licensed under BSD-3-clause, see
 https://cmake.org/licensing/

Files: cmake/TargetArch.cmake
Copyright: 2012, Petroules Corporation <jake.petroules@petroules.com>
License: BSD-2-clause

Files: cmake/Utils.cmake
Copyright: Johannes Wienke <mail@johanneswienke.de>
License: LGPL-3
Comment: The taken file Utils.cmake has no explizit license information.
 The development of this CMake helper is now done in
 https://code.cor-lab.org/projects/rsc/repository/changes/cmake/Modules/InstallFilesRecursive.cmake
 and was relicensed to LGPL-3 with https://code.cor-lab.org/issues/793 .

Files: cmake/cmake-cxx11/Modules/CheckCXX11Features.cmake
Copyright: 2012, Andreas Weis
           2011-2012, Rolf Eike Beer <eike@sf-mail.de>
License: GPL-3

Files: contrib/punycode/*
Copyright: Adam M. Costello
License: GPL-2+
Comment: Based on information from
 Those files was originally written by Adam M. Costello and are released
 under the following license -- see http://www.nicemice.net/idn/punycode-spec.gz
 chapter B
 .
 * Disclaimer and license: Regarding this entire document or any
 * portion of it (including the pseudocode and C code), the author
 * makes no guarantees and is not responsible for any damage resulting
 * from its use.  The author grants irrevocable permission to anyone
 * to use, modify, and distribute it in any way that does not diminish
 * the rights of anyone else to use, modify, and distribute it,
 * provided that redistributed derivative works do not contain
 * misleading author or version information.  Derivative works need
 * not be licensed under similar terms.

Files: contrib/utf8/*
Copyright: 2006, Nemanja Trifunovic 
License: Boost

Files: examples/*
Copyright: 2002-2014, Vincent Richard <vincent@vmime.org>
License: GPL-3+

Files: examples/CMakeLists.txt
  examples/example6_authenticator.hpp
  examples/example6_certificateVerifier.hpp
  examples/example6_timeoutHandler.hpp
  examples/example6_tracer.hpp
Copyright: 2002-2017 Vincent Richard <vincent@vmime.org>
License: GPL-3

Files: examples/viewer/viewer.cpp
Copyright: 2002-2014, Vincent Richard <vincent@vmime.org>
License: GPL-3+

Files: src/*
Copyright: 2002-2014, Vincent Richard <vincent@vmime.org>
License: GPL-3+

Files: src/vmime/security/digest/md5/md5MessageDigest.cpp
Copyright: 2002-2013, Vincent Richard <vincent@vmime.org>
License: GPL-3+

Files: tests/*
Copyright: 2002-2014, Vincent Richard <vincent@vmime.org>
License: GPL-3+

License: Boost
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 . 
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
  met:
 1. Redistributions of source code must retain the above copyright
    notice(s), this list of conditions and the following disclaimer as
    the first lines of this file unmodified other than the possible
    addition of one or more copyright notices.
 2. Redistributions in binary form must reproduce the above copyright
    notice(s), this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``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 HOLDER(S) 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: BSD-3-clause
 Copyright © belongs to the uploader
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
  are met:
 1.Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the owner nor the names of its contributors may be
    used to endorse or promote products derived from this software without
    specific prior written permission.
 .
 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 HOLDER 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: Expat
 The MIT License
 .
 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.

License: GPL-2+
 On Debian systems, the complete text of the GNU General Public
 License can be found in the file /usr/share/common-licenses/GPL-2'.

License: GPL-3
 On Debian systems, the complete text of the GNU General Public
 License can be found in the file /usr/share/common-licenses/GPL-3'.

License: GPL-3+
 On Debian systems, the complete text of the GNU General Public
 License can be found in the file /usr/share/common-licenses/GPL-3'.

License: LGPL-3
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU Library General Public License as published by the  Free
 Software Foundation; version 2 of the License, or (at  your option) any later
 version.
 .
 On Debian systems, the complete text of version 2 of the GNU Library
 General Public License can be found in `/usr/share/common-licenses/LGPL-3'.