-
Notifications
You must be signed in to change notification settings - Fork 19
/
LICENSE
112 lines (80 loc) · 4.85 KB
/
LICENSE
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
This file contains the license for OnionKit, a free software project to
provide anonymity on the Internet for iOS devices.
===============================================================================
Software License Agreement (LGPLv2.1+ / MPL 2.0)
Copyright (c) 2014, Chris Ballinger <[email protected]>. All rights reserved.
# LGPLv2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
# MPL 2.0
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
###########################################################################
ENCRYPTION NOTICE / APP DISTRIBUTION NOTES
This software uses strong cryptography and may it fall under certain
export/import and/or use restrictions in some other parts of the world.
BEFORE using any encryption software, please check your country's laws,
regulations and policies concerning the import, possession, or use,
and re-export of encryption software, to see if this is permitted.
See http://www.wassenaar.org/ for more information.
This source package does not directly contain encryption software. Please see
the OpenSSL and libotr license portions for links to the encryption-containing
portions of this application. Distributions of this source package
(and only this source package, without external dependencies) may not be
considered encryption software depending on the regulations of your jurisdiction.
Distribution of binary versions of this application may be subject to
further export/import and/or use restrictions. (iOS developers: see the
"My application uses a public domain library (openssh)..." question in the
"World Wide Trade Compliance for the App Store" page on the Apple iTunes Connect
FAQs[3] site. Also note the "I intend to distribute my app only in the United
States and Canada..." question on that FAQ page.)
[3]: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/jumpTo?page=faqs
###########################################################################
Build scripts based on `build-libssl.sh` work in `OpenSSL-for-iPhone`,
originally licensed under the Apache License 2.0:
Copyright 2010 Felix Schulze. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
###########################################################################
OpenSSL is not bundled in the source tree of this application, but is required
to compile the library. NOTE: Binary forms of this application are subject
to the license and must reproduce the copyright notices and disclaimers
located in the full license (link below).
OpenSSL is available under the OpenSSL License License & Original SSLeay License:
Copyright (c) 1998-2011 The OpenSSL Project.
Full license available at:
https://www.openssl.org/source/license.html
###########################################################################
Libevent is not bundled in the source tree of this application, but is required
to compile the library. NOTE: Binary forms of this application are subject
to the license and must reproduce the copyright notices and disclaimers
located in the full license (link below).
Libevent is available for use under the following license, commonly known
as the 3-clause (or "modified") BSD license:
Copyright (c) 2000-2007 Niels Provos <[email protected]>
Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
Full license available at:
http://libevent.org/LICENSE.txt
###########################################################################
Tor is not bundled in the source tree of this application, but is required
to compile the library. NOTE: Binary forms of this application are subject
to the license and must reproduce the copyright notices and disclaimers
located in the full license (link below).
Tor is available under a BSD-style license:
Copyright (c) 2001-2004, Roger Dingledine
Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
Copyright (c) 2007-2013, The Tor Project, Inc.
Full license available at:
https://gitweb.torproject.org/tor.git?a=blob_plain;hb=HEAD;f=LICENSE