Skip to content

Commit 7806789

Browse files
author
Jay Logue
committed
Replaced COPYING file with Google-compliant LICENSE file
1 parent 1a57859 commit 7806789

File tree

2 files changed

+268
-49
lines changed

2 files changed

+268
-49
lines changed

COPYING

Lines changed: 0 additions & 49 deletions
This file was deleted.

LICENSE

Lines changed: 268 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
2+
The openweave-esp32-lwip project is a derivative work of the LwIP project
3+
(https://savannah.nongnu.org/projects/lwip/).
4+
5+
LwIP is Copyright (c) 2001, 2002 Swedish Institute of Computer Science, and is published
6+
under a modified BSD license:
7+
8+
Redistribution and use in source and binary forms, with or without modification,
9+
are permitted provided that the following conditions are met:
10+
11+
1. Redistributions of source code must retain the above copyright notice,
12+
this list of conditions and the following disclaimer.
13+
2. Redistributions in binary form must reproduce the above copyright notice,
14+
this list of conditions and the following disclaimer in the documentation
15+
and/or other materials provided with the distribution.
16+
3. The name of the author may not be used to endorse or promote products
17+
derived from this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
20+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
21+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
22+
SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
24+
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27+
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
28+
OF SUCH DAMAGE.
29+
30+
The openweave-esp32-lwip project also contains software contributed by Espressif Systems
31+
as part of their ESP-IDF project (https://github.com/espressif/esp-idf).
32+
33+
The ESP-IDF LwIP software is Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD,
34+
and is published under the Apache 2.0 license (attached below).
35+
36+
Finally, the following files contain work that is contributed by Google as part of the
37+
OpenWeave project (https://openweave.io/). These contributions are Copyright 2018 Google LLC,
38+
and published under the Apache 2.0 license.
39+
40+
Kconfig
41+
core/ipv6/ethip6.c
42+
core/ipv6/ip6.c
43+
core/ipv6/ip6_route_table.c
44+
core/ipv6/nd6.c
45+
core/netif.c
46+
core/udp.c
47+
include/lwip/lwip/ip6_addr.h
48+
include/lwip/lwip/ip6_route_table.h
49+
include/lwip/lwip/netif.h
50+
include/lwip/lwip/opt.h
51+
include/lwip/lwip/priv/tcpip_priv.h
52+
include/lwip/lwip/tcpip.h
53+
include/lwip/lwip/udp.h
54+
include/lwip/port/lwipopts.h
55+
patches/openweave-esp32-lwip-patch-0001-Add-custom-core-locking.patch
56+
patches/openweave-esp32-lwip-patch-0002-Enforce-wlan-buffer-copy.patch
57+
patches/openweave-esp32-lwip-patch-0003-Removed-include-lwipopts.h.patch
58+
patches/openweave-esp32-lwip-patch-0004-Fix-source-IPv6-addr.patch
59+
patches/openweave-esp32-lwip-patch-0005-Fix-ip6_get_subnet_id.patch
60+
patches/openweave-esp32-lwip-patch-0006-Send-neighbor-solicitation.patch
61+
patches/openweave-esp32-lwip-patch-0007-UDP-interface-binding-support.patch
62+
patches/openweave-esp32-lwip-patch-0008-Static-route-table-management.patch
63+
patches/openweave-esp32-lwip-patch-0009-Enable-custom-pbufs.patch
64+
port/netif/wlanif.c
65+
66+
-----
67+
68+
Apache License
69+
Version 2.0, January 2004
70+
http://www.apache.org/licenses/
71+
72+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
73+
74+
1. Definitions.
75+
76+
"License" shall mean the terms and conditions for use, reproduction,
77+
and distribution as defined by Sections 1 through 9 of this document.
78+
79+
"Licensor" shall mean the copyright owner or entity authorized by
80+
the copyright owner that is granting the License.
81+
82+
"Legal Entity" shall mean the union of the acting entity and all
83+
other entities that control, are controlled by, or are under common
84+
control with that entity. For the purposes of this definition,
85+
"control" means (i) the power, direct or indirect, to cause the
86+
direction or management of such entity, whether by contract or
87+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
88+
outstanding shares, or (iii) beneficial ownership of such entity.
89+
90+
"You" (or "Your") shall mean an individual or Legal Entity
91+
exercising permissions granted by this License.
92+
93+
"Source" form shall mean the preferred form for making modifications,
94+
including but not limited to software source code, documentation
95+
source, and configuration files.
96+
97+
"Object" form shall mean any form resulting from mechanical
98+
transformation or translation of a Source form, including but
99+
not limited to compiled object code, generated documentation,
100+
and conversions to other media types.
101+
102+
"Work" shall mean the work of authorship, whether in Source or
103+
Object form, made available under the License, as indicated by a
104+
copyright notice that is included in or attached to the work
105+
(an example is provided in the Appendix below).
106+
107+
"Derivative Works" shall mean any work, whether in Source or Object
108+
form, that is based on (or derived from) the Work and for which the
109+
editorial revisions, annotations, elaborations, or other modifications
110+
represent, as a whole, an original work of authorship. For the purposes
111+
of this License, Derivative Works shall not include works that remain
112+
separable from, or merely link (or bind by name) to the interfaces of,
113+
the Work and Derivative Works thereof.
114+
115+
"Contribution" shall mean any work of authorship, including
116+
the original version of the Work and any modifications or additions
117+
to that Work or Derivative Works thereof, that is intentionally
118+
submitted to Licensor for inclusion in the Work by the copyright owner
119+
or by an individual or Legal Entity authorized to submit on behalf of
120+
the copyright owner. For the purposes of this definition, "submitted"
121+
means any form of electronic, verbal, or written communication sent
122+
to the Licensor or its representatives, including but not limited to
123+
communication on electronic mailing lists, source code control systems,
124+
and issue tracking systems that are managed by, or on behalf of, the
125+
Licensor for the purpose of discussing and improving the Work, but
126+
excluding communication that is conspicuously marked or otherwise
127+
designated in writing by the copyright owner as "Not a Contribution."
128+
129+
"Contributor" shall mean Licensor and any individual or Legal Entity
130+
on behalf of whom a Contribution has been received by Licensor and
131+
subsequently incorporated within the Work.
132+
133+
2. Grant of Copyright License. Subject to the terms and conditions of
134+
this License, each Contributor hereby grants to You a perpetual,
135+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
136+
copyright license to reproduce, prepare Derivative Works of,
137+
publicly display, publicly perform, sublicense, and distribute the
138+
Work and such Derivative Works in Source or Object form.
139+
140+
3. Grant of Patent License. Subject to the terms and conditions of
141+
this License, each Contributor hereby grants to You a perpetual,
142+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
143+
(except as stated in this section) patent license to make, have made,
144+
use, offer to sell, sell, import, and otherwise transfer the Work,
145+
where such license applies only to those patent claims licensable
146+
by such Contributor that are necessarily infringed by their
147+
Contribution(s) alone or by combination of their Contribution(s)
148+
with the Work to which such Contribution(s) was submitted. If You
149+
institute patent litigation against any entity (including a
150+
cross-claim or counterclaim in a lawsuit) alleging that the Work
151+
or a Contribution incorporated within the Work constitutes direct
152+
or contributory patent infringement, then any patent licenses
153+
granted to You under this License for that Work shall terminate
154+
as of the date such litigation is filed.
155+
156+
4. Redistribution. You may reproduce and distribute copies of the
157+
Work or Derivative Works thereof in any medium, with or without
158+
modifications, and in Source or Object form, provided that You
159+
meet the following conditions:
160+
161+
(a) You must give any other recipients of the Work or
162+
Derivative Works a copy of this License; and
163+
164+
(b) You must cause any modified files to carry prominent notices
165+
stating that You changed the files; and
166+
167+
(c) You must retain, in the Source form of any Derivative Works
168+
that You distribute, all copyright, patent, trademark, and
169+
attribution notices from the Source form of the Work,
170+
excluding those notices that do not pertain to any part of
171+
the Derivative Works; and
172+
173+
(d) If the Work includes a "NOTICE" text file as part of its
174+
distribution, then any Derivative Works that You distribute must
175+
include a readable copy of the attribution notices contained
176+
within such NOTICE file, excluding those notices that do not
177+
pertain to any part of the Derivative Works, in at least one
178+
of the following places: within a NOTICE text file distributed
179+
as part of the Derivative Works; within the Source form or
180+
documentation, if provided along with the Derivative Works; or,
181+
within a display generated by the Derivative Works, if and
182+
wherever such third-party notices normally appear. The contents
183+
of the NOTICE file are for informational purposes only and
184+
do not modify the License. You may add Your own attribution
185+
notices within Derivative Works that You distribute, alongside
186+
or as an addendum to the NOTICE text from the Work, provided
187+
that such additional attribution notices cannot be construed
188+
as modifying the License.
189+
190+
You may add Your own copyright statement to Your modifications and
191+
may provide additional or different license terms and conditions
192+
for use, reproduction, or distribution of Your modifications, or
193+
for any such Derivative Works as a whole, provided Your use,
194+
reproduction, and distribution of the Work otherwise complies with
195+
the conditions stated in this License.
196+
197+
5. Submission of Contributions. Unless You explicitly state otherwise,
198+
any Contribution intentionally submitted for inclusion in the Work
199+
by You to the Licensor shall be under the terms and conditions of
200+
this License, without any additional terms or conditions.
201+
Notwithstanding the above, nothing herein shall supersede or modify
202+
the terms of any separate license agreement you may have executed
203+
with Licensor regarding such Contributions.
204+
205+
6. Trademarks. This License does not grant permission to use the trade
206+
names, trademarks, service marks, or product names of the Licensor,
207+
except as required for reasonable and customary use in describing the
208+
origin of the Work and reproducing the content of the NOTICE file.
209+
210+
7. Disclaimer of Warranty. Unless required by applicable law or
211+
agreed to in writing, Licensor provides the Work (and each
212+
Contributor provides its Contributions) on an "AS IS" BASIS,
213+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
214+
implied, including, without limitation, any warranties or conditions
215+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
216+
PARTICULAR PURPOSE. You are solely responsible for determining the
217+
appropriateness of using or redistributing the Work and assume any
218+
risks associated with Your exercise of permissions under this License.
219+
220+
8. Limitation of Liability. In no event and under no legal theory,
221+
whether in tort (including negligence), contract, or otherwise,
222+
unless required by applicable law (such as deliberate and grossly
223+
negligent acts) or agreed to in writing, shall any Contributor be
224+
liable to You for damages, including any direct, indirect, special,
225+
incidental, or consequential damages of any character arising as a
226+
result of this License or out of the use or inability to use the
227+
Work (including but not limited to damages for loss of goodwill,
228+
work stoppage, computer failure or malfunction, or any and all
229+
other commercial damages or losses), even if such Contributor
230+
has been advised of the possibility of such damages.
231+
232+
9. Accepting Warranty or Additional Liability. While redistributing
233+
the Work or Derivative Works thereof, You may choose to offer,
234+
and charge a fee for, acceptance of support, warranty, indemnity,
235+
or other liability obligations and/or rights consistent with this
236+
License. However, in accepting such obligations, You may act only
237+
on Your own behalf and on Your sole responsibility, not on behalf
238+
of any other Contributor, and only if You agree to indemnify,
239+
defend, and hold each Contributor harmless for any liability
240+
incurred by, or claims asserted against, such Contributor by reason
241+
of your accepting any such warranty or additional liability.
242+
243+
END OF TERMS AND CONDITIONS
244+
245+
APPENDIX: How to apply the Apache License to your work.
246+
247+
To apply the Apache License to your work, attach the following
248+
boilerplate notice, with the fields enclosed by brackets "[]"
249+
replaced with your own identifying information. (Don't include
250+
the brackets!) The text should be enclosed in the appropriate
251+
comment syntax for the file format. We also recommend that a
252+
file or class name and description of purpose be included on the
253+
same "printed page" as the copyright notice for easier
254+
identification within third-party archives.
255+
256+
Copyright [yyyy] [name of copyright owner]
257+
258+
Licensed under the Apache License, Version 2.0 (the "License");
259+
you may not use this file except in compliance with the License.
260+
You may obtain a copy of the License at
261+
262+
http://www.apache.org/licenses/LICENSE-2.0
263+
264+
Unless required by applicable law or agreed to in writing, software
265+
distributed under the License is distributed on an "AS IS" BASIS,
266+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
267+
See the License for the specific language governing permissions and
268+
limitations under the License.

0 commit comments

Comments
 (0)