[Lemon-commits] Alpar Juttner: Add Copyright headers

Lemon HG hg at lemon.cs.elte.hu
Sun Dec 11 16:09:02 CET 2011


details:   http://lemon.cs.elte.hu/hg/lemon-benchmark/rev/4eab99ff2666
changeset: 12:4eab99ff2666
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Sun Dec 11 16:08:52 2011 +0100
description:
	Add Copyright headers

diffstat:

 tests/benchmark_tools.h |  18 ++++++++++++++++++
 tests/circulation.cc    |  18 ++++++++++++++++++
 tests/file_main.cc      |  18 ++++++++++++++++++
 3 files changed, 54 insertions(+), 0 deletions(-)

diffs (75 lines):

diff --git a/tests/benchmark_tools.h b/tests/benchmark_tools.h
--- a/tests/benchmark_tools.h
+++ b/tests/benchmark_tools.h
@@ -1,3 +1,21 @@
+/* -*- mode: C++; indent-tabs-mode: nil; -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library.
+ *
+ * Copyright (C) 2003-2011
+ * 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 BENCHMARK_TOOLS_H
 #define BENCHMARK_TOOLS_H
 
diff --git a/tests/circulation.cc b/tests/circulation.cc
--- a/tests/circulation.cc
+++ b/tests/circulation.cc
@@ -1,3 +1,21 @@
+/* -*- mode: C++; indent-tabs-mode: nil; -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library.
+ *
+ * Copyright (C) 2003-2011
+ * 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 <benchmark_tools.h>
 #include <lemon/circulation.h>
 #include <lemon/smart_graph.h>
diff --git a/tests/file_main.cc b/tests/file_main.cc
--- a/tests/file_main.cc
+++ b/tests/file_main.cc
@@ -1,3 +1,21 @@
+/* -*- mode: C++; indent-tabs-mode: nil; -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library.
+ *
+ * Copyright (C) 2003-2011
+ * 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 <benchmark_tools.h>
 #include <istream>
 #include <lemon/error.h>



More information about the Lemon-commits mailing list