doc/basic_concepts.dox
changeset 2391 14a343be7a5a
parent 2350 eb371753e814
child 2476 059dcdda37c5
     1.1 --- a/doc/basic_concepts.dox	Sat Mar 03 16:04:50 2007 +0000
     1.2 +++ b/doc/basic_concepts.dox	Sat Mar 03 16:30:37 2007 +0000
     1.3 @@ -1,3 +1,21 @@
     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 @@ -120,4 +138,4 @@
    1.26  graph representations. It has an undirected version too: ListUGraph.
    1.27  */
    1.28  
    1.29 -}
    1.30 \ No newline at end of file
    1.31 +}