1.1 --- a/src/work/athos/lp/lp_base.cc Wed Mar 23 10:35:36 2005 +0000
1.2 +++ b/src/work/athos/lp/lp_base.cc Wed Mar 23 11:51:40 2005 +0000
1.3 @@ -1,4 +1,19 @@
1.4 -// -*- c++ -*-
1.5 +/* -*- C++ -*-
1.6 + * src/lemon/maps.h - Part of LEMON, a generic C++ optimization library
1.7 + *
1.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.9 + * (Egervary Combinatorial Optimization Research Group, EGRES).
1.10 + *
1.11 + * Permission to use, modify and distribute this software is granted
1.12 + * provided that this copyright notice appears in all copies. For
1.13 + * precise terms see the accompanying LICENSE file.
1.14 + *
1.15 + * This software is provided "AS IS" with no warranty of any kind,
1.16 + * express or implied, and with no claim as to its suitability for any
1.17 + * purpose.
1.18 + *
1.19 + */
1.20 +
1.21 #ifndef LEMON_LP_BASE_CC
1.22 #define LEMON_LP_BASE_CC
1.23