1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < title > S0tool.nl - License</ title >
8
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css ">
9
+ < link rel ="stylesheet " href ="styles.css ">
10
+ < link rel ="icon " type ="image/x-icon " href ="./assets/icon.ico ">
11
+ < meta name ="description " content ="Count your water use with the s0tool and Home Assistant and ESPHome " />
12
+ < meta name ="keywords "
13
+ content ="s0tool, watermeter, home assistant, esphome, s0 port, water counter, water, huizebruin watermeter, 5v NPN, Actaris, diy, Elster, Elster V100, esphome, home assistant, huizebruin, Itron, LJ12A3-4-Z/BX-5V, Maddalena, pcb, pulsteller, s0 kwh, s0tool, Sensus, slimme watermeter, tool, watermeter, watermeter home assistant, watermeter npn ">
14
+ < meta name ="author " content ="Huizebruin " />
15
+ < meta name ="copyright " content ="Huizebruin " />
16
+ < meta http-equiv ="cache-control " content ="no-cache " />
17
+ < meta property ="og:title " content ="S0tool.nl " />
18
+ < meta property ="og:site_name " content ="S0tool.nl " />
19
+ < meta property ="og:url " content ="https://s0tool.nl " />
20
+ < meta property ="og:type " content ="website " />
21
+ < meta property ="og:description " content ="Count your water use with the s0tool and Home Assistant and ESPHome. " />
22
+ < meta property ="og:image " content ="./assets/header.png " />
23
+ <!-- Google tag (gtag.js) -->
24
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-9HB5QGY82J "> </ script >
25
+ < script >
26
+ window . dataLayer = window . dataLayer || [ ] ;
27
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
28
+ gtag ( 'js' , new Date ( ) ) ;
29
+
30
+ gtag ( 'config' , 'G-9HB5QGY82J' ) ;
31
+ </ script >
32
+ </ head >
33
+
34
+ < body >
35
+ < div id ="navbar "> </ div >
36
+ < div class ="container mt-5 ">
37
+ < div class ="row ">
38
+ < div class ="col-md-3 ">
39
+ < div id ="sidebar "> </ div >
40
+ </ div >
41
+ < div class ="col-md-9 ">
42
+ < main id ="main-content ">
43
+ < br >
44
+
45
+ < br >
46
+ < h2 id ="License "> License </ h2 >
47
+ < br >
48
+ MIT License
49
+ Copyright © 2021 - 2025 From < a href ="https://www.huizebruin.nl " rel ="noopener "
50
+ target ="_blank "> Huizebruin.nl</ a > & < a href ="https://s0tool.nl " rel ="noopener "
51
+ target ="_blank "> s0tool.nl</ a > .
52
+ < br > < br >
53
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
54
+ documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
55
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
56
+ persons to whom the Software is furnished to do so, subject to the following conditions:
57
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
58
+ Software. < br > < br > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
59
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
60
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
61
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
62
+ THE SOFTWARE.
63
+
64
+ </ main >
65
+ </ div >
66
+ </ div >
67
+ </ div >
68
+
69
+
70
+ < div id ="footer "> </ div >
71
+
72
+ < script src ="https://code.jquery.com/jquery-3.5.1.slim.min.js "> </ script >
73
+ < script src ="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js "> </ script >
74
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js "> </ script >
75
+ < script src ="./js/script.js "> </ script >
76
+ </ body >
77
+
78
+ </ html >
0 commit comments