# HG changeset patch # User ladanyi # Date 1124292360 0 # Node ID 260ac104190f2b3a67ba7263e1fe1e95adc7c7f9 # Parent 1d2e5352e99beb25e0ef40a93fed7518648ac6d3 Added missing copyright headers, and corrected the file names in some of them. diff -r 1d2e5352e99b -r 260ac104190f demo/coloring.cc --- a/demo/coloring.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/coloring.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,3 +1,19 @@ +/* -*- C++ -*- + * demo/coloring.cc - Part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2005 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 diff -r 1d2e5352e99b -r 260ac104190f demo/descriptor_map_demo.cc --- a/demo/descriptor_map_demo.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/descriptor_map_demo.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,5 +1,6 @@ /* -*- C++ -*- - * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization library + * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization + * library * * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). diff -r 1d2e5352e99b -r 260ac104190f demo/dijkstra_demo.cc --- a/demo/dijkstra_demo.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/dijkstra_demo.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,5 +1,5 @@ /* -*- C++ -*- - * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library + * demo/dijkstra_demo.cc - Part of LEMON, a generic C++ optimization library * * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). diff -r 1d2e5352e99b -r 260ac104190f demo/dim_to_dot.cc --- a/demo/dim_to_dot.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/dim_to_dot.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,4 +1,18 @@ -// -*- c++ -*- +/* -*- C++ -*- + * demo/dim_to_dot.cc - Part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2005 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. + * + */ // Use a DIMACS max flow file as stdin. // dim_to_dot < dimacs_max_flow_file > dot_output_file diff -r 1d2e5352e99b -r 260ac104190f demo/hello_lemon.cc --- a/demo/hello_lemon.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/hello_lemon.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,5 +1,5 @@ /* -*- C++ -*- - * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library + * demo/hello_lemon.cc - Part of LEMON, a generic C++ optimization library * * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). diff -r 1d2e5352e99b -r 260ac104190f demo/lp_demo.cc --- a/demo/lp_demo.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/lp_demo.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,5 +1,5 @@ /* -*- C++ -*- - * demo/graph_to_eps.cc - Part of LEMON, a generic C++ optimization library + * demo/lp_demo.cc - Part of LEMON, a generic C++ optimization library * * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). diff -r 1d2e5352e99b -r 260ac104190f demo/min_route.cc --- a/demo/min_route.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/min_route.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,3 +1,19 @@ +/* -*- C++ -*- + * demo/min_route.cc - Part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2005 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 diff -r 1d2e5352e99b -r 260ac104190f demo/reader_writer_demo.cc --- a/demo/reader_writer_demo.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/reader_writer_demo.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,5 +1,6 @@ /* -*- C++ -*- - * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library + * demo/reader_writer_demo.cc - Part of LEMON, a generic C++ optimization + * library * * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). diff -r 1d2e5352e99b -r 260ac104190f demo/sub_graph_adaptor_demo.cc --- a/demo/sub_graph_adaptor_demo.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/demo/sub_graph_adaptor_demo.cc Wed Aug 17 15:26:00 2005 +0000 @@ -1,5 +1,6 @@ /* -*- C++ -*- - * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library + * demo/sub_graph_adaptor_demo.cc - Part of LEMON, a generic C++ optimization + * library * * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES).