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 aed9c848..b9b4ccf7 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ What is Tarantool? `Tarantool`_ is a NoSQL database running inside a Lua program. It combines the network programming power of Node.JS with data persistency capabilities of -Redis. It's open source, `BSD licensed`_. +Redis. It's open source, `BSD-2-Clause`_ licensed. Features -------- @@ -114,6 +114,11 @@ On Windows: .. _`Tarantool at Github`: https://github.com/tarantool/tarantool .. _`Tarantool User Guide`: https://www.tarantool.io/en/doc/latest/ .. _`Client-server protocol specification`: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/ -.. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD +.. _`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.