COPYING
author alpar
Fri, 23 Jul 2004 17:13:23 +0000
changeset 737 2d867176d10e
child 760 49d4fe04fbc0
permissions -rw-r--r--
Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.
klao@687
     1
klao@687
     2
HUGOlib project was started by a team of university students from ELTE and
klao@687
     3
BME supported by ETIK. This core team coordinates the development but many
klao@687
     4
others have contributed since. See the AUTHORS file for details.
klao@687
     5
klao@687
     6
You are free to use, modify and distribute HUGOlib under the terms
klao@687
     7
described in the LICENSE file.
klao@687
     8
klao@687
     9
HUGOlib as a whole is copyrighted by the HUGO team. Individual copyright
klao@687
    10
notices can be found in the file headers. Furthermore, HUGOlib includes code
klao@687
    11
from several external sources:
klao@687
    12
klao@687
    13
Name:      Boost
klao@687
    14
Version:   1.31.0
klao@687
    15
Homepage:  http://www.boost.org/
klao@687
    16
Files:     none
klao@687
    17
License:   Boost Software License - Version 1.0