-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLICENSE
100 lines (74 loc) · 4.29 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
ogon - Free Remote Desktop Services
======================================
The main ogon codebase is licensed under the GNU Affero General Public
License version 3 ("AGPL") and the "ogon Core AGPL Exceptions".
In addition some components may be licensed under the "ogon Library AGPL
Exceptions". See individual source files for details.
______________________________________________________________________________
OGON CORE AGPL EXCEPTIONS
Version 1.0, 1 May 2016
The ogon Core AGPL Exceptions are additional permissions under
section 7 of the GNU Affero General Public License version 3 ("AGPLv3").
They apply to a given source file that bears the following notice placed by
the copyright holders of that file:
Under the GNU Affero General Public License version 3 section 7 the
copyright holders grant the additional permissions set forth in the
ogon Core AGPL Exceptions version 1 as published by
Thincast Technologies GmbH.
If you modify any files with these exceptions, you may extend these exceptions
to your version of the file(s), but you are not obligated to do so.
If you do not wish to do so, delete this statement from your version.
0. Definitions
"ogon" means ogon software licensed under version 3 or any later version
of the GNU Affero General Public License ("AGPL"), or a work based on such
software and licensed under the AGPL.
"OpenSSL" means OpenSSL toolkit software distributed by the OpenSSL Project
and licensed under the OpenSSL Licenses, or a work based on such software and
licensed under the OpenSSL Licenses.
"OpenSSL Licenses" means the OpenSSL License and Original SSLeay License under
which the OpenSSL Project distributes the OpenSSL toolkit software, as those
licenses appear in the file LICENSE-OPENSSL.
1. OpenSSL Exception
Permission is hereby granted to copy, modify, propagate, and distribute a work
formed by combining OpenSSL with ogon, or a work derivative of such a
combination, even if such copying, modification, propagation, or distribution
would otherwise violate the terms of the AGPL. You must comply with the AGPL
in all respects for all of the code used other than OpenSSL.
2. No-Communication Exception
If you modify ogon and the covered work has no means of communicating an
offer to provide the corresponding source to the users interacting with it
remotely through a computer network, you may comply with this requirement set
forth in section 13 of the GNU Affero General Public License version 3 by
making the corresponding source for your version available for anyone to
copy, free of charge, through a publicly available network server or other
readily accessible means.
______________________________________________________________________________
OGON LIBRARY AGPL EXCEPTIONS
Version 1.0, 1 May 2016
The ogon Library AGPL Exceptions are additional permissions under
section 7 of the GNU Affero General Public License version 3 ("AGPLv3").
They apply to a given source file that bears the following notice placed by
the copyright holders of that file:
Under the GNU Affero General Public License version 3 section 7 the
copyright holders grant the additional permissions set forth in the
ogon Library AGPL Exceptions version 1 as published by
Thincast Technologies GmbH.
If you modify any files with these exceptions, you may extend these exceptions
to your version of the file(s), but you are not obligated to do so.
If you do not wish to do so, delete this statement from your version.
0. Definitions
"ogon" means ogon software licensed under version 3 or any later version
of the GNU Affero General Public License ("AGPL"), or a work based on such
software and licensed under the AGPL.
"independent modules" means software which is not derived from or based
on ogon.
1. Dynamic Linking Exception
Linking ogon code statically or dynamically with other modules is making
a combined work based on ogon. Thus, the terms and conditions of the
AGPL covers the whole combination.
As a special exception, permission is hereby granted to dynamically link
ogon code covered by this exception with independent modules, regardless
of the license terms of these independent modules, and to copy and distribute
these independent modules under terms of your choice, provided that you also
meet, for each linked independent module, the terms and conditions of the
license of that module.