File: copyright

package info (click to toggle)
libcrypto%2B%2B 5.6.4-8
  • links: PTS
  • area: main
  • in suites: buster
  • size: 11,896 kB
  • ctags: 13,256
  • sloc: cpp: 69,231; sh: 4,117; asm: 4,090; makefile: 373
file content (102 lines) | stat: -rw-r--r-- 2,955 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
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Crypto++
Source: http://sourceforge.net/projects/cryptopp/files/cryptopp/

Files: *
Copyright: (C) 1995-2013 by Wei Dai
License: Boost

Files: 3way.cpp
Copyright: Joan Daemen
License: public-domain

Files: cast.cpp
Copyright: Leonard Janke,
 Steve Reid
License: public-domain

Files: seal.cpp
Copyright: Leonard Janke
License: public-domain

Files: des.cpp
Copyright: Phil Karn
License: public-domain

Files: md2.cpp
 md4.cpp
Copyright: Andrew M. Kuchling
License: public-domain

Files: md5.cpp
Copyright: Colin Plumb
License: public-domain

Files: rc6.cpp
Copyright: Seal Woods
License: public-domain

Files: rijndael.cpp
Copyright: Chris Morgan,
 Paulo Baretto
License: public-domain

Files: skipjack.cpp
 square.cpp
Copyright: Paulo Baretto
License: public-domain

Files: safer.cpp
Copyright: Richard De Moliner
License: public-domain

Files: twofish.cpp
Copyright: Matthew Skala
License: public-domain

Files: camellia.cpp
 shacal2.cpp
 ttmac.cpp
 whrlpool.cpp
 ripemd.cpp
Copyright: Kevin Springle
License: public-domain

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

Files: debian/*
Copyright: (C) 2011- Laszlo Boszormenyi (GCS) <gcs@debian.org>,
 (C) 2005-2010 Jens Peter Secher <jps@debian.org>,
 (C) 2004 Pierre Machard <pmachard@debian.org>,
 (C) 2000-2002 Stephen Zander <gibreel@debian.org>
License: Boost

License: Boost
        Boost Software License - Version 1.0
        ------------------------------------
 .
 Boost Software License - Version 1.0 - August 17th, 2003
 .
 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.