Skip to content

Commit f1b3cf2

Browse files
committed
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
1 parent afdbc27 commit f1b3cf2

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

AUTHORS

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
In the order of a first contribution.
2+
3+
Konstantin Cherkasoff <k.cherkasoff@gmail.com>
4+
Roman Tsisyk <roman@tsisyk.com>
5+
Vlad Emelyanov <volshebnyi@gmail.com>
6+
Dmitry E. Oboukhov <unera@debian.org>
7+
Eugine Blikh <bigbes@gmail.com>
8+
Sokolov Yura <funny.falcon@gmail.com>
9+
Konstantin Osipov <kostja@tarantool.org>
10+
Andrey Drozdov <sulverus@gmail.com>
11+
Alexander <xhaskx@gmail.com>
12+
Vladimir Rudnyh <rudnyh@corp.mail.ru>
13+
Dmitry Shveenkov <shveenkov@mail.ru>
14+
Nikolay Meleshenko <ko91h7@gmail.com>
15+
Alexander Abashkin <monolithed@gmail.com>
16+
Nick Zavaritsky <mejedi@gmail.com>
17+
Mikhail Kaplenko
18+
Vladimir Marunov <v.marunov@gmail.com>
19+
Zajcev Evgeny <zevlg@yandex.ru>
20+
Konstantin Nazarov <mail@racktear.com>
21+
Ilya Markov <markovilya197@gmail.com>
22+
Dmitry Zimnukhov <zimnuhov@gmail.com>
23+
Alexey Gadzhiev <alexey.gadzhiev@corp.mail.ru>
24+
Konstantin Belyavskiy <k.belyavskiy@tarantool.org>
25+
Michael Filonenko <filonenko.mikhail@gmail.com>
26+
Alexander Turenko <alexander.turenko@tarantool.org>
27+
Sergei Voronezhskii <sergw@tarantool.org>
28+
Alexander V. Tikhonov <avtikhon@tarantool.org>
29+
Oleg Babin <babinoleg@mail.ru>
30+
Denis Ignatenko <denis.ignatenko@gmail.com>
31+
Ilya Konyukhov <runsfor@gmail.com>
32+
Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
33+
Artem Morozov <artembo@me.com>
34+
Sergey Bronnikov <sergeyb@tarantool.org>
35+
Yaroslav Lobankov <y.lobankov@tarantool.org>

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright 2011-2022 tarantool-python AUTHORS: please see the AUTHORS file.
2+
3+
Redistribution and use in source and binary forms, with or without modification,
4+
are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
13+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
17+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,8 @@ On Windows:
117117
.. _`BSD-2-Clause`: https://opensource.org/licenses/BSD-2-Clause
118118
.. _`asynctnt`: https://github.com/igorcoding/asynctnt
119119
.. _`feature comparison table`: https://www.tarantool.io/en/doc/latest/book/connectors/#python-feature-comparison
120+
121+
License
122+
^^^^^^^
123+
124+
BSD-2-Clause. See the ``LICENSE`` file.

0 commit comments

Comments
 (0)