# HG changeset patch # User kpeter # Date 1189949382 0 # Node ID fb60f631790bfe1ba1959fdb0118675696f8ee7c # Parent ed70b226cc485dfe676c774ecc97c825a072ccf6 Missing header. diff -r ed70b226cc48 -r fb60f631790b demo/steiner_demo.cc --- a/demo/steiner_demo.cc Thu Sep 13 22:06:54 2007 +0000 +++ b/demo/steiner_demo.cc Sun Sep 16 13:29:42 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, 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. + * + */ + #include #include #include