mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 08:36:54 -04:00
81 lines
2.6 KiB
HTML
81 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>weewx: Copyright</title>
|
|
<link href="css/weewx_ui.css" rel="stylesheet"/>
|
|
<link rel="icon" type="image/png" href="/docs/images/favicon.png"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page">
|
|
|
|
<h1 class="title">WeeWX Copyright</h1>
|
|
|
|
<p>(c) 2009-2020 by Tom Keffer <<a href="mailto:tkeffer@gmail.com">tkeffer@gmail.com</a>>
|
|
</p>
|
|
<p>
|
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
|
|
Public License as published by the Free Software Foundation, either version 3 of the License, or (at your
|
|
option) any later version.
|
|
</p>
|
|
<p>
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
more details.
|
|
</p>
|
|
<p>
|
|
<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses</a>
|
|
</p>
|
|
|
|
<p> </p>
|
|
<p> </p>
|
|
|
|
<p>
|
|
The WMR9x8 driver is Copyright Will Page.
|
|
</p>
|
|
<p>
|
|
The FineOffsetUSB driver is Copyright Matthew Wall, based on the open source pywws by Jim Easterbrook.
|
|
</p>
|
|
<p>
|
|
The WS23xx driver is Copyright Matthew Wall, including significant portions from ws2300 by Russel Stuart.
|
|
</p>
|
|
<p>
|
|
The WS28xx driver is Copyright Matthew Wall, based on the original Python implementation by Eddi de Pieri and
|
|
with significant contributions by LJM Heijst.
|
|
</p>
|
|
<p>
|
|
The TE923 driver is Copyright Matthew Wall with significant contributions from Andrew Miles.
|
|
</p>
|
|
<p>
|
|
The CC3000 driver is Copyright Matthew Wall, thanks to hardware contributed by Annie Brox.
|
|
</p>
|
|
<p>
|
|
The WS1 driver is Copyright Matthew Wall.
|
|
</p>
|
|
<p>
|
|
The Ultimeter driver is Copyright Matthew Wall and Nate Bargmann.
|
|
</p>
|
|
<p>
|
|
The Acurite driver is Copyright Matthew Wall.
|
|
</p>
|
|
<p>
|
|
The WMR300 driver is Copyright Matthew Wall, thanks to hardware contributed by EricG.
|
|
</p>
|
|
<p>
|
|
Some icons are Copyright Tatice (http://tatice.deviantart.com), licensed under the terms of Creative Commons
|
|
Attribution-NonCommercial-NoDerivs 3.0.
|
|
</p>
|
|
<p>
|
|
The debian, redhat, and suse packaging configurations are Copyright Matthew Wall, licensed under the terms of
|
|
GNU Public License 3.
|
|
</p>
|
|
|
|
<p class='copyright'>
|
|
© <a href='copyright.htm'>Copyright</a> Tom Keffer
|
|
</p>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|