Add an authors file which traces the history of my specific fork

This commit is contained in:
David Reid
2010-10-12 12:31:03 -07:00
parent dd9f5c2737
commit cfe57ab918
2 changed files with 14 additions and 0 deletions

8
AUTHORS Normal file
View File

@@ -0,0 +1,8 @@
Original Author:
ttyerl <tty.erlang@gmail.com> - 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

View File

@@ -14,3 +14,9 @@ Example Usage
------------- -------------
Use src/sqlite3_test.erl as an example. Use src/sqlite3_test.erl as an example.
Authors
-------
See ./AUTHORS