Skip to content

Commit

Permalink
documentation, license
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 19, 2015
1 parent 587c803 commit 6340d32
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 61 deletions.
35 changes: 15 additions & 20 deletions LICENSE.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,24 +1,19 @@
Copyright (c) 2015, Xavier Dupré Copyright (c) 2015, Xavier Dupré
All rights reserved.


Redistribution and use in source and binary forms, with or without modification, Permission is hereby granted, free of charge, to any person obtaining a copy
are permitted provided that the following conditions are met: of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


Redistributions of source code must retain the above copyright notice, The above copyright notice and this permission notice shall be included in
this list of conditions and the following disclaimer. all copies or substantial portions of the Software.
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 names of its 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 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) THE SOFTWARE.
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.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ README / Changes


.. image:: http://img.shields.io/pypi/dm/code_beatrix.png .. image:: http://img.shields.io/pypi/dm/code_beatrix.png
:alt: PYPI Package :alt: PYPI Package
:target: https://pypi.python.org/pypi/code_beatrix :target: https://pypi.python.org/pypi/code_beatrix

.. image:: http://img.shields.io/github/issues/sdpython/code_beatrix.png
:alt: GitHub Issues
:target: https://github.com/sdpython/code_beatrix/issues

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:alt: MIT License
:target: http://opensource.org/licenses/MIT


**Links:** **Links:**
* `pypi/code_beatrix <https://pypi.python.org/pypi/code_beatrix/>`_ * `pypi/code_beatrix <https://pypi.python.org/pypi/code_beatrix/>`_
Expand Down
8 changes: 7 additions & 1 deletion _doc/sphinxdoc/source/index.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -162,5 +162,11 @@ Et plus encore : :ref:`l-changes`, :ref:`l-license`.
:alt: PYPI Package :alt: PYPI Package
:target: https://pypi.python.org/pypi/code_beatrix :target: https://pypi.python.org/pypi/code_beatrix



.. image:: http://img.shields.io/github/issues/sdpython/code_beatrix.png
:alt: GitHub Issues
:target: https://github.com/sdpython/code_beatrix/issues

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:alt: MIT License
:target: http://opensource.org/licenses/MIT


40 changes: 1 addition & 39 deletions setup.py
Original file line number Original file line Diff line number Diff line change
@@ -1,42 +1,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2015 ---------------
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# 2. 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.
#
# 3. All advertising materials mentioning features or use of this
# software must display the following acknowledgment:
# "This product includes software developed by
# Xavier Dupré <xavier.dupre AT gmail.com>"
#
# 4. Redistributions of any form whatsoever must retain the following
# acknowledgment:
# "This product includes software developed by
# Xavier Dupré <xavier.dupre AT gmail.com>."
#
# THIS SOFTWARE IS PROVIDED BY Xavier Dupré ``AS IS'' AND ANY
# EXPRESSED 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 Roman V. Kiseliov OR
# ITS 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.

import sys import sys
import os import os
from distutils.core import setup from distutils.core import setup
Expand All @@ -60,7 +22,7 @@
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
'Topic :: Education', 'Topic :: Education',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: MIT License',
'Development Status :: 5 - Production/Stable' 'Development Status :: 5 - Production/Stable'
] ]


Expand Down

0 comments on commit 6340d32

Please sign in to comment.