1.1 --- a/test/ugraph_test.cc Fri Feb 03 16:11:08 2006 +0000
1.2 +++ b/test/ugraph_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 <lemon/bits/graph_extender.h>
1.24 #include <lemon/concept/ugraph.h>