Skip to content

doc: clarify license of the project (BSD-2-Clause) #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
In the order of a first contribution.

Konstantin Cherkasoff <k.cherkasoff@gmail.com>
Roman Tsisyk <roman@tsisyk.com>
Vlad Emelyanov <volshebnyi@gmail.com>
Dmitry E. Oboukhov <unera@debian.org>
Eugine Blikh <bigbes@gmail.com>
Sokolov Yura <funny.falcon@gmail.com>
Konstantin Osipov <kostja@tarantool.org>
Andrey Drozdov <sulverus@gmail.com>
Alexander <xhaskx@gmail.com>
Vladimir Rudnyh <rudnyh@corp.mail.ru>
Dmitry Shveenkov <shveenkov@mail.ru>
Nikolay Meleshenko <ko91h7@gmail.com>
Alexander Abashkin <monolithed@gmail.com>
Nick Zavaritsky <mejedi@gmail.com>
Mikhail Kaplenko
Vladimir Marunov <v.marunov@gmail.com>
Zajcev Evgeny <zevlg@yandex.ru>
Konstantin Nazarov <mail@racktear.com>
Ilya Markov <markovilya197@gmail.com>
Dmitry Zimnukhov <zimnuhov@gmail.com>
Alexey Gadzhiev <alexey.gadzhiev@corp.mail.ru>
Konstantin Belyavskiy <k.belyavskiy@tarantool.org>
Michael Filonenko <filonenko.mikhail@gmail.com>
Alexander Turenko <alexander.turenko@tarantool.org>
Sergei Voronezhskii <sergw@tarantool.org>
Alexander V. Tikhonov <avtikhon@tarantool.org>
Oleg Babin <babinoleg@mail.ru>
Denis Ignatenko <denis.ignatenko@gmail.com>
Ilya Konyukhov <runsfor@gmail.com>
Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Artem Morozov <artembo@me.com>
Sergey Bronnikov <sergeyb@tarantool.org>
Yaroslav Lobankov <y.lobankov@tarantool.org>
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down Expand Up @@ -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.