From f1b3cf2262e88531487202a039106203b7511a40 Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Fri, 18 Feb 2022 01:45:36 +0300 Subject: [PATCH] doc: clarify license of the project (BSD-2-Clause) The readme file (updated) refers to the license file (added), which refers to the authors file (added). Fixes #197 --- AUTHORS | 35 +++++++++++++++++++++++++++++++++++ LICENSE | 22 ++++++++++++++++++++++ README.rst | 5 +++++ 3 files changed, 62 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..1bc49242 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,35 @@ +In the order of a first contribution. + +Konstantin Cherkasoff +Roman Tsisyk +Vlad Emelyanov +Dmitry E. Oboukhov +Eugine Blikh +Sokolov Yura +Konstantin Osipov +Andrey Drozdov +Alexander +Vladimir Rudnyh +Dmitry Shveenkov +Nikolay Meleshenko +Alexander Abashkin +Nick Zavaritsky +Mikhail Kaplenko +Vladimir Marunov +Zajcev Evgeny +Konstantin Nazarov +Ilya Markov +Dmitry Zimnukhov +Alexey Gadzhiev +Konstantin Belyavskiy +Michael Filonenko +Alexander Turenko +Sergei Voronezhskii +Alexander V. Tikhonov +Oleg Babin +Denis Ignatenko +Ilya Konyukhov +Vladislav Shpilevoy +Artem Morozov +Sergey Bronnikov +Yaroslav Lobankov diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d7c3c3ab --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +Copyright 2011-2022 tarantool-python AUTHORS: please see the AUTHORS file. + +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. + +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 HOLDER 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/README.rst b/README.rst index ef735b9b..b9b4ccf7 100644 --- a/README.rst +++ b/README.rst @@ -117,3 +117,8 @@ On Windows: .. _`BSD-2-Clause`: https://opensource.org/licenses/BSD-2-Clause .. _`asynctnt`: https://github.com/igorcoding/asynctnt .. _`feature comparison table`: https://www.tarantool.io/en/doc/latest/book/connectors/#python-feature-comparison + +License +^^^^^^^ + +BSD-2-Clause. See the ``LICENSE`` file.