From cfe57ab918df7f7e7e55d45d5d4a8dfdda6f5de7 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 12 Oct 2010 12:31:03 -0700 Subject: [PATCH] Add an authors file which traces the history of my specific fork --- AUTHORS | 8 ++++++++ README.rst | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 AUTHORS 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