Aircoookie / WLED-WebInstaller

WLED web installer using the Web Serial API, powered by ESP Web Tools (flashing + Improv)
Other
38 stars 29 forks source link

License #1

Closed fvanroie closed 3 years ago

fvanroie commented 3 years ago

This is an excellent example of the ESP Web Tools library in action to flash ESP devices. Thanks!

Could you please add a license to indicate if the code is available for re-use in other projects?

Aircoookie commented 3 years ago

Hey! Thank you, I'm glad you like it! The ESP Web Tools repository did not yet have a license, therefore I have chosen not to add one either for the time being to be on the safe side. I have asked them and verified the project is Apache 2.0 licensed. I will license this repo with the same license.

Additionally, you may use any file in this repo other than those in the /installer directory under the terms of the MIT license.

MIT License

Copyright (c) 2021 Christian Schwinne

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.
Aircoookie commented 3 years ago

License added :)