diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:44:21 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:44:21 +1000 |
commit | ef4a319984d22b88a9024ff523700d657621124d (patch) | |
tree | 2821db78ccd6ce61ca64ad6fc98ba825b060ca6a /lemon/AUTHORS | |
parent | d3f13fdd23e17a8f4bb4083c24fee331a28351eb (diff) |
Add the LEMON graph library source to the repo
I'll likely be using it, so this just makes it easier to get to from
elsewhere. If I end up not using it then I can just delete it.
Diffstat (limited to 'lemon/AUTHORS')
-rw-r--r-- | lemon/AUTHORS | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lemon/AUTHORS b/lemon/AUTHORS new file mode 100644 index 0000000..749edd3 --- /dev/null +++ b/lemon/AUTHORS @@ -0,0 +1,26 @@ +The authors of the 1.x series are + + * Balazs Dezso <deba@inf.elte.hu> + * Alpar Juttner <alpar@cs.elte.hu> + * Peter Kovacs <kpeter@inf.elte.hu> + * Akos Ladanyi <ladanyi@tmit.bme.hu> + +For more details on the actual contribution, please visit the history +of the main LEMON source repository: http://lemon.cs.elte.hu/hg/lemon + +Moreover, this version is heavily based on the 0.x series of +LEMON. Here is the list of people who contributed to those versions. + + * Mihaly Barasz <klao@cs.elte.hu> + * Johanna Becker <beckerjc@cs.elte.hu> + * Attila Bernath <athos@cs.elte.hu> + * Balazs Dezso <deba@inf.elte.hu> + * Peter Hegyi <hegyi@tmit.bme.hu> + * Alpar Juttner <alpar@cs.elte.hu> + * Peter Kovacs <kpeter@inf.elte.hu> + * Akos Ladanyi <ladanyi@tmit.bme.hu> + * Marton Makai <marci@cs.elte.hu> + * Jacint Szabo <jacint@cs.elte.hu> + +Again, please visit the history of the old LEMON repository for more +details: http://lemon.cs.elte.hu/hg/lemon-0.x
\ No newline at end of file |