mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
add BSD-2 license
This commit is contained in:
parent
2decfd015e
commit
1e0c83b34e
3 changed files with 40 additions and 12 deletions
30
LICENSE
Normal file
30
LICENSE
Normal file
|
@ -0,0 +1,30 @@
|
|||
Copyright (c) 2017, Unidata Python AWIPS Developers.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following
|
||||
disclaimer in the documentation and/or other materials provided
|
||||
with the distribution.
|
||||
|
||||
* Neither the name of the MetPy Developers nor the names of any
|
||||
contributors may be used to endorse or promote products derived
|
||||
from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
22
README.rst
22
README.rst
|
@ -1,7 +1,11 @@
|
|||
Python Data Access Framework for AWIPS II
|
||||
=========================================
|
||||
AWIPS Python Data Access Framework
|
||||
==================================
|
||||
|
||||
|PyPI| |LatestDocs|
|
||||
|License| |PyPI| |LatestDocs|
|
||||
|
||||
.. |License| image:: https://img.shields.io/pypi/l/python-awips.svg
|
||||
:target: https://pypi.python.org/pypi/python-awips/
|
||||
:alt: License
|
||||
|
||||
.. |PyPI| image:: https://img.shields.io/pypi/v/python-awips.svg
|
||||
:target: https://pypi.python.org/pypi/python-awips/
|
||||
|
@ -41,13 +45,7 @@ Install from Github
|
|||
- python setup.py install
|
||||
|
||||
|
||||
Install for AWIPS (/awips2/python)
|
||||
-----------------------------------------
|
||||
License
|
||||
-------
|
||||
|
||||
AWIPS II >=15.1.3 (March 2016) has `python-awips` bundled with the awips2-server and awips2-cave groups, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc).
|
||||
|
||||
Easy install on an AWIPS system
|
||||
|
||||
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
|
||||
- /awips2/python/bin/easy_install pip
|
||||
- /awips2/python/bin/pip install python-awips
|
||||
Unidata AWIPS source code and binaries (RPMs) are considered to be in the public domain, meaning there are no restrictions on any download, modification, or distribution in any form (original or modified). The Python AWIPS package contains no proprietery content and is therefore not subject to export controls as stated in the Master Rights licensing file and source code headers.
|
||||
|
|
Loading…
Add table
Reference in a new issue