From b41238444682ea40d58e0a3156705055be81872d Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Mon, 2 Dec 2024 12:00:21 +0100 Subject: [PATCH] Changed License Comments (#478) --- docs/html/d1/db4/UndirectedWeightedEdge_8hpp_source.html | 2 +- docs/html/d1/dbd/GreedyVertexCut_8hpp_source.html | 2 +- docs/html/d2/d40/PartitioningStats_8hpp_source.html | 2 +- docs/html/d2/de9/ThreadSafe_8hpp_source.html | 2 +- docs/html/d2/df2/HDRF_8hpp_source.html | 2 +- docs/html/d3/d4d/Typedef_8hpp_source.html | 2 +- docs/html/d3/d6b/Record_8hpp_source.html | 2 +- docs/html/d3/d91/Graph__TS_8hpp_source.html | 2 +- docs/html/d4/d1e/ConstValue_8hpp_source.html | 2 +- docs/html/d5/d36/PartitionAlgorithm_8hpp_source.html | 2 +- docs/html/d5/d5b/EBV_8hpp_source.html | 2 +- docs/html/d5/d64/Globals_8hpp_source.html | 2 +- docs/html/d5/d84/EdgeBalancedVertexCut_8hpp_source.html | 2 +- docs/html/d5/db2/UndirectedEdge_8hpp_source.html | 2 +- docs/html/d6/d85/DirectedEdge_8hpp_source.html | 2 +- docs/html/d6/d85/PartitionStrategy_8hpp_source.html | 2 +- docs/html/d7/d59/CoordinatedRecord_8hpp_source.html | 2 +- docs/html/d7/dc6/Node_8hpp_source.html | 2 +- docs/html/d7/de1/ConstString_8hpp_source.html | 2 +- docs/html/d8/d2b/Runnable_8hpp_source.html | 2 +- docs/html/d8/d91/Partitioner_8hpp_source.html | 2 +- docs/html/d9/d69/Graph_8hpp_source.html | 2 +- docs/html/da/d0e/PartitionerThread_8hpp_source.html | 2 +- docs/html/da/dea/DirectedWeightedEdge_8hpp_source.html | 2 +- docs/html/dc/d4d/Partition_8hpp_source.html | 2 +- docs/html/dc/d50/PartitionState_8hpp_source.html | 2 +- docs/html/dc/d91/Edge_8hpp_source.html | 2 +- docs/html/de/dac/Writer_8hpp_source.html | 2 +- docs/html/de/de1/CoordinatedPartitionState_8hpp_source.html | 2 +- docs/html/df/d03/Reader_8hpp_source.html | 2 +- docs/html/df/dd3/Weighted_8hpp_source.html | 2 +- include/CXXGraph/Edge/DirectedEdge.h | 2 +- include/CXXGraph/Edge/DirectedEdge_decl.h | 2 +- include/CXXGraph/Edge/DirectedEdge_impl.hpp | 2 +- include/CXXGraph/Edge/DirectedWeightedEdge.h | 2 +- include/CXXGraph/Edge/DirectedWeightedEdge_decl.h | 2 +- include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp | 2 +- include/CXXGraph/Edge/Edge.h | 2 +- include/CXXGraph/Edge/Edge_decl.h | 2 +- include/CXXGraph/Edge/Edge_impl.hpp | 2 +- include/CXXGraph/Edge/UndirectedEdge.h | 2 +- include/CXXGraph/Edge/UndirectedEdge_decl.h | 2 +- include/CXXGraph/Edge/UndirectedEdge_impl.hpp | 2 +- include/CXXGraph/Edge/UndirectedWeightedEdge.h | 2 +- include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h | 2 +- include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp | 2 +- include/CXXGraph/Edge/Weighted.h | 2 +- include/CXXGraph/Edge/Weighted_decl.h | 2 +- include/CXXGraph/Edge/Weighted_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/BreadthFirstSearch_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Dial_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Prim_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp | 2 +- include/CXXGraph/Graph/Algorithm/TransitiveReduction_impl.hpp | 2 +- include/CXXGraph/Graph/Graph.h | 2 +- include/CXXGraph/Graph/Graph_decl.h | 2 +- include/CXXGraph/Graph/Graph_impl.hpp | 2 +- include/CXXGraph/Graph/IO/IOUtility_impl.hpp | 2 +- include/CXXGraph/Graph/IO/InputOperation_impl.hpp | 2 +- include/CXXGraph/Graph/IO/OutputOperation_impl.hpp | 2 +- include/CXXGraph/Node/Node.h | 2 +- include/CXXGraph/Node/Node_decl.h | 2 +- include/CXXGraph/Node/Node_impl.hpp | 2 +- include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp | 2 +- include/CXXGraph/Partitioning/CoordinatedRecord.hpp | 2 +- include/CXXGraph/Partitioning/EBV.hpp | 2 +- include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp | 2 +- include/CXXGraph/Partitioning/GreedyVertexCut.hpp | 2 +- include/CXXGraph/Partitioning/HDRF.hpp | 2 +- include/CXXGraph/Partitioning/Partition.hpp | 2 +- include/CXXGraph/Partitioning/PartitionAlgorithm.hpp | 2 +- include/CXXGraph/Partitioning/PartitionState.hpp | 2 +- include/CXXGraph/Partitioning/PartitionStrategy.hpp | 2 +- include/CXXGraph/Partitioning/Partitioner.hpp | 2 +- include/CXXGraph/Partitioning/PartitionerThread.hpp | 2 +- include/CXXGraph/Partitioning/PartitioningStats.hpp | 2 +- include/CXXGraph/Partitioning/Record.hpp | 2 +- include/CXXGraph/Partitioning/Utility/Globals.hpp | 2 +- include/CXXGraph/Partitioning/WeightBalancedLibra.hpp | 2 +- include/CXXGraph/Utility/ConstString.hpp | 2 +- include/CXXGraph/Utility/ConstValue.hpp | 2 +- include/CXXGraph/Utility/PointerHash.hpp | 2 +- include/CXXGraph/Utility/Reader.hpp | 2 +- include/CXXGraph/Utility/Runnable.hpp | 2 +- include/CXXGraph/Utility/ThreadSafe.hpp | 2 +- include/CXXGraph/Utility/TypeTraits.hpp | 2 +- include/CXXGraph/Utility/Typedef.hpp | 2 +- include/CXXGraph/Utility/Writer.hpp | 2 +- 102 files changed, 102 insertions(+), 102 deletions(-) diff --git a/docs/html/d1/db4/UndirectedWeightedEdge_8hpp_source.html b/docs/html/d1/db4/UndirectedWeightedEdge_8hpp_source.html index 1760d015b..90a4dade1 100644 --- a/docs/html/d1/db4/UndirectedWeightedEdge_8hpp_source.html +++ b/docs/html/d1/db4/UndirectedWeightedEdge_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_H__
diff --git a/docs/html/d1/dbd/GreedyVertexCut_8hpp_source.html b/docs/html/d1/dbd/GreedyVertexCut_8hpp_source.html index 46dfce235..5a8a8ef26 100644 --- a/docs/html/d1/dbd/GreedyVertexCut_8hpp_source.html +++ b/docs/html/d1/dbd/GreedyVertexCut_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_GREEDYVERTEXCUT_H__
diff --git a/docs/html/d2/d40/PartitioningStats_8hpp_source.html b/docs/html/d2/d40/PartitioningStats_8hpp_source.html index db2a28f2c..b5b7e1808 100644 --- a/docs/html/d2/d40/PartitioningStats_8hpp_source.html +++ b/docs/html/d2/d40/PartitioningStats_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONINGSTATS_H__
diff --git a/docs/html/d2/de9/ThreadSafe_8hpp_source.html b/docs/html/d2/de9/ThreadSafe_8hpp_source.html index a7ce8f320..3d001a128 100644 --- a/docs/html/d2/de9/ThreadSafe_8hpp_source.html +++ b/docs/html/d2/de9/ThreadSafe_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_THREADSAFE_H__
diff --git a/docs/html/d2/df2/HDRF_8hpp_source.html b/docs/html/d2/df2/HDRF_8hpp_source.html index 83cd34d9e..5880585d0 100644 --- a/docs/html/d2/df2/HDRF_8hpp_source.html +++ b/docs/html/d2/df2/HDRF_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_HDRF_H__
diff --git a/docs/html/d3/d4d/Typedef_8hpp_source.html b/docs/html/d3/d4d/Typedef_8hpp_source.html index 0519d6972..a1cde66e1 100644 --- a/docs/html/d3/d4d/Typedef_8hpp_source.html +++ b/docs/html/d3/d4d/Typedef_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_TYPEDEF_H__
diff --git a/docs/html/d3/d6b/Record_8hpp_source.html b/docs/html/d3/d6b/Record_8hpp_source.html index 10b1ef986..4dd44e306 100644 --- a/docs/html/d3/d6b/Record_8hpp_source.html +++ b/docs/html/d3/d6b/Record_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_RECORD_H__
diff --git a/docs/html/d3/d91/Graph__TS_8hpp_source.html b/docs/html/d3/d91/Graph__TS_8hpp_source.html index 5dbc8624a..69ce9b3f8 100644 --- a/docs/html/d3/d91/Graph__TS_8hpp_source.html +++ b/docs/html/d3/d91/Graph__TS_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_GRAPH_TS_H__
diff --git a/docs/html/d4/d1e/ConstValue_8hpp_source.html b/docs/html/d4/d1e/ConstValue_8hpp_source.html index 60cd70ab8..f509df4ea 100644 --- a/docs/html/d4/d1e/ConstValue_8hpp_source.html +++ b/docs/html/d4/d1e/ConstValue_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_CONSTVALUE_H__
diff --git a/docs/html/d5/d36/PartitionAlgorithm_8hpp_source.html b/docs/html/d5/d36/PartitionAlgorithm_8hpp_source.html index 5e86af88e..7ffb2420a 100644 --- a/docs/html/d5/d36/PartitionAlgorithm_8hpp_source.html +++ b/docs/html/d5/d36/PartitionAlgorithm_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_PARTITIONALGORITHM_H__
diff --git a/docs/html/d5/d5b/EBV_8hpp_source.html b/docs/html/d5/d5b/EBV_8hpp_source.html index 2dff1ad59..d60eb0d13 100644 --- a/docs/html/d5/d5b/EBV_8hpp_source.html +++ b/docs/html/d5/d5b/EBV_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_EBV_H__
diff --git a/docs/html/d5/d64/Globals_8hpp_source.html b/docs/html/d5/d64/Globals_8hpp_source.html index 95b6c329c..a85747290 100644 --- a/docs/html/d5/d64/Globals_8hpp_source.html +++ b/docs/html/d5/d64/Globals_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_GLOBALS_H__
diff --git a/docs/html/d5/d84/EdgeBalancedVertexCut_8hpp_source.html b/docs/html/d5/d84/EdgeBalancedVertexCut_8hpp_source.html index 5932bc93d..371ac9677 100644 --- a/docs/html/d5/d84/EdgeBalancedVertexCut_8hpp_source.html +++ b/docs/html/d5/d84/EdgeBalancedVertexCut_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_EDGEBALANCEDVERTEXCUT_H__
diff --git a/docs/html/d5/db2/UndirectedEdge_8hpp_source.html b/docs/html/d5/db2/UndirectedEdge_8hpp_source.html index 567aca587..d1568f6cd 100644 --- a/docs/html/d5/db2/UndirectedEdge_8hpp_source.html +++ b/docs/html/d5/db2/UndirectedEdge_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_UNDIRECTEDEDGE_H__
diff --git a/docs/html/d6/d85/DirectedEdge_8hpp_source.html b/docs/html/d6/d85/DirectedEdge_8hpp_source.html index 6991e5133..5f421fba8 100644 --- a/docs/html/d6/d85/DirectedEdge_8hpp_source.html +++ b/docs/html/d6/d85/DirectedEdge_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_DIRECTEDEDGE_H__
diff --git a/docs/html/d6/d85/PartitionStrategy_8hpp_source.html b/docs/html/d6/d85/PartitionStrategy_8hpp_source.html index c32344959..114f0a99e 100644 --- a/docs/html/d6/d85/PartitionStrategy_8hpp_source.html +++ b/docs/html/d6/d85/PartitionStrategy_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_PARTITIONSTRATEGY_H__
diff --git a/docs/html/d7/d59/CoordinatedRecord_8hpp_source.html b/docs/html/d7/d59/CoordinatedRecord_8hpp_source.html index f2e2a0c69..7e7e0fb01 100644 --- a/docs/html/d7/d59/CoordinatedRecord_8hpp_source.html +++ b/docs/html/d7/d59/CoordinatedRecord_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_COORDINATEDRECORD_H__
diff --git a/docs/html/d7/dc6/Node_8hpp_source.html b/docs/html/d7/dc6/Node_8hpp_source.html index 3efdd1d25..d9195df62 100644 --- a/docs/html/d7/dc6/Node_8hpp_source.html +++ b/docs/html/d7/dc6/Node_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 
diff --git a/docs/html/d7/de1/ConstString_8hpp_source.html b/docs/html/d7/de1/ConstString_8hpp_source.html index 531a422d7..c7d254623 100644 --- a/docs/html/d7/de1/ConstString_8hpp_source.html +++ b/docs/html/d7/de1/ConstString_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_CONSTSTRING_H__
diff --git a/docs/html/d8/d2b/Runnable_8hpp_source.html b/docs/html/d8/d2b/Runnable_8hpp_source.html index 7dc150064..76582eb29 100644 --- a/docs/html/d8/d2b/Runnable_8hpp_source.html +++ b/docs/html/d8/d2b/Runnable_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_RUNNABLE_H__
diff --git a/docs/html/d8/d91/Partitioner_8hpp_source.html b/docs/html/d8/d91/Partitioner_8hpp_source.html index 8fea1ddc4..e3587abee 100644 --- a/docs/html/d8/d91/Partitioner_8hpp_source.html +++ b/docs/html/d8/d91/Partitioner_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_PARTITIONER_H__
diff --git a/docs/html/d9/d69/Graph_8hpp_source.html b/docs/html/d9/d69/Graph_8hpp_source.html index 7874b96af..a973c4588 100644 --- a/docs/html/d9/d69/Graph_8hpp_source.html +++ b/docs/html/d9/d69/Graph_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_GRAPH_H__
diff --git a/docs/html/da/d0e/PartitionerThread_8hpp_source.html b/docs/html/da/d0e/PartitionerThread_8hpp_source.html index e043247aa..b073b27d2 100644 --- a/docs/html/da/d0e/PartitionerThread_8hpp_source.html +++ b/docs/html/da/d0e/PartitionerThread_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_PARTITIONERTHREAD_H__
diff --git a/docs/html/da/dea/DirectedWeightedEdge_8hpp_source.html b/docs/html/da/dea/DirectedWeightedEdge_8hpp_source.html index 084d6a1ce..8392a6ef3 100644 --- a/docs/html/da/dea/DirectedWeightedEdge_8hpp_source.html +++ b/docs/html/da/dea/DirectedWeightedEdge_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 #ifndef __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_H__
20 #define __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_H__
diff --git a/docs/html/dc/d4d/Partition_8hpp_source.html b/docs/html/dc/d4d/Partition_8hpp_source.html index 8dcafcc50..eb44e4f50 100644 --- a/docs/html/dc/d4d/Partition_8hpp_source.html +++ b/docs/html/dc/d4d/Partition_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITION_H__
diff --git a/docs/html/dc/d50/PartitionState_8hpp_source.html b/docs/html/dc/d50/PartitionState_8hpp_source.html index 9a8f014dc..e070d6d90 100644 --- a/docs/html/dc/d50/PartitionState_8hpp_source.html +++ b/docs/html/dc/d50/PartitionState_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_PARTITIONSTATE_H__
diff --git a/docs/html/dc/d91/Edge_8hpp_source.html b/docs/html/dc/d91/Edge_8hpp_source.html index a629b6760..9ee26eb64 100644 --- a/docs/html/dc/d91/Edge_8hpp_source.html +++ b/docs/html/dc/d91/Edge_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_EDGE_H__
diff --git a/docs/html/de/dac/Writer_8hpp_source.html b/docs/html/de/dac/Writer_8hpp_source.html index e4d1abd83..75484c533 100644 --- a/docs/html/de/dac/Writer_8hpp_source.html +++ b/docs/html/de/dac/Writer_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_WRITER_H__
diff --git a/docs/html/de/de1/CoordinatedPartitionState_8hpp_source.html b/docs/html/de/de1/CoordinatedPartitionState_8hpp_source.html index 092c39b62..a05b41a78 100644 --- a/docs/html/de/de1/CoordinatedPartitionState_8hpp_source.html +++ b/docs/html/de/de1/CoordinatedPartitionState_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_PARTITIONING_COORDINATEDPARTITIONSTATE_H__
diff --git a/docs/html/df/d03/Reader_8hpp_source.html b/docs/html/df/d03/Reader_8hpp_source.html index 15ea9a310..e2aa9d395 100644 --- a/docs/html/df/d03/Reader_8hpp_source.html +++ b/docs/html/df/d03/Reader_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_READER_H__
diff --git a/docs/html/df/dd3/Weighted_8hpp_source.html b/docs/html/df/dd3/Weighted_8hpp_source.html index ebc3da503..bc47f1f9a 100644 --- a/docs/html/df/dd3/Weighted_8hpp_source.html +++ b/docs/html/df/dd3/Weighted_8hpp_source.html @@ -88,7 +88,7 @@
14 /***********************************************************/
15 /*** Collaboration: ----------- ***/
16 /***********************************************************/
-
17 /*** License: AGPL v3.0 ***/
+
17 /*** License: MPL v2.0 ***/
18 /***********************************************************/
19 
20 #ifndef __CXXGRAPH_WEIGHTED_H__
diff --git a/include/CXXGraph/Edge/DirectedEdge.h b/include/CXXGraph/Edge/DirectedEdge.h index 3ae44da60..76c8e5930 100755 --- a/include/CXXGraph/Edge/DirectedEdge.h +++ b/include/CXXGraph/Edge/DirectedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDEDGE_H__ diff --git a/include/CXXGraph/Edge/DirectedEdge_decl.h b/include/CXXGraph/Edge/DirectedEdge_decl.h index 12329ac3a..b4611c3af 100644 --- a/include/CXXGraph/Edge/DirectedEdge_decl.h +++ b/include/CXXGraph/Edge/DirectedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDEDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/DirectedEdge_impl.hpp b/include/CXXGraph/Edge/DirectedEdge_impl.hpp index 1ac736044..9faa1a346 100644 --- a/include/CXXGraph/Edge/DirectedEdge_impl.hpp +++ b/include/CXXGraph/Edge/DirectedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDEDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/DirectedWeightedEdge.h b/include/CXXGraph/Edge/DirectedWeightedEdge.h index e5dd687c3..e8a05bf1f 100755 --- a/include/CXXGraph/Edge/DirectedWeightedEdge.h +++ b/include/CXXGraph/Edge/DirectedWeightedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_H__ #define __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_H__ diff --git a/include/CXXGraph/Edge/DirectedWeightedEdge_decl.h b/include/CXXGraph/Edge/DirectedWeightedEdge_decl.h index 3a08ff063..6e3622fce 100644 --- a/include/CXXGraph/Edge/DirectedWeightedEdge_decl.h +++ b/include/CXXGraph/Edge/DirectedWeightedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_DECL_H__ #define __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp b/include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp index 723ebd49c..8bf19f073 100644 --- a/include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp +++ b/include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_IMPL_H__ #define __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/Edge.h b/include/CXXGraph/Edge/Edge.h index 377886a39..7b18abc1c 100755 --- a/include/CXXGraph/Edge/Edge.h +++ b/include/CXXGraph/Edge/Edge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_EDGE_H__ diff --git a/include/CXXGraph/Edge/Edge_decl.h b/include/CXXGraph/Edge/Edge_decl.h index 00f469903..3be7b1857 100644 --- a/include/CXXGraph/Edge/Edge_decl.h +++ b/include/CXXGraph/Edge/Edge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_EDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/Edge_impl.hpp b/include/CXXGraph/Edge/Edge_impl.hpp index 529fc4611..7f35228b9 100644 --- a/include/CXXGraph/Edge/Edge_impl.hpp +++ b/include/CXXGraph/Edge/Edge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_EDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/UndirectedEdge.h b/include/CXXGraph/Edge/UndirectedEdge.h index 6d15b7f22..858b3aae6 100755 --- a/include/CXXGraph/Edge/UndirectedEdge.h +++ b/include/CXXGraph/Edge/UndirectedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDEDGE_H__ diff --git a/include/CXXGraph/Edge/UndirectedEdge_decl.h b/include/CXXGraph/Edge/UndirectedEdge_decl.h index 013d832eb..a23711135 100644 --- a/include/CXXGraph/Edge/UndirectedEdge_decl.h +++ b/include/CXXGraph/Edge/UndirectedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDEDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/UndirectedEdge_impl.hpp b/include/CXXGraph/Edge/UndirectedEdge_impl.hpp index 29510ab07..8c4fe7f78 100644 --- a/include/CXXGraph/Edge/UndirectedEdge_impl.hpp +++ b/include/CXXGraph/Edge/UndirectedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDEDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/UndirectedWeightedEdge.h b/include/CXXGraph/Edge/UndirectedWeightedEdge.h index 7f7e28cca..03b3e05ad 100755 --- a/include/CXXGraph/Edge/UndirectedWeightedEdge.h +++ b/include/CXXGraph/Edge/UndirectedWeightedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_H__ diff --git a/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h b/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h index b0d0b9565..e35ef3d4f 100644 --- a/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h +++ b/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp b/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp index 61f331eb8..06180a3d3 100644 --- a/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp +++ b/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/Weighted.h b/include/CXXGraph/Edge/Weighted.h index c657e5051..8b889a5d6 100755 --- a/include/CXXGraph/Edge/Weighted.h +++ b/include/CXXGraph/Edge/Weighted.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_WEIGHTED_H__ diff --git a/include/CXXGraph/Edge/Weighted_decl.h b/include/CXXGraph/Edge/Weighted_decl.h index 5b16a1aa1..2cba9ee2c 100644 --- a/include/CXXGraph/Edge/Weighted_decl.h +++ b/include/CXXGraph/Edge/Weighted_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_WEIGHTED_DECL_H__ diff --git a/include/CXXGraph/Edge/Weighted_impl.hpp b/include/CXXGraph/Edge/Weighted_impl.hpp index 327d88710..bcd7cda63 100644 --- a/include/CXXGraph/Edge/Weighted_impl.hpp +++ b/include/CXXGraph/Edge/Weighted_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_WEIGHTED_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp b/include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp index b87266c44..e9d725081 100644 --- a/include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_BELLMANFORD_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp b/include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp index 873a63335..070624438 100644 --- a/include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_BESTFIRSTSEARCH_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp b/include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp index 64b7a85a9..b093da1e2 100644 --- a/include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_BORUVKA_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/BreadthFirstSearch_impl.hpp b/include/CXXGraph/Graph/Algorithm/BreadthFirstSearch_impl.hpp index 0002627f7..7813c27f4 100644 --- a/include/CXXGraph/Graph/Algorithm/BreadthFirstSearch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BreadthFirstSearch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_BREADTHFIRSTSEARCH_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp b/include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp index 95cf617f7..c31f42c51 100644 --- a/include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_BRONKERBOSCH_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp b/include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp index 47cd7c58b..447149251 100644 --- a/include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_CONNECTIVITY_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp b/include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp index ed043c99d..cb1990938 100644 --- a/include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_CYCLEDETECTION_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp b/include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp index 12365df1c..69df8d94c 100644 --- a/include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DEPTHFIRSTSEARCH_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Dial_impl.hpp b/include/CXXGraph/Graph/Algorithm/Dial_impl.hpp index 01b227ce1..d27a51d3e 100644 --- a/include/CXXGraph/Graph/Algorithm/Dial_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Dial_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIAL_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp b/include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp index bb706cc9a..4b437ec09 100644 --- a/include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIJKSTRA_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp b/include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp index 02aebf06d..79305a5d6 100644 --- a/include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_FLOYDWARSHALL_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp b/include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp index 82efebeea..7512f0c5c 100644 --- a/include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_FORDFULKERSON_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp b/include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp index 3194f8458..0778c79ed 100644 --- a/include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_KAHN_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp b/include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp index 94ef6851f..40c162757 100644 --- a/include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_KOSARAJU_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp b/include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp index 39e69096f..710272218 100644 --- a/include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_KRUSKAL_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Prim_impl.hpp b/include/CXXGraph/Graph/Algorithm/Prim_impl.hpp index 67a7838f3..a3cd7d1f3 100644 --- a/include/CXXGraph/Graph/Algorithm/Prim_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Prim_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PRIM_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp b/include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp index ff9d20951..d692b0abf 100644 --- a/include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TARJAN_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp b/include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp index 83e293fe6..95ccaece7 100644 --- a/include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TOPOLOGICALSORT_IMPL_H__ diff --git a/include/CXXGraph/Graph/Algorithm/TransitiveReduction_impl.hpp b/include/CXXGraph/Graph/Algorithm/TransitiveReduction_impl.hpp index 942637450..417381db2 100644 --- a/include/CXXGraph/Graph/Algorithm/TransitiveReduction_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/TransitiveReduction_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TRANSITIVEREDUCTION_IMPL_H__ diff --git a/include/CXXGraph/Graph/Graph.h b/include/CXXGraph/Graph/Graph.h index dd5154369..c942f02aa 100644 --- a/include/CXXGraph/Graph/Graph.h +++ b/include/CXXGraph/Graph/Graph.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_GRAPH_H__ diff --git a/include/CXXGraph/Graph/Graph_decl.h b/include/CXXGraph/Graph/Graph_decl.h index a6c0b3f84..fb936bde7 100644 --- a/include/CXXGraph/Graph/Graph_decl.h +++ b/include/CXXGraph/Graph/Graph_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_GRAPH_DECL_H__ diff --git a/include/CXXGraph/Graph/Graph_impl.hpp b/include/CXXGraph/Graph/Graph_impl.hpp index b356c365c..6bb73b8c7 100644 --- a/include/CXXGraph/Graph/Graph_impl.hpp +++ b/include/CXXGraph/Graph/Graph_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_GRAPH_IMPL_H__ diff --git a/include/CXXGraph/Graph/IO/IOUtility_impl.hpp b/include/CXXGraph/Graph/IO/IOUtility_impl.hpp index eeb0aee78..8b0d2dd07 100644 --- a/include/CXXGraph/Graph/IO/IOUtility_impl.hpp +++ b/include/CXXGraph/Graph/IO/IOUtility_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_IOUTILITY_IMPL_H__ diff --git a/include/CXXGraph/Graph/IO/InputOperation_impl.hpp b/include/CXXGraph/Graph/IO/InputOperation_impl.hpp index 4b2db3082..13b476e7b 100644 --- a/include/CXXGraph/Graph/IO/InputOperation_impl.hpp +++ b/include/CXXGraph/Graph/IO/InputOperation_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_INPUTOPERATION_IMPL_H__ diff --git a/include/CXXGraph/Graph/IO/OutputOperation_impl.hpp b/include/CXXGraph/Graph/IO/OutputOperation_impl.hpp index dd0925150..056bc9823 100644 --- a/include/CXXGraph/Graph/IO/OutputOperation_impl.hpp +++ b/include/CXXGraph/Graph/IO/OutputOperation_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_OUTPUTOPERATION_IMPL_H__ diff --git a/include/CXXGraph/Node/Node.h b/include/CXXGraph/Node/Node.h index ec61b6856..96fa06875 100755 --- a/include/CXXGraph/Node/Node.h +++ b/include/CXXGraph/Node/Node.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_NODE_H__ diff --git a/include/CXXGraph/Node/Node_decl.h b/include/CXXGraph/Node/Node_decl.h index 0618f605e..d86508949 100644 --- a/include/CXXGraph/Node/Node_decl.h +++ b/include/CXXGraph/Node/Node_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_NODE_DECL_H__ diff --git a/include/CXXGraph/Node/Node_impl.hpp b/include/CXXGraph/Node/Node_impl.hpp index eb6905c2c..792cabdf8 100644 --- a/include/CXXGraph/Node/Node_impl.hpp +++ b/include/CXXGraph/Node/Node_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_NODE_IMPL_H__ diff --git a/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp b/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp index 93926b3f2..1cb2ab62e 100644 --- a/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp +++ b/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_COORDINATEDPARTITIONSTATE_H__ diff --git a/include/CXXGraph/Partitioning/CoordinatedRecord.hpp b/include/CXXGraph/Partitioning/CoordinatedRecord.hpp index 43094c04f..2bf547a8b 100644 --- a/include/CXXGraph/Partitioning/CoordinatedRecord.hpp +++ b/include/CXXGraph/Partitioning/CoordinatedRecord.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_COORDINATEDRECORD_H__ diff --git a/include/CXXGraph/Partitioning/EBV.hpp b/include/CXXGraph/Partitioning/EBV.hpp index 0bbf36c22..eb6d1b012 100644 --- a/include/CXXGraph/Partitioning/EBV.hpp +++ b/include/CXXGraph/Partitioning/EBV.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_EBV_H__ diff --git a/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp b/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp index c8aa7f22e..4a9096678 100644 --- a/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp +++ b/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_EDGEBALANCEDVERTEXCUT_H__ diff --git a/include/CXXGraph/Partitioning/GreedyVertexCut.hpp b/include/CXXGraph/Partitioning/GreedyVertexCut.hpp index 679ef384d..c76dc73aa 100644 --- a/include/CXXGraph/Partitioning/GreedyVertexCut.hpp +++ b/include/CXXGraph/Partitioning/GreedyVertexCut.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_GREEDYVERTEXCUT_H__ diff --git a/include/CXXGraph/Partitioning/HDRF.hpp b/include/CXXGraph/Partitioning/HDRF.hpp index 6e7849690..cd9e6bbd7 100644 --- a/include/CXXGraph/Partitioning/HDRF.hpp +++ b/include/CXXGraph/Partitioning/HDRF.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_HDRF_H__ diff --git a/include/CXXGraph/Partitioning/Partition.hpp b/include/CXXGraph/Partitioning/Partition.hpp index 7c181e430..9e2d112c4 100644 --- a/include/CXXGraph/Partitioning/Partition.hpp +++ b/include/CXXGraph/Partitioning/Partition.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITION_H__ diff --git a/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp b/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp index 4e239d04d..c29d83cf5 100755 --- a/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp +++ b/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONALGORITHM_H__ diff --git a/include/CXXGraph/Partitioning/PartitionState.hpp b/include/CXXGraph/Partitioning/PartitionState.hpp index c674d46e7..2b7624aca 100644 --- a/include/CXXGraph/Partitioning/PartitionState.hpp +++ b/include/CXXGraph/Partitioning/PartitionState.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONSTATE_H__ diff --git a/include/CXXGraph/Partitioning/PartitionStrategy.hpp b/include/CXXGraph/Partitioning/PartitionStrategy.hpp index dcdf60634..128db59c2 100644 --- a/include/CXXGraph/Partitioning/PartitionStrategy.hpp +++ b/include/CXXGraph/Partitioning/PartitionStrategy.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONSTRATEGY_H__ diff --git a/include/CXXGraph/Partitioning/Partitioner.hpp b/include/CXXGraph/Partitioning/Partitioner.hpp index b289af79e..e94adbde8 100644 --- a/include/CXXGraph/Partitioning/Partitioner.hpp +++ b/include/CXXGraph/Partitioning/Partitioner.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONER_H__ diff --git a/include/CXXGraph/Partitioning/PartitionerThread.hpp b/include/CXXGraph/Partitioning/PartitionerThread.hpp index f2a740648..f3b09615e 100644 --- a/include/CXXGraph/Partitioning/PartitionerThread.hpp +++ b/include/CXXGraph/Partitioning/PartitionerThread.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONERTHREAD_H__ diff --git a/include/CXXGraph/Partitioning/PartitioningStats.hpp b/include/CXXGraph/Partitioning/PartitioningStats.hpp index 3f58dc001..1a6cf8c54 100755 --- a/include/CXXGraph/Partitioning/PartitioningStats.hpp +++ b/include/CXXGraph/Partitioning/PartitioningStats.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONINGSTATS_H__ diff --git a/include/CXXGraph/Partitioning/Record.hpp b/include/CXXGraph/Partitioning/Record.hpp index 3c534eb05..2117077f6 100755 --- a/include/CXXGraph/Partitioning/Record.hpp +++ b/include/CXXGraph/Partitioning/Record.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_RECORD_H__ diff --git a/include/CXXGraph/Partitioning/Utility/Globals.hpp b/include/CXXGraph/Partitioning/Utility/Globals.hpp index c079542f3..f2c55622d 100755 --- a/include/CXXGraph/Partitioning/Utility/Globals.hpp +++ b/include/CXXGraph/Partitioning/Utility/Globals.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_GLOBALS_H__ diff --git a/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp b/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp index 32c997b2d..284454f4f 100644 --- a/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp +++ b/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_WEIGHTBALANCEDLIBRA_H__ diff --git a/include/CXXGraph/Utility/ConstString.hpp b/include/CXXGraph/Utility/ConstString.hpp index e6f53a829..f1edf7d27 100755 --- a/include/CXXGraph/Utility/ConstString.hpp +++ b/include/CXXGraph/Utility/ConstString.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_CONSTSTRING_H__ diff --git a/include/CXXGraph/Utility/ConstValue.hpp b/include/CXXGraph/Utility/ConstValue.hpp index eac2e8974..7c20b7953 100755 --- a/include/CXXGraph/Utility/ConstValue.hpp +++ b/include/CXXGraph/Utility/ConstValue.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_CONSTVALUE_H__ diff --git a/include/CXXGraph/Utility/PointerHash.hpp b/include/CXXGraph/Utility/PointerHash.hpp index 0a8432b89..963e88227 100644 --- a/include/CXXGraph/Utility/PointerHash.hpp +++ b/include/CXXGraph/Utility/PointerHash.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_POINTER_HASH__ diff --git a/include/CXXGraph/Utility/Reader.hpp b/include/CXXGraph/Utility/Reader.hpp index 729951c18..be36a5c8b 100644 --- a/include/CXXGraph/Utility/Reader.hpp +++ b/include/CXXGraph/Utility/Reader.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_READER_H__ diff --git a/include/CXXGraph/Utility/Runnable.hpp b/include/CXXGraph/Utility/Runnable.hpp index 2db433917..6d8f8caa3 100755 --- a/include/CXXGraph/Utility/Runnable.hpp +++ b/include/CXXGraph/Utility/Runnable.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_RUNNABLE_H__ diff --git a/include/CXXGraph/Utility/ThreadSafe.hpp b/include/CXXGraph/Utility/ThreadSafe.hpp index cba59bb16..391d7e74f 100755 --- a/include/CXXGraph/Utility/ThreadSafe.hpp +++ b/include/CXXGraph/Utility/ThreadSafe.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_THREADSAFE_H__ diff --git a/include/CXXGraph/Utility/TypeTraits.hpp b/include/CXXGraph/Utility/TypeTraits.hpp index a60b86b5f..87fa05b75 100755 --- a/include/CXXGraph/Utility/TypeTraits.hpp +++ b/include/CXXGraph/Utility/TypeTraits.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TYPE_TRAITS__ diff --git a/include/CXXGraph/Utility/Typedef.hpp b/include/CXXGraph/Utility/Typedef.hpp index 3a605c134..d255184ac 100644 --- a/include/CXXGraph/Utility/Typedef.hpp +++ b/include/CXXGraph/Utility/Typedef.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TYPEDEF_H__ diff --git a/include/CXXGraph/Utility/Writer.hpp b/include/CXXGraph/Utility/Writer.hpp index a1e0ea205..1173b8c03 100755 --- a/include/CXXGraph/Utility/Writer.hpp +++ b/include/CXXGraph/Utility/Writer.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: AGPL v3.0 ***/ +/*** License: MPL v2.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_WRITER_H__