-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLICENCE
152 lines (139 loc) · 7.06 KB
/
LICENCE
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
Most of the content in this repository is covered by
The MirOS Licence (short name: MirBSD):
# Copyright © 2008, 2009, 2010, 2012, 2016, 2017, 2018, 2020, 2021
# mirabilos <[email protected]>
# Copyright © 2013
# mirabilos <[email protected]>
# Copyright © 2020, 2021, 2023
# mirabilos <[email protected]>
# Licensor: Deutsche Telekom
#
# This product was inspired by (without directly including) software
# developed by the University of California, Berkeley, and its
# contributors. 4.4BSD-Lite2 © 1993, 1994
# The Regents of the University of California
#
# Provided that these terms and disclaimer and all copyright notices
# are retained or reproduced in an accompanying document, permission
# is granted to deal in this work without restriction, including un‐
# limited rights to use, publicly perform, distribute, sell, modify,
# merge, give away, or sublicence.
#
# This work is provided “AS IS” and WITHOUT WARRANTY of any kind, to
# the utmost extent permitted by applicable law, neither express nor
# implied; without malicious intent or gross negligence. In no event
# may a licensor, author or contributor be held liable for indirect,
# direct, other damage, loss, or other issues arising in any way out
# of dealing in the work, even if advised of the possibility of such
# damage or existence of a defect, except proven that it results out
# of said person’s immediate fault when using the work as intended.
The ws2 library’s HLL support and the dotnet library contain code for
Mono under the MIT licence:
* Copyright (c) .NET Foundation and Contributors
* Copyright 2016 Microsoft
* Copyright 2011 Xamarin Inc
* Copyright © 2021, 2023
* mirabilos <[email protected]>
* Licensor: Deutsche Telekom LLCTO
*
* All rights reserved.
*
* 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.
Parts of the library for Android and OpenJDK/Linux are published under
these terms:
* Copyright © 2020, 2021
* mirabilos <[email protected]>
* Copyright © 2014, 2016
* The Android Open Source Project
* Copyright © 1996, 2000, 2001, 2002, 2006, 2007, 2011, 2012, 2013,
* 2015, 2018
* Oracle and/or its affiliates
* Licensor: Deutsche Telekom
*
* 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 of the License.
*
* 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.
*
* The full text of that licence can be found in the following file:
* ‣ android/ecn-lib/src/main/resources/COPYING
*
* As a special exception, the copyright holders of this library give
* you permission to link this library with independent modules to
* produce an executable, regardless of the license terms of these
* independent modules, and to copy and distribute the resulting
* executable 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. An independent module is a module which is
* not derived from or based on this library. If you modify this
* library, you may extend this exception to your version of the
* library, but you are not obligated to do so. If you do not wish
* to do so, delete this exception statement from your version.
Said libraries additionally contains a nativehelper module:
* Copyright © 2020
* mirabilos <[email protected]>
* Licenced by Deutsche Telekom
*
* Copyright (C) 2006, 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* The full text of that licence can be found in the following file:
* ‣ android/ecn-lib/src/main/resources/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
Thus, for the Android and OpenJDK/Linux library, the following holds:
| All three licences must be adhered to: the Apache 2 licence for the
| “nh” module *only*; both MirBSD and GPLv2 with Classpath Exception
| for the OpenJDK‑/Android-libcore-derived code in this project, and
| just The MirOS Licence for the rest of this project.
The OpenJDK/Linux library additionally contains, as a resource, the
Inconsolatazi4varlquAH.ttf font used for the DatagramChannel Swing
example application. This font file is Copyright ©
2021 mirabilos <[email protected]>
2017 mirabilos <[email protected]>
2013–2016 Michael Sharpe <[email protected]>
2006–2012 Raph Levien <[email protected]>
and covered by both the SIL Open Font License 1.1, reproduced in the
file jdk-linux/src/legal/OFLv1.1, and The MirOS Licence (see above);
both licences must be honoured. (An eventual Inconsolatus QL [MirOS]
release is expected to supercede this.)
The Android skeleton was autogenerated by IntelliJ IDEA 2020.1 (most
of which trivial enough to lack copyright). OutputListAdapter is the
“obvious” minimal implementation for a RecyclerView adapter and thus
also in the Public Domain. The Gradle wrapper included in the skele‐
ton is licenced separately, see below. At build time extra libraries
will be downloaded and used, some included in the APK; refer to each
individually for copyright notes and licence terms. Everything else,
also as a collective-work licence, is published under the MirBSD li‐
cence reproduced at the top of this file.
Gradle wrapper 6.8.3 © 2007–2014, 2015, 2017 and published under the
terms of the Apache 2 licence; see android/gradle* for full notices,
source code and specifics; as to the full text of the licence, refer
to: android/ecn-lib/src/main/resources/LICENSE-2.0
Qvest Digital AG is the company formerly known as ⮡ tarent.