Browse Source

Update GNU License and word separation

pull/333/head
DanielR92 3 years ago
committed by GitHub
parent
commit
abf00442d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/esp8266/html/index.html

4
tools/esp8266/html/index.html

@ -12,8 +12,8 @@
<SCRIPT> <SCRIPT>
function promptFunction() { function promptFunction() {
var Text = prompt("This project was started from https://www.mikrocontroller.net/topic/525778 this discussion.\n\n" + var Text = prompt("This project was started from https://www.mikrocontroller.net/topic/525778 this discussion.\n\n" +
"The Hoymiles protocol was decrypted through the voluntary efforts of many participants. ahoy, among others, was developed based on this work. The project is licensed under an Open Source" + "The Hoymiles protocol was decrypted through the voluntary efforts of many participants. ahoy, among others, was developed based on this work. The project is licensed under an Open Source " +
"License (https://www.gnu.de/documents/gpl-2.0.de.html) GNU General Public License version 2.\n\n" + "License (https://www.gnu.de/documents/gpl-2.0.de.html) GNU General Public License v3.0.\n\n" +
"The software was developed to the best of our knowledge and belief. Nevertheless, no liability can be accepted for a malfunction or guarantee loss of the inverter.\n\n" + "The software was developed to the best of our knowledge and belief. Nevertheless, no liability can be accepted for a malfunction or guarantee loss of the inverter.\n\n" +
"Ahoy is freely available. If you paid money for the software, you probably got ripped off.\n\nPlease type in 'YeS', you are accept our Disclaim.", ""); "Ahoy is freely available. If you paid money for the software, you probably got ripped off.\n\nPlease type in 'YeS', you are accept our Disclaim.", "");
if (Text != "YeS") if (Text != "YeS")

Loading…
Cancel
Save