From 66197e6c6f2f130971df72b79c324a217b21ab9f Mon Sep 17 00:00:00 2001 From: SunHappyBoy Date: Wed, 13 Nov 2024 12:39:08 +0800 Subject: [PATCH 1/4] "Modify the files containing AGPL 3.0 license comments, changing the comments to reflect the MPL v2 license instead." --- 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_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 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/include/CXXGraph/Edge/DirectedEdge.h b/include/CXXGraph/Edge/DirectedEdge.h index 3ae44da60..7f65e206d 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..da7eb8e20 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..db6b3117e 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..2561bbe0c 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..38468d42a 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..cdeb63501 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..5452d4606 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..7bdbced5f 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..2419670b5 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..248a7d2c8 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..9cb4b8344 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..7e6bb5a53 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..7274154ce 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..6443ff3f3 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..775375eab 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..3c5d9de9e 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..894373617 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..825d0ae6b 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..76edf34f3 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..7c5c6f82a 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..12beb5f61 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..9c4d92d91 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..c06ea40f2 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..055df2b7d 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..26c6008e0 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..3e35466ed 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..8c916bb83 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..ae9bd79e5 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..11a787055 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..139f6325f 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..bce442b62 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..507634163 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..9378b6fc0 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..66c0216fd 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..2dc70146d 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..860643925 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..36efc6ede 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..8a2e1a379 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..41115d4ea 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..e48caf2ff 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..42e7b34af 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..85f025f1f 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..6bc0b7f72 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..e300321b4 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_impl.hpp b/include/CXXGraph/Node/Node_impl.hpp index eb6905c2c..117a388c6 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..8d05ea059 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..68b6d715a 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..a80add3c7 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..bc8f55d9f 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..70370359b 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..f61a5ecf6 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..6494e8c4d 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..062697aaa 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..164a1aed3 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..6c2360b1c 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..2676aa607 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..b7c7e6be9 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..db62cf6ea 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..0858ce4d0 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..f074975f1 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..3d252626d 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..e17b1fabd 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..1d76be9bd 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..1e0c48010 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..508c9710e 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..a540fe201 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..0fe2f6573 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..a9613524e 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..9fce68fb1 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..7502a1e97 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__ From 551fcfcb8f8447bddcb6558de113bc3427923d0e Mon Sep 17 00:00:00 2001 From: SunHappyboy <102900830+SunHappyboy@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:11:17 +0800 Subject: [PATCH 2/4] Update labeler.yml --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 19a791ff3..b9f5647f6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,7 @@ # Add 'repo' label to any root file changes repo: -- '*' +- owner:SunHappyboy + name:CXXGraph # Add 'test' label to any change to *.spec.js files within the source dir test: From 60647e866d36b9c3b757e7449a1d77f5650000e3 Mon Sep 17 00:00:00 2001 From: SunHappyboy <102900830+SunHappyboy@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:14:34 +0800 Subject: [PATCH 3/4] Update labeler.yml --- .github/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b9f5647f6..b70531c41 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,7 +2,9 @@ repo: - owner:SunHappyboy name:CXXGraph - +labels: + -name:bug + color:ffb4b4 # Add 'test' label to any change to *.spec.js files within the source dir test: - test/** From 0ee647e638f6c16993bb8f5c9e87af86e7eebbc4 Mon Sep 17 00:00:00 2001 From: shyisme Date: Thu, 14 Nov 2024 15:00:30 +0800 Subject: [PATCH 4/4] Revert ""Modify the files containing AGPL 3.0 license comments, changing the comments to reflect the MPL v2 license instead."" This reverts commit 66197e6c6f2f130971df72b79c324a217b21ab9f. --- 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_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 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/include/CXXGraph/Edge/DirectedEdge.h b/include/CXXGraph/Edge/DirectedEdge.h index 7f65e206d..3ae44da60 100755 --- a/include/CXXGraph/Edge/DirectedEdge.h +++ b/include/CXXGraph/Edge/DirectedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDEDGE_H__ diff --git a/include/CXXGraph/Edge/DirectedEdge_decl.h b/include/CXXGraph/Edge/DirectedEdge_decl.h index da7eb8e20..12329ac3a 100644 --- a/include/CXXGraph/Edge/DirectedEdge_decl.h +++ b/include/CXXGraph/Edge/DirectedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDEDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/DirectedEdge_impl.hpp b/include/CXXGraph/Edge/DirectedEdge_impl.hpp index db6b3117e..1ac736044 100644 --- a/include/CXXGraph/Edge/DirectedEdge_impl.hpp +++ b/include/CXXGraph/Edge/DirectedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_DIRECTEDEDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/DirectedWeightedEdge.h b/include/CXXGraph/Edge/DirectedWeightedEdge.h index 2561bbe0c..e5dd687c3 100755 --- a/include/CXXGraph/Edge/DirectedWeightedEdge.h +++ b/include/CXXGraph/Edge/DirectedWeightedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 38468d42a..3a08ff063 100644 --- a/include/CXXGraph/Edge/DirectedWeightedEdge_decl.h +++ b/include/CXXGraph/Edge/DirectedWeightedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 cdeb63501..723ebd49c 100644 --- a/include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp +++ b/include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 5452d4606..377886a39 100755 --- a/include/CXXGraph/Edge/Edge.h +++ b/include/CXXGraph/Edge/Edge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_EDGE_H__ diff --git a/include/CXXGraph/Edge/Edge_decl.h b/include/CXXGraph/Edge/Edge_decl.h index 7bdbced5f..00f469903 100644 --- a/include/CXXGraph/Edge/Edge_decl.h +++ b/include/CXXGraph/Edge/Edge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_EDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/Edge_impl.hpp b/include/CXXGraph/Edge/Edge_impl.hpp index 2419670b5..529fc4611 100644 --- a/include/CXXGraph/Edge/Edge_impl.hpp +++ b/include/CXXGraph/Edge/Edge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_EDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/UndirectedEdge.h b/include/CXXGraph/Edge/UndirectedEdge.h index 248a7d2c8..6d15b7f22 100755 --- a/include/CXXGraph/Edge/UndirectedEdge.h +++ b/include/CXXGraph/Edge/UndirectedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDEDGE_H__ diff --git a/include/CXXGraph/Edge/UndirectedEdge_decl.h b/include/CXXGraph/Edge/UndirectedEdge_decl.h index 9cb4b8344..013d832eb 100644 --- a/include/CXXGraph/Edge/UndirectedEdge_decl.h +++ b/include/CXXGraph/Edge/UndirectedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDEDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/UndirectedEdge_impl.hpp b/include/CXXGraph/Edge/UndirectedEdge_impl.hpp index 7e6bb5a53..29510ab07 100644 --- a/include/CXXGraph/Edge/UndirectedEdge_impl.hpp +++ b/include/CXXGraph/Edge/UndirectedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDEDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/UndirectedWeightedEdge.h b/include/CXXGraph/Edge/UndirectedWeightedEdge.h index 7274154ce..7f7e28cca 100755 --- a/include/CXXGraph/Edge/UndirectedWeightedEdge.h +++ b/include/CXXGraph/Edge/UndirectedWeightedEdge.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_H__ diff --git a/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h b/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h index 6443ff3f3..b0d0b9565 100644 --- a/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h +++ b/include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_DECL_H__ diff --git a/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp b/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp index 775375eab..61f331eb8 100644 --- a/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp +++ b/include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_IMPL_H__ diff --git a/include/CXXGraph/Edge/Weighted.h b/include/CXXGraph/Edge/Weighted.h index 3c5d9de9e..c657e5051 100755 --- a/include/CXXGraph/Edge/Weighted.h +++ b/include/CXXGraph/Edge/Weighted.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_WEIGHTED_H__ diff --git a/include/CXXGraph/Edge/Weighted_decl.h b/include/CXXGraph/Edge/Weighted_decl.h index 894373617..5b16a1aa1 100644 --- a/include/CXXGraph/Edge/Weighted_decl.h +++ b/include/CXXGraph/Edge/Weighted_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_WEIGHTED_DECL_H__ diff --git a/include/CXXGraph/Edge/Weighted_impl.hpp b/include/CXXGraph/Edge/Weighted_impl.hpp index 825d0ae6b..327d88710 100644 --- a/include/CXXGraph/Edge/Weighted_impl.hpp +++ b/include/CXXGraph/Edge/Weighted_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 76edf34f3..b87266c44 100644 --- a/include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 7c5c6f82a..873a63335 100644 --- a/include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 12beb5f61..64b7a85a9 100644 --- a/include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 9c4d92d91..0002627f7 100644 --- a/include/CXXGraph/Graph/Algorithm/BreadthFirstSearch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BreadthFirstSearch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 c06ea40f2..95cf617f7 100644 --- a/include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 055df2b7d..47cd7c58b 100644 --- a/include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 26c6008e0..ed043c99d 100644 --- a/include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 3e35466ed..12365df1c 100644 --- a/include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 8c916bb83..01b227ce1 100644 --- a/include/CXXGraph/Graph/Algorithm/Dial_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Dial_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 ae9bd79e5..bb706cc9a 100644 --- a/include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 11a787055..02aebf06d 100644 --- a/include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 139f6325f..82efebeea 100644 --- a/include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 bce442b62..3194f8458 100644 --- a/include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 507634163..94ef6851f 100644 --- a/include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 9378b6fc0..39e69096f 100644 --- a/include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 66c0216fd..67a7838f3 100644 --- a/include/CXXGraph/Graph/Algorithm/Prim_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Prim_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 2dc70146d..ff9d20951 100644 --- a/include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 860643925..83e293fe6 100644 --- a/include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 36efc6ede..942637450 100644 --- a/include/CXXGraph/Graph/Algorithm/TransitiveReduction_impl.hpp +++ b/include/CXXGraph/Graph/Algorithm/TransitiveReduction_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TRANSITIVEREDUCTION_IMPL_H__ diff --git a/include/CXXGraph/Graph/Graph.h b/include/CXXGraph/Graph/Graph.h index 8a2e1a379..dd5154369 100644 --- a/include/CXXGraph/Graph/Graph.h +++ b/include/CXXGraph/Graph/Graph.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_GRAPH_H__ diff --git a/include/CXXGraph/Graph/Graph_decl.h b/include/CXXGraph/Graph/Graph_decl.h index 41115d4ea..a6c0b3f84 100644 --- a/include/CXXGraph/Graph/Graph_decl.h +++ b/include/CXXGraph/Graph/Graph_decl.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_GRAPH_DECL_H__ diff --git a/include/CXXGraph/Graph/Graph_impl.hpp b/include/CXXGraph/Graph/Graph_impl.hpp index e48caf2ff..b356c365c 100644 --- a/include/CXXGraph/Graph/Graph_impl.hpp +++ b/include/CXXGraph/Graph/Graph_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 42e7b34af..eeb0aee78 100644 --- a/include/CXXGraph/Graph/IO/IOUtility_impl.hpp +++ b/include/CXXGraph/Graph/IO/IOUtility_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 85f025f1f..4b2db3082 100644 --- a/include/CXXGraph/Graph/IO/InputOperation_impl.hpp +++ b/include/CXXGraph/Graph/IO/InputOperation_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.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 6bc0b7f72..dd0925150 100644 --- a/include/CXXGraph/Graph/IO/OutputOperation_impl.hpp +++ b/include/CXXGraph/Graph/IO/OutputOperation_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_OUTPUTOPERATION_IMPL_H__ diff --git a/include/CXXGraph/Node/Node.h b/include/CXXGraph/Node/Node.h index e300321b4..ec61b6856 100755 --- a/include/CXXGraph/Node/Node.h +++ b/include/CXXGraph/Node/Node.h @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_NODE_H__ diff --git a/include/CXXGraph/Node/Node_impl.hpp b/include/CXXGraph/Node/Node_impl.hpp index 117a388c6..eb6905c2c 100644 --- a/include/CXXGraph/Node/Node_impl.hpp +++ b/include/CXXGraph/Node/Node_impl.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_NODE_IMPL_H__ diff --git a/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp b/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp index 8d05ea059..93926b3f2 100644 --- a/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp +++ b/include/CXXGraph/Partitioning/CoordinatedPartitionState.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_COORDINATEDPARTITIONSTATE_H__ diff --git a/include/CXXGraph/Partitioning/CoordinatedRecord.hpp b/include/CXXGraph/Partitioning/CoordinatedRecord.hpp index 68b6d715a..43094c04f 100644 --- a/include/CXXGraph/Partitioning/CoordinatedRecord.hpp +++ b/include/CXXGraph/Partitioning/CoordinatedRecord.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_COORDINATEDRECORD_H__ diff --git a/include/CXXGraph/Partitioning/EBV.hpp b/include/CXXGraph/Partitioning/EBV.hpp index a80add3c7..0bbf36c22 100644 --- a/include/CXXGraph/Partitioning/EBV.hpp +++ b/include/CXXGraph/Partitioning/EBV.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_EBV_H__ diff --git a/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp b/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp index bc8f55d9f..c8aa7f22e 100644 --- a/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp +++ b/include/CXXGraph/Partitioning/EdgeBalancedVertexCut.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_EDGEBALANCEDVERTEXCUT_H__ diff --git a/include/CXXGraph/Partitioning/GreedyVertexCut.hpp b/include/CXXGraph/Partitioning/GreedyVertexCut.hpp index 70370359b..679ef384d 100644 --- a/include/CXXGraph/Partitioning/GreedyVertexCut.hpp +++ b/include/CXXGraph/Partitioning/GreedyVertexCut.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_GREEDYVERTEXCUT_H__ diff --git a/include/CXXGraph/Partitioning/HDRF.hpp b/include/CXXGraph/Partitioning/HDRF.hpp index f61a5ecf6..6e7849690 100644 --- a/include/CXXGraph/Partitioning/HDRF.hpp +++ b/include/CXXGraph/Partitioning/HDRF.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_HDRF_H__ diff --git a/include/CXXGraph/Partitioning/Partition.hpp b/include/CXXGraph/Partitioning/Partition.hpp index 6494e8c4d..7c181e430 100644 --- a/include/CXXGraph/Partitioning/Partition.hpp +++ b/include/CXXGraph/Partitioning/Partition.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITION_H__ diff --git a/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp b/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp index 062697aaa..4e239d04d 100755 --- a/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp +++ b/include/CXXGraph/Partitioning/PartitionAlgorithm.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONALGORITHM_H__ diff --git a/include/CXXGraph/Partitioning/PartitionState.hpp b/include/CXXGraph/Partitioning/PartitionState.hpp index 164a1aed3..c674d46e7 100644 --- a/include/CXXGraph/Partitioning/PartitionState.hpp +++ b/include/CXXGraph/Partitioning/PartitionState.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONSTATE_H__ diff --git a/include/CXXGraph/Partitioning/PartitionStrategy.hpp b/include/CXXGraph/Partitioning/PartitionStrategy.hpp index 6c2360b1c..dcdf60634 100644 --- a/include/CXXGraph/Partitioning/PartitionStrategy.hpp +++ b/include/CXXGraph/Partitioning/PartitionStrategy.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONSTRATEGY_H__ diff --git a/include/CXXGraph/Partitioning/Partitioner.hpp b/include/CXXGraph/Partitioning/Partitioner.hpp index 2676aa607..b289af79e 100644 --- a/include/CXXGraph/Partitioning/Partitioner.hpp +++ b/include/CXXGraph/Partitioning/Partitioner.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONER_H__ diff --git a/include/CXXGraph/Partitioning/PartitionerThread.hpp b/include/CXXGraph/Partitioning/PartitionerThread.hpp index b7c7e6be9..f2a740648 100644 --- a/include/CXXGraph/Partitioning/PartitionerThread.hpp +++ b/include/CXXGraph/Partitioning/PartitionerThread.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_PARTITIONERTHREAD_H__ diff --git a/include/CXXGraph/Partitioning/PartitioningStats.hpp b/include/CXXGraph/Partitioning/PartitioningStats.hpp index db62cf6ea..3f58dc001 100755 --- a/include/CXXGraph/Partitioning/PartitioningStats.hpp +++ b/include/CXXGraph/Partitioning/PartitioningStats.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONINGSTATS_H__ diff --git a/include/CXXGraph/Partitioning/Record.hpp b/include/CXXGraph/Partitioning/Record.hpp index 0858ce4d0..3c534eb05 100755 --- a/include/CXXGraph/Partitioning/Record.hpp +++ b/include/CXXGraph/Partitioning/Record.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_RECORD_H__ diff --git a/include/CXXGraph/Partitioning/Utility/Globals.hpp b/include/CXXGraph/Partitioning/Utility/Globals.hpp index f074975f1..c079542f3 100755 --- a/include/CXXGraph/Partitioning/Utility/Globals.hpp +++ b/include/CXXGraph/Partitioning/Utility/Globals.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_GLOBALS_H__ diff --git a/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp b/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp index 3d252626d..32c997b2d 100644 --- a/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp +++ b/include/CXXGraph/Partitioning/WeightBalancedLibra.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_PARTITIONING_WEIGHTBALANCEDLIBRA_H__ diff --git a/include/CXXGraph/Utility/ConstString.hpp b/include/CXXGraph/Utility/ConstString.hpp index e17b1fabd..e6f53a829 100755 --- a/include/CXXGraph/Utility/ConstString.hpp +++ b/include/CXXGraph/Utility/ConstString.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_CONSTSTRING_H__ diff --git a/include/CXXGraph/Utility/ConstValue.hpp b/include/CXXGraph/Utility/ConstValue.hpp index 1d76be9bd..eac2e8974 100755 --- a/include/CXXGraph/Utility/ConstValue.hpp +++ b/include/CXXGraph/Utility/ConstValue.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_CONSTVALUE_H__ diff --git a/include/CXXGraph/Utility/PointerHash.hpp b/include/CXXGraph/Utility/PointerHash.hpp index 1e0c48010..0a8432b89 100644 --- a/include/CXXGraph/Utility/PointerHash.hpp +++ b/include/CXXGraph/Utility/PointerHash.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_POINTER_HASH__ diff --git a/include/CXXGraph/Utility/Reader.hpp b/include/CXXGraph/Utility/Reader.hpp index 508c9710e..729951c18 100644 --- a/include/CXXGraph/Utility/Reader.hpp +++ b/include/CXXGraph/Utility/Reader.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_READER_H__ diff --git a/include/CXXGraph/Utility/Runnable.hpp b/include/CXXGraph/Utility/Runnable.hpp index a540fe201..2db433917 100755 --- a/include/CXXGraph/Utility/Runnable.hpp +++ b/include/CXXGraph/Utility/Runnable.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_RUNNABLE_H__ diff --git a/include/CXXGraph/Utility/ThreadSafe.hpp b/include/CXXGraph/Utility/ThreadSafe.hpp index 0fe2f6573..cba59bb16 100755 --- a/include/CXXGraph/Utility/ThreadSafe.hpp +++ b/include/CXXGraph/Utility/ThreadSafe.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_THREADSAFE_H__ diff --git a/include/CXXGraph/Utility/TypeTraits.hpp b/include/CXXGraph/Utility/TypeTraits.hpp index a9613524e..a60b86b5f 100755 --- a/include/CXXGraph/Utility/TypeTraits.hpp +++ b/include/CXXGraph/Utility/TypeTraits.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TYPE_TRAITS__ diff --git a/include/CXXGraph/Utility/Typedef.hpp b/include/CXXGraph/Utility/Typedef.hpp index 9fce68fb1..3a605c134 100644 --- a/include/CXXGraph/Utility/Typedef.hpp +++ b/include/CXXGraph/Utility/Typedef.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_TYPEDEF_H__ diff --git a/include/CXXGraph/Utility/Writer.hpp b/include/CXXGraph/Utility/Writer.hpp index 7502a1e97..a1e0ea205 100755 --- a/include/CXXGraph/Utility/Writer.hpp +++ b/include/CXXGraph/Utility/Writer.hpp @@ -14,7 +14,7 @@ /***********************************************************/ /*** Collaboration: ----------- ***/ /***********************************************************/ -/*** License: MPL v2.0***/ +/*** License: AGPL v3.0 ***/ /***********************************************************/ #ifndef __CXXGRAPH_WRITER_H__