|
| 1 | +This repo contains a subclass of the `Metar.Metar` object from |
| 2 | +Tom Pollard's python-metar library. |
| 3 | + |
| 4 | +https://github.com/tomp/python-metar |
| 5 | + |
| 6 | +The license for python-metar as of 2017.0205 is reprodced below: |
| 7 | + |
| 8 | +------------------------------------------------------------------------ |
| 9 | +LICENSE |
| 10 | +------------------------------------------------------------------------ |
| 11 | +The metar library is |
| 12 | + |
| 13 | +Copyright (c) 2004-2017, Tom Pollard |
| 14 | +All rights reserved. |
| 15 | + |
| 16 | +Redistribution and use in source and binary forms, with or without |
| 17 | +modification, are permitted provided that the following conditions |
| 18 | +are met: |
| 19 | + |
| 20 | + Redistributions of source code must retain the above copyright |
| 21 | + notice, this list of conditions and the following disclaimer. |
| 22 | + |
| 23 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 24 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 25 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 26 | +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 27 | +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 28 | +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 29 | +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 30 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 31 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 32 | +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 33 | +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 34 | +POSSIBILITY OF SUCH DAMAGE. |
| 35 | + |
| 36 | +------------------------------------------------------------------------ |
0 commit comments