diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..24ab3af --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +Original Author: + ttyerl - http://github.com/ttyerl/sqlite-erlang + +Forkers: + Max Lapshin - http://github.com/maxlapshin/erlang-sqlite3 + Sergey Miryanov - http://github.com/sergey-miryanov/erlang-sqlite3 + Alexey Romanov - http://github.com/alexeyr/erlang-sqlite3 + David Reid - http://github.com/dreid/erlang-sqlite3 diff --git a/README.rst b/README.rst index a58c63e..3cc14e9 100644 --- a/README.rst +++ b/README.rst @@ -14,3 +14,9 @@ Example Usage ------------- Use src/sqlite3_test.erl as an example. + + +Authors +------- + +See ./AUTHORS