diff -r 5be029d19c98 -r 17f31d280385 src/hugo/min_cost_flow.h --- a/src/hugo/min_cost_flow.h Thu Sep 23 14:40:45 2004 +0000 +++ b/src/hugo/min_cost_flow.h Thu Sep 23 15:05:20 2004 +0000 @@ -1,4 +1,19 @@ -// -*- c++ -*- +/* -*- C++ -*- + * src/hugo/min_cost_flow.h - Part of HUGOlib, a generic C++ optimization library + * + * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Combinatorial Optimization Research Group, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #ifndef HUGO_MIN_COST_FLOW_H #define HUGO_MIN_COST_FLOW_H