AUTHORS file added
authorAlpar Juttner <alpar@cs.elte.hu>
Sun, 12 Oct 2008 19:57:53 +0100
changeset 32034e185734b42
parent 222 f9a18c21dba8
child 321 a412d990f043
AUTHORS file added
AUTHORS
Makefile.am
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/AUTHORS	Sun Oct 12 19:57:53 2008 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +The authors of the 1.x series are
     1.5 +
     1.6 + * Balazs Dezso <deba@inf.elte.hu>
     1.7 + * Alpar Juttner <alpar@cs.elte.hu>
     1.8 + * Peter Kovacs <kpeter@inf.elte.hu>
     1.9 + * Akos Ladanyi <ladanyi@tmit.bme.hu>
    1.10 +
    1.11 +For more details on the actual contribution, please visit the history
    1.12 +of the main LEMON source repository: http://lemon.cs.elte.hu/hg/lemon
    1.13 +
    1.14 +Moreover, this version is heavily based on the 0.x series of
    1.15 +LEMON. Here is the list of people who contributed to those versions.
    1.16 +
    1.17 + * Mihaly Barasz <klao@cs.elte.hu>
    1.18 + * Johanna Becker <beckerjc@cs.elte.hu>
    1.19 + * Attila Bernath <athos@cs.elte.hu>
    1.20 + * Balazs Dezso <deba@inf.elte.hu>
    1.21 + * Peter Hegyi <hegyi@tmit.bme.hu>
    1.22 + * Alpar Juttner <alpar@cs.elte.hu>
    1.23 + * Peter Kovacs <kpeter@inf.elte.hu>
    1.24 + * Akos Ladanyi <ladanyi@tmit.bme.hu>
    1.25 + * Marton Makai <marci@cs.elte.hu>
    1.26 + * Jacint Szabo <jacint@cs.elte.hu>
    1.27 +
    1.28 +Again, please visit the history of the old LEMON repository for more
    1.29 +details: http://lemon.cs.elte.hu/svn/lemon/trunk
     2.1 --- a/Makefile.am	Thu Jul 17 17:39:53 2008 +0200
     2.2 +++ b/Makefile.am	Sun Oct 12 19:57:53 2008 +0100
     2.3 @@ -4,6 +4,7 @@
     2.4  LDADD = $(top_builddir)/lemon/libemon.la
     2.5  
     2.6  EXTRA_DIST = \
     2.7 +	AUTHORS \
     2.8  	LICENSE \
     2.9  	m4/lx_check_cplex.m4 \
    2.10  	m4/lx_check_glpk.m4 \