test/graph_utils_test.cc
changeset 1956 a055123339d5
parent 1772 dd1e0c442fe0
child 2236 9f329faa4aee
     1.1 --- a/test/graph_utils_test.cc	Fri Feb 03 16:11:08 2006 +0000
     1.2 +++ b/test/graph_utils_test.cc	Fri Feb 03 16:40:16 2006 +0000
     1.3 @@ -1,4 +1,20 @@
     1.4 -// -*- c++ -*-
     1.5 +/* -*- C++ -*-
     1.6 + *
     1.7 + * This file is a part of LEMON, a generic C++ optimization library
     1.8 + *
     1.9 + * Copyright (C) 2003-2006
    1.10 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.11 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.12 + *
    1.13 + * Permission to use, modify and distribute this software is granted
    1.14 + * provided that this copyright notice appears in all copies. For
    1.15 + * precise terms see the accompanying LICENSE file.
    1.16 + *
    1.17 + * This software is provided "AS IS" with no warranty of any kind,
    1.18 + * express or implied, and with no claim as to its suitability for any
    1.19 + * purpose.
    1.20 + *
    1.21 + */
    1.22  
    1.23  #include <iostream>
    1.24  #include <vector>