diff --git a/ueforth/site/ESP32forth.html b/ueforth/site/ESP32forth.html index 0557a14..1ee0633 100644 --- a/ueforth/site/ESP32forth.html +++ b/ueforth/site/ESP32forth.html @@ -53,6 +53,40 @@ limitations under the License. - Complete Unprocessed Source Code (under ueforth/)
+
+
+NOTE: Although Esp32forth is licensed under Apache 2.0,
+please be aware that binaries built with the Arduino IDE (such as ESP32forth) include
+components and libraries under
+other additional licenses.
+The ESP32 plugin for Arduino is also under a
+different license.
+Additionally, the ESP32 toolchain used by Arduino, contains further components under
+other licenses.
+Be sure to consult a lawyer before using for comercial purposes.
+
+
+Copyright 2021 Bradley D. Nelson + +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 + +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. ++