doc/developers.dox
changeset 2485 88aa7870756a
child 2553 bfced05fa852
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/developers.dox	Tue Oct 02 12:34:43 2007 +0000
     1.3 @@ -0,0 +1,41 @@
     1.4 +/* -*- C++ -*-
     1.5 + *
     1.6 + * This file is a part of LEMON, a generic C++ optimization library
     1.7 + *
     1.8 + * Copyright (C) 2003-2007
     1.9 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11 + *
    1.12 + * Permission to use, modify and distribute this software is granted
    1.13 + * provided that this copyright notice appears in all copies. For
    1.14 + * precise terms see the accompanying LICENSE file.
    1.15 + *
    1.16 + * This software is provided "AS IS" with no warranty of any kind,
    1.17 + * express or implied, and with no claim as to its suitability for any
    1.18 + * purpose.
    1.19 + *
    1.20 + */
    1.21 +
    1.22 +namespace lemon {
    1.23 +/*!
    1.24 +
    1.25 +
    1.26 +\page developers LEMON Developers
    1.27 +
    1.28 +\li Mihaly Barasz
    1.29 +\li Johanna Becker
    1.30 +\li Attila Bernath
    1.31 +\li Balazs Dezso
    1.32 +\li Peter Hegyi
    1.33 +\li Alpar Juttner
    1.34 +\li Peter Kovacs
    1.35 +\li Akos Ladanyi
    1.36 +\li Marton Makai
    1.37 +\li Balazs Attila Mihaly
    1.38 +\li Janos Nagy
    1.39 +\li Jacint Szabo
    1.40 +\li Zsuzsanna Vaik
    1.41 +
    1.42 +*/
    1.43 +}
    1.44 +