# HG changeset patch # User alpar # Date 1162210585 0 # Node ID 95872af46fc434e78c4a132fc6c8031a3350ddbb # Parent 8339178ae43d8255ee05e175436adc712b43d3a3 Add copyright headers diff -r 8339178ae43d -r 95872af46fc4 algobox.cc --- a/algobox.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/algobox.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 enum {N_DEMO1, N_DEMO2, NODE_INPUT_NUM}; // input IDs for nodes; diff -r 8339178ae43d -r 95872af46fc4 algobox.h --- a/algobox.h Wed Oct 25 17:50:02 2006 +0000 +++ b/algobox.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef ALGOBOX_H #define ALGOBOX_H diff -r 8339178ae43d -r 95872af46fc4 algowin.cc --- a/algowin.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/algowin.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 diff -r 8339178ae43d -r 95872af46fc4 algowin.h --- a/algowin.h Wed Oct 25 17:50:02 2006 +0000 +++ b/algowin.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef ALGOWIN_H #define ALGOWIN_H diff -r 8339178ae43d -r 95872af46fc4 all_include.h --- a/all_include.h Wed Oct 25 17:50:02 2006 +0000 +++ b/all_include.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef ALL_INCLUDE_H #define ALL_INCLUDE_H diff -r 8339178ae43d -r 95872af46fc4 design_win.cc --- a/design_win.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/design_win.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 bool DesignWin::closeIfEscapeIsPressed(GdkEventKey* e) diff -r 8339178ae43d -r 95872af46fc4 design_win.h --- a/design_win.h Wed Oct 25 17:50:02 2006 +0000 +++ b/design_win.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef DESWIN_H #define DESWIN_H diff -r 8339178ae43d -r 95872af46fc4 dijkstrabox.cc --- a/dijkstrabox.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/dijkstrabox.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 diff -r 8339178ae43d -r 95872af46fc4 dijkstrabox.h --- a/dijkstrabox.h Wed Oct 25 17:50:02 2006 +0000 +++ b/dijkstrabox.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef DIJKSTRABOX_H #define DIJKSTRABOX_H diff -r 8339178ae43d -r 95872af46fc4 file_chooser_extra_widget.cc --- a/file_chooser_extra_widget.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/file_chooser_extra_widget.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "file_chooser_extra_widget.h" #include "mapstorage.h" diff -r 8339178ae43d -r 95872af46fc4 file_chooser_extra_widget.h --- a/file_chooser_extra_widget.h Wed Oct 25 17:50:02 2006 +0000 +++ b/file_chooser_extra_widget.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ + #ifndef FILE_CHOOSER_EXTRA_WIDGET #define FILE_CHOOSER_EXTRA_WIDGET diff -r 8339178ae43d -r 95872af46fc4 gdc-broken_edge.cc --- a/gdc-broken_edge.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/gdc-broken_edge.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "graph_displayer_canvas.h" #include diff -r 8339178ae43d -r 95872af46fc4 graph-displayer.cc --- a/graph-displayer.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/graph-displayer.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ + #ifdef HAVE_CONFIG_H #include #endif diff -r 8339178ae43d -r 95872af46fc4 graph_displayer_canvas-edge.cc --- a/graph_displayer_canvas-edge.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/graph_displayer_canvas-edge.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "graph_displayer_canvas.h" #include diff -r 8339178ae43d -r 95872af46fc4 graph_displayer_canvas-event.cc --- a/graph_displayer_canvas-event.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/graph_displayer_canvas-event.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "graph_displayer_canvas.h" #include diff -r 8339178ae43d -r 95872af46fc4 graph_displayer_canvas-node.cc --- a/graph_displayer_canvas-node.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/graph_displayer_canvas-node.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "graph_displayer_canvas.h" #include diff -r 8339178ae43d -r 95872af46fc4 graph_displayer_canvas-zoom.cc --- a/graph_displayer_canvas-zoom.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/graph_displayer_canvas-zoom.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "graph_displayer_canvas.h" #include diff -r 8339178ae43d -r 95872af46fc4 graph_displayer_canvas.cc --- a/graph_displayer_canvas.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/graph_displayer_canvas.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "graph_displayer_canvas.h" #include #include diff -r 8339178ae43d -r 95872af46fc4 graph_displayer_canvas.h --- a/graph_displayer_canvas.h Wed Oct 25 17:50:02 2006 +0000 +++ b/graph_displayer_canvas.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef GRAPH_DISPLAYER_CANVAS_H #define GRAPH_DISPLAYER_CANVAS_H diff -r 8339178ae43d -r 95872af46fc4 gui_reader.cc --- a/gui_reader.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/gui_reader.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "gui_reader.h" #include "xml.h" #include "mapstorage.h" diff -r 8339178ae43d -r 95872af46fc4 gui_reader.h --- a/gui_reader.h Wed Oct 25 17:50:02 2006 +0000 +++ b/gui_reader.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ + #ifndef GUI_READER_H #define GUI_READER_H diff -r 8339178ae43d -r 95872af46fc4 gui_writer.cc --- a/gui_writer.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/gui_writer.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "gui_writer.h" #include "xml.h" #include "mapstorage.h" diff -r 8339178ae43d -r 95872af46fc4 gui_writer.h --- a/gui_writer.h Wed Oct 25 17:50:02 2006 +0000 +++ b/gui_writer.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ + #ifndef GUI_WRITER_H #define GUI_WRITER_H diff -r 8339178ae43d -r 95872af46fc4 kruskalbox.cc --- a/kruskalbox.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/kruskalbox.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 enum {INPUT, OUTPUT, MAP_NUM}; diff -r 8339178ae43d -r 95872af46fc4 kruskalbox.h --- a/kruskalbox.h Wed Oct 25 17:50:02 2006 +0000 +++ b/kruskalbox.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef KRUSKALBOX_H #define KRUSKALBOX_H diff -r 8339178ae43d -r 95872af46fc4 main_win.cc --- a/main_win.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/main_win.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ + #ifdef HAVE_CONFIG_H #include #endif diff -r 8339178ae43d -r 95872af46fc4 main_win.h --- a/main_win.h Wed Oct 25 17:50:02 2006 +0000 +++ b/main_win.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef MAIN_WIN_H #define MAIN_WIN_H diff -r 8339178ae43d -r 95872af46fc4 map_win.cc --- a/map_win.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/map_win.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "map_win.h" #include diff -r 8339178ae43d -r 95872af46fc4 map_win.h --- a/map_win.h Wed Oct 25 17:50:02 2006 +0000 +++ b/map_win.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef MAP_WIN_H #define MAP_WIN_H diff -r 8339178ae43d -r 95872af46fc4 map_window.cc --- a/map_window.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/map_window.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "map_window.h" MapWindow::MapWindow() diff -r 8339178ae43d -r 95872af46fc4 map_window.h --- a/map_window.h Wed Oct 25 17:50:02 2006 +0000 +++ b/map_window.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ + #ifndef MAP_WINDOW #define MAP_WINDOW diff -r 8339178ae43d -r 95872af46fc4 mapselector.cc --- a/mapselector.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/mapselector.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "mapselector.h" MapSelector::MapSelector(std::vector ml, std::string act, std::string labeltext, bool edge, bool d):def(d),itisedge(edge),set_new_map(false) diff -r 8339178ae43d -r 95872af46fc4 mapselector.h --- a/mapselector.h Wed Oct 25 17:50:02 2006 +0000 +++ b/mapselector.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef MAPSELECTOR_H #define MAPSELECTOR_H diff -r 8339178ae43d -r 95872af46fc4 mapstorage.cc --- a/mapstorage.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/mapstorage.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "mapstorage.h" #include "gui_writer.h" #include "gui_reader.h" diff -r 8339178ae43d -r 95872af46fc4 mapstorage.h --- a/mapstorage.h Wed Oct 25 17:50:02 2006 +0000 +++ b/mapstorage.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef MAPSTORAGE_H #define MAPSTORAGE_H diff -r 8339178ae43d -r 95872af46fc4 nbtab.cc --- a/nbtab.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/nbtab.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 "file_chooser_extra_widget.h" diff -r 8339178ae43d -r 95872af46fc4 nbtab.h --- a/nbtab.h Wed Oct 25 17:50:02 2006 +0000 +++ b/nbtab.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef NBTAB_H #define NBTAB_H diff -r 8339178ae43d -r 95872af46fc4 new_map_win.cc --- a/new_map_win.cc Wed Oct 25 17:50:02 2006 +0000 +++ b/new_map_win.cc Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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 bool NewMapWin::closeIfEscapeIsPressed(GdkEventKey* e) diff -r 8339178ae43d -r 95872af46fc4 new_map_win.h --- a/new_map_win.h Wed Oct 25 17:50:02 2006 +0000 +++ b/new_map_win.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,4 +1,20 @@ -// -*- C++ -*- // +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ #ifndef NEWMAPWIN_H #define NEWMAPWIN_H diff -r 8339178ae43d -r 95872af46fc4 xml.h --- a/xml.h Wed Oct 25 17:50:02 2006 +0000 +++ b/xml.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,7 +1,9 @@ /* -*- C++ -*- - * gui/xml.h - Part of LEMON, a generic C++ optimization library * - * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted diff -r 8339178ae43d -r 95872af46fc4 xymap.h --- a/xymap.h Wed Oct 25 17:50:02 2006 +0000 +++ b/xymap.h Mon Oct 30 12:16:25 2006 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2006 + * 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. + * + */ + #ifndef XYMAP_H #define XYMAP_H