# HG changeset patch # User Alpar Juttner # Date 1223837873 -3600 # Node ID 34e185734b42c3d0bbd39844ba5f11d52e8642c6 # Parent f9a18c21dba8e82cc2919b1fdc70dbed7c057037 AUTHORS file added diff -r f9a18c21dba8 -r 34e185734b42 AUTHORS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/AUTHORS Sun Oct 12 19:57:53 2008 +0100 @@ -0,0 +1,26 @@ +The authors of the 1.x series are + + * Balazs Dezso + * Alpar Juttner + * Peter Kovacs + * Akos Ladanyi + +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 + * Johanna Becker + * Attila Bernath + * Balazs Dezso + * Peter Hegyi + * Alpar Juttner + * Peter Kovacs + * Akos Ladanyi + * Marton Makai + * Jacint Szabo + +Again, please visit the history of the old LEMON repository for more +details: http://lemon.cs.elte.hu/svn/lemon/trunk diff -r f9a18c21dba8 -r 34e185734b42 Makefile.am --- a/Makefile.am Thu Jul 17 17:39:53 2008 +0200 +++ b/Makefile.am Sun Oct 12 19:57:53 2008 +0100 @@ -4,6 +4,7 @@ LDADD = $(top_builddir)/lemon/libemon.la EXTRA_DIST = \ + AUTHORS \ LICENSE \ m4/lx_check_cplex.m4 \ m4/lx_check_glpk.m4 \