From 1e0c83b34e7bb2dcc4c219b3a9fec6eb038705a9 Mon Sep 17 00:00:00 2001 From: Michael James Date: Mon, 3 Apr 2017 10:37:50 -0600 Subject: [PATCH] add BSD-2 license --- LICENSE | 30 ++++++++++++++++++++++++++++++ LISCENSE.txt | 0 README.rst | 22 ++++++++++------------ 3 files changed, 40 insertions(+), 12 deletions(-) create mode 100644 LICENSE delete mode 100644 LISCENSE.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2c68773 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/LISCENSE.txt b/LISCENSE.txt deleted file mode 100644 index e69de29..0000000 diff --git a/README.rst b/README.rst index 79c4c8f..da86935 100644 --- a/README.rst +++ b/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.