1
+ # ESPHome License
2
+
3
+ Copyright (c) 2019 ESPHome
4
+
5
+ The ESPHome License is made up of two base licenses: MIT and the GNU GENERAL PUBLIC LICENSE.
6
+ The C++/runtime codebase of the ESPHome project (file extensions .c, .cpp, .h, .hpp, .tcc, .ino) are
7
+ published under the GPLv3 license. The python codebase and all other parts of this codebase are
8
+ published under the MIT license.
9
+
10
+ Both MIT and GPLv3 licenses are attached to this document.
11
+
12
+ ## MIT License
13
+
14
+ Copyright (c) 2019 ESPHome
15
+
16
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17
+ of this software and associated documentation files (the "Software"), to deal
18
+ in the Software without restriction, including without limitation the rights
19
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ copies of the Software, and to permit persons to whom the Software is
21
+ furnished to do so, subject to the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be included in all
24
+ copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32
+ SOFTWARE.
33
+
34
+ ## GPLv3 License
35
+
1
36
GNU GENERAL PUBLIC LICENSE
2
37
Version 3, 29 June 2007
3
38
4
- Copyright (C) 2007 Free Software Foundation, Inc. <https ://fsf.org/>
39
+ Copyright (C) 2007 Free Software Foundation, Inc. <http ://fsf.org/>
5
40
Everyone is permitted to copy and distribute verbatim copies
6
41
of this license document, but changing it is not allowed.
7
42
@@ -645,7 +680,7 @@ the "copyright" line and a pointer to where the full notice is found.
645
680
GNU General Public License for more details.
646
681
647
682
You should have received a copy of the GNU General Public License
648
- along with this program. If not, see <https ://www.gnu.org/licenses/>.
683
+ along with this program. If not, see <http ://www.gnu.org/licenses/>.
649
684
650
685
Also add information on how to contact you by electronic and paper mail.
651
686
@@ -664,11 +699,11 @@ might be different; for a GUI interface, you would use an "about box".
664
699
You should also get your employer (if you work as a programmer) or school,
665
700
if any, to sign a "copyright disclaimer" for the program, if necessary.
666
701
For more information on this, and how to apply and follow the GNU GPL, see
667
- <https ://www.gnu.org/licenses/>.
702
+ <http ://www.gnu.org/licenses/>.
668
703
669
704
The GNU General Public License does not permit incorporating your program
670
705
into proprietary programs. If your program is a subroutine library, you
671
706
may consider it more useful to permit linking proprietary applications with
672
707
the library. If this is what you want to do, use the GNU Lesser General
673
708
Public License instead of this License. But first, please read
674
- <https ://www.gnu.org/licenses /why-not-lgpl.html>.
709
+ <http ://www.gnu.org/philosophy /why-not-lgpl.html>.
0 commit comments