Skip to content

Commit 7611447

Browse files
committed
readme: clarify tarantool license (BSD-2-Clause)
The readme file wrongly refers to the BSD-3-Clause license. Tarantool was always licensed under BSD-2-Clause, it is just a mistake. See details in the linked issue. Part of #197
1 parent 421da85 commit 7611447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ What is Tarantool?
5656

5757
`Tarantool`_ is a NoSQL database running inside a Lua program. It combines the
5858
network programming power of Node.JS with data persistency capabilities of
59-
Redis. It's open source, `BSD licensed`_.
59+
Redis. It's open source, `BSD-2-Clause`_ licensed.
6060

6161
Features
6262
--------
@@ -114,6 +114,6 @@ On Windows:
114114
.. _`Tarantool at Github`: https://github.com/tarantool/tarantool
115115
.. _`Tarantool User Guide`: https://www.tarantool.io/en/doc/latest/
116116
.. _`Client-server protocol specification`: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
117-
.. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD
117+
.. _`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

0 commit comments

Comments
 (0)