diff --git a/COPYING b/COPYING index cc1b6bae..de0634b9 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,5 @@ -Copyright 2006 - 2011 +Copyright 2006 - 2012 + Stefan Balev Julien Baudry Antoine Dutot Yoann Pigné diff --git a/src-test/org/graphstream/algorithm/measure/test/TestSimultaneousElementCount.java b/src-test/org/graphstream/algorithm/measure/test/TestSimultaneousElementCount.java index 37019080..621ce40f 100644 --- a/src-test/org/graphstream/algorithm/measure/test/TestSimultaneousElementCount.java +++ b/src-test/org/graphstream/algorithm/measure/test/TestSimultaneousElementCount.java @@ -1,12 +1,11 @@ /* - * Copyright 2006 - 2011 - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src-test/org/graphstream/algorithm/networksimplex/test/TestDynamicOneToAllShortestPath.java b/src-test/org/graphstream/algorithm/networksimplex/test/TestDynamicOneToAllShortestPath.java index 4638c5ff..7da6d2c1 100644 --- a/src-test/org/graphstream/algorithm/networksimplex/test/TestDynamicOneToAllShortestPath.java +++ b/src-test/org/graphstream/algorithm/networksimplex/test/TestDynamicOneToAllShortestPath.java @@ -1,3 +1,32 @@ +/* + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * + * GraphStream is a library whose purpose is to handle static or dynamic + * graph, create them from scratch, file or any source and display them. + * + * This program is free software distributed under the terms of two licenses, the + * CeCILL-C license that fits European law, and the GNU Lesser General Public + * License. You can use, modify and/ or redistribute the software under the terms + * of the CeCILL-C license as circulated by CEA, CNRS and INRIA at the following + * URL or under the terms of the GNU LGPL as published by + * the Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C and LGPL licenses and that you accept their terms. + */ package org.graphstream.algorithm.networksimplex.test; import static org.junit.Assert.assertEquals; diff --git a/src-test/org/graphstream/algorithm/networksimplex/test/TestNetworkSimplex.java b/src-test/org/graphstream/algorithm/networksimplex/test/TestNetworkSimplex.java index 99ddf457..c5320ac9 100644 --- a/src-test/org/graphstream/algorithm/networksimplex/test/TestNetworkSimplex.java +++ b/src-test/org/graphstream/algorithm/networksimplex/test/TestNetworkSimplex.java @@ -1,3 +1,32 @@ +/* + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * + * GraphStream is a library whose purpose is to handle static or dynamic + * graph, create them from scratch, file or any source and display them. + * + * This program is free software distributed under the terms of two licenses, the + * CeCILL-C license that fits European law, and the GNU Lesser General Public + * License. You can use, modify and/ or redistribute the software under the terms + * of the CeCILL-C license as circulated by CEA, CNRS and INRIA at the following + * URL or under the terms of the GNU LGPL as published by + * the Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C and LGPL licenses and that you accept their terms. + */ package org.graphstream.algorithm.networksimplex.test; import static org.junit.Assert.*; diff --git a/src-test/org/graphstream/algorithm/test/TestAPSP.java b/src-test/org/graphstream/algorithm/test/TestAPSP.java index 3d06971e..731513a1 100644 --- a/src-test/org/graphstream/algorithm/test/TestAPSP.java +++ b/src-test/org/graphstream/algorithm/test/TestAPSP.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src-test/org/graphstream/algorithm/test/TestAStar.java b/src-test/org/graphstream/algorithm/test/TestAStar.java index cb92ef60..ee0a6f9e 100644 --- a/src-test/org/graphstream/algorithm/test/TestAStar.java +++ b/src-test/org/graphstream/algorithm/test/TestAStar.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src-test/org/graphstream/algorithm/test/TestBetweenessCentrality.java b/src-test/org/graphstream/algorithm/test/TestBetweenessCentrality.java index dbbc0866..d25eb5cc 100644 --- a/src-test/org/graphstream/algorithm/test/TestBetweenessCentrality.java +++ b/src-test/org/graphstream/algorithm/test/TestBetweenessCentrality.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src-test/org/graphstream/algorithm/test/TestDijkstra.java b/src-test/org/graphstream/algorithm/test/TestDijkstra.java index 6f3281fd..82ccaae3 100644 --- a/src-test/org/graphstream/algorithm/test/TestDijkstra.java +++ b/src-test/org/graphstream/algorithm/test/TestDijkstra.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src-test/org/graphstream/algorithm/test/TestGenerator.java b/src-test/org/graphstream/algorithm/test/TestGenerator.java index c258a81e..14334e10 100644 --- a/src-test/org/graphstream/algorithm/test/TestGenerator.java +++ b/src-test/org/graphstream/algorithm/test/TestGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src-test/org/graphstream/algorithm/test/TestToolkit.java b/src-test/org/graphstream/algorithm/test/TestToolkit.java index a5fd24e6..db8d159e 100644 --- a/src-test/org/graphstream/algorithm/test/TestToolkit.java +++ b/src-test/org/graphstream/algorithm/test/TestToolkit.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/APSP.java b/src/org/graphstream/algorithm/APSP.java index 0081075b..020233a7 100644 --- a/src/org/graphstream/algorithm/APSP.java +++ b/src/org/graphstream/algorithm/APSP.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/AStar.java b/src/org/graphstream/algorithm/AStar.java index 1464541a..e94bf967 100644 --- a/src/org/graphstream/algorithm/AStar.java +++ b/src/org/graphstream/algorithm/AStar.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/AbstractSpanningTree.java b/src/org/graphstream/algorithm/AbstractSpanningTree.java index e589c06a..c62bbea6 100644 --- a/src/org/graphstream/algorithm/AbstractSpanningTree.java +++ b/src/org/graphstream/algorithm/AbstractSpanningTree.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Algorithm.java b/src/org/graphstream/algorithm/Algorithm.java index 3464cdf3..8f263318 100644 --- a/src/org/graphstream/algorithm/Algorithm.java +++ b/src/org/graphstream/algorithm/Algorithm.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/BellmanFord.java b/src/org/graphstream/algorithm/BellmanFord.java index da9d87ef..cc97dbdb 100644 --- a/src/org/graphstream/algorithm/BellmanFord.java +++ b/src/org/graphstream/algorithm/BellmanFord.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/BetweennessCentrality.java b/src/org/graphstream/algorithm/BetweennessCentrality.java index 5b8344f8..cac3a906 100644 --- a/src/org/graphstream/algorithm/BetweennessCentrality.java +++ b/src/org/graphstream/algorithm/BetweennessCentrality.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Centroid.java b/src/org/graphstream/algorithm/Centroid.java index 64aaa450..b005edc4 100644 --- a/src/org/graphstream/algorithm/Centroid.java +++ b/src/org/graphstream/algorithm/Centroid.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/ConnectedComponents.java b/src/org/graphstream/algorithm/ConnectedComponents.java index 066bfcec..97fc5919 100644 --- a/src/org/graphstream/algorithm/ConnectedComponents.java +++ b/src/org/graphstream/algorithm/ConnectedComponents.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/DStar.java b/src/org/graphstream/algorithm/DStar.java index a4bd5a8a..c3b4a7bb 100644 --- a/src/org/graphstream/algorithm/DStar.java +++ b/src/org/graphstream/algorithm/DStar.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/DefineParameter.java b/src/org/graphstream/algorithm/DefineParameter.java index ae403a27..9653c4b9 100644 --- a/src/org/graphstream/algorithm/DefineParameter.java +++ b/src/org/graphstream/algorithm/DefineParameter.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Dijkstra.java b/src/org/graphstream/algorithm/Dijkstra.java index 499a6848..cab457d6 100644 --- a/src/org/graphstream/algorithm/Dijkstra.java +++ b/src/org/graphstream/algorithm/Dijkstra.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/DynamicAlgorithm.java b/src/org/graphstream/algorithm/DynamicAlgorithm.java index 111d1cb5..4dff341e 100644 --- a/src/org/graphstream/algorithm/DynamicAlgorithm.java +++ b/src/org/graphstream/algorithm/DynamicAlgorithm.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Eccentricity.java b/src/org/graphstream/algorithm/Eccentricity.java index 5c332155..34dbf065 100644 --- a/src/org/graphstream/algorithm/Eccentricity.java +++ b/src/org/graphstream/algorithm/Eccentricity.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/FibonacciHeap.java b/src/org/graphstream/algorithm/FibonacciHeap.java index 219e9243..f58f4754 100644 --- a/src/org/graphstream/algorithm/FibonacciHeap.java +++ b/src/org/graphstream/algorithm/FibonacciHeap.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/FixedArrayList.java b/src/org/graphstream/algorithm/FixedArrayList.java index e76dc159..25412af7 100644 --- a/src/org/graphstream/algorithm/FixedArrayList.java +++ b/src/org/graphstream/algorithm/FixedArrayList.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/InvalidParameterException.java b/src/org/graphstream/algorithm/InvalidParameterException.java index 0cce97db..51b5796c 100644 --- a/src/org/graphstream/algorithm/InvalidParameterException.java +++ b/src/org/graphstream/algorithm/InvalidParameterException.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Kruskal.java b/src/org/graphstream/algorithm/Kruskal.java index c931e906..743a07ea 100644 --- a/src/org/graphstream/algorithm/Kruskal.java +++ b/src/org/graphstream/algorithm/Kruskal.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/MissingParameterException.java b/src/org/graphstream/algorithm/MissingParameterException.java index 6c1793dd..3ef2d80f 100644 --- a/src/org/graphstream/algorithm/MissingParameterException.java +++ b/src/org/graphstream/algorithm/MissingParameterException.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Parameter.java b/src/org/graphstream/algorithm/Parameter.java index 58f395ae..39148488 100644 --- a/src/org/graphstream/algorithm/Parameter.java +++ b/src/org/graphstream/algorithm/Parameter.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Prim.java b/src/org/graphstream/algorithm/Prim.java index 5c2ff67c..bc0a5705 100644 --- a/src/org/graphstream/algorithm/Prim.java +++ b/src/org/graphstream/algorithm/Prim.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/TarjanStronglyConnectedComponents.java b/src/org/graphstream/algorithm/TarjanStronglyConnectedComponents.java index 49774559..0c4427fa 100644 --- a/src/org/graphstream/algorithm/TarjanStronglyConnectedComponents.java +++ b/src/org/graphstream/algorithm/TarjanStronglyConnectedComponents.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/Toolkit.java b/src/org/graphstream/algorithm/Toolkit.java index 6d9e6fb9..19d12baa 100644 --- a/src/org/graphstream/algorithm/Toolkit.java +++ b/src/org/graphstream/algorithm/Toolkit.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/coloring/WelshPowell.java b/src/org/graphstream/algorithm/coloring/WelshPowell.java index 02ce4d3e..8593b8e1 100644 --- a/src/org/graphstream/algorithm/coloring/WelshPowell.java +++ b/src/org/graphstream/algorithm/coloring/WelshPowell.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/coloring/package-info.java b/src/org/graphstream/algorithm/coloring/package-info.java index 7c75fb64..ad50e37a 100644 --- a/src/org/graphstream/algorithm/coloring/package-info.java +++ b/src/org/graphstream/algorithm/coloring/package-info.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/community/Community.java b/src/org/graphstream/algorithm/community/Community.java index 477801ba..c433d222 100644 --- a/src/org/graphstream/algorithm/community/Community.java +++ b/src/org/graphstream/algorithm/community/Community.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/community/DecentralizedCommunityAlgorithm.java b/src/org/graphstream/algorithm/community/DecentralizedCommunityAlgorithm.java index f830f1f4..6695fe04 100644 --- a/src/org/graphstream/algorithm/community/DecentralizedCommunityAlgorithm.java +++ b/src/org/graphstream/algorithm/community/DecentralizedCommunityAlgorithm.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/community/EpidemicCommunityAlgorithm.java b/src/org/graphstream/algorithm/community/EpidemicCommunityAlgorithm.java index bcfe8047..027262d1 100644 --- a/src/org/graphstream/algorithm/community/EpidemicCommunityAlgorithm.java +++ b/src/org/graphstream/algorithm/community/EpidemicCommunityAlgorithm.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/community/Leung.java b/src/org/graphstream/algorithm/community/Leung.java index 78e199b5..f2df7be7 100644 --- a/src/org/graphstream/algorithm/community/Leung.java +++ b/src/org/graphstream/algorithm/community/Leung.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/community/SyncEpidemicCommunityAlgorithm.java b/src/org/graphstream/algorithm/community/SyncEpidemicCommunityAlgorithm.java index 55eb432b..a6801874 100644 --- a/src/org/graphstream/algorithm/community/SyncEpidemicCommunityAlgorithm.java +++ b/src/org/graphstream/algorithm/community/SyncEpidemicCommunityAlgorithm.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/community/package-info.java b/src/org/graphstream/algorithm/community/package-info.java index 0627c2b9..e52c366d 100644 --- a/src/org/graphstream/algorithm/community/package-info.java +++ b/src/org/graphstream/algorithm/community/package-info.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/BananaTreeGenerator.java b/src/org/graphstream/algorithm/generator/BananaTreeGenerator.java index 67b5a8e1..e5670efb 100644 --- a/src/org/graphstream/algorithm/generator/BananaTreeGenerator.java +++ b/src/org/graphstream/algorithm/generator/BananaTreeGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/BarabasiAlbertGenerator.java b/src/org/graphstream/algorithm/generator/BarabasiAlbertGenerator.java index 91a9c9ef..e1b5c60c 100644 --- a/src/org/graphstream/algorithm/generator/BarabasiAlbertGenerator.java +++ b/src/org/graphstream/algorithm/generator/BarabasiAlbertGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/BaseGenerator.java b/src/org/graphstream/algorithm/generator/BaseGenerator.java index 61b6176e..1dd024f6 100644 --- a/src/org/graphstream/algorithm/generator/BaseGenerator.java +++ b/src/org/graphstream/algorithm/generator/BaseGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/ChvatalGenerator.java b/src/org/graphstream/algorithm/generator/ChvatalGenerator.java index af066faa..5c7fe28d 100644 --- a/src/org/graphstream/algorithm/generator/ChvatalGenerator.java +++ b/src/org/graphstream/algorithm/generator/ChvatalGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/DorogovtsevMendesGenerator.java b/src/org/graphstream/algorithm/generator/DorogovtsevMendesGenerator.java index 70a66e7f..1b849e8e 100644 --- a/src/org/graphstream/algorithm/generator/DorogovtsevMendesGenerator.java +++ b/src/org/graphstream/algorithm/generator/DorogovtsevMendesGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/FlowerSnarkGenerator.java b/src/org/graphstream/algorithm/generator/FlowerSnarkGenerator.java index c56623ea..8b99a0c9 100644 --- a/src/org/graphstream/algorithm/generator/FlowerSnarkGenerator.java +++ b/src/org/graphstream/algorithm/generator/FlowerSnarkGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/FullGenerator.java b/src/org/graphstream/algorithm/generator/FullGenerator.java index eca296ee..037ca568 100644 --- a/src/org/graphstream/algorithm/generator/FullGenerator.java +++ b/src/org/graphstream/algorithm/generator/FullGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/Generator.java b/src/org/graphstream/algorithm/generator/Generator.java index 77ea1a1e..32afca61 100644 --- a/src/org/graphstream/algorithm/generator/Generator.java +++ b/src/org/graphstream/algorithm/generator/Generator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/GridGenerator.java b/src/org/graphstream/algorithm/generator/GridGenerator.java index f0d8808a..a47753ca 100644 --- a/src/org/graphstream/algorithm/generator/GridGenerator.java +++ b/src/org/graphstream/algorithm/generator/GridGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/IncompleteGridGenerator.java b/src/org/graphstream/algorithm/generator/IncompleteGridGenerator.java index 73cee8eb..53dfc877 100644 --- a/src/org/graphstream/algorithm/generator/IncompleteGridGenerator.java +++ b/src/org/graphstream/algorithm/generator/IncompleteGridGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/LCFGenerator.java b/src/org/graphstream/algorithm/generator/LCFGenerator.java index eaaf5a0c..71a29b05 100644 --- a/src/org/graphstream/algorithm/generator/LCFGenerator.java +++ b/src/org/graphstream/algorithm/generator/LCFGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/LobsterGenerator.java b/src/org/graphstream/algorithm/generator/LobsterGenerator.java index 57d8152c..5ffd2242 100644 --- a/src/org/graphstream/algorithm/generator/LobsterGenerator.java +++ b/src/org/graphstream/algorithm/generator/LobsterGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/PetersenGraphGenerator.java b/src/org/graphstream/algorithm/generator/PetersenGraphGenerator.java index ac14da88..21a3c4de 100644 --- a/src/org/graphstream/algorithm/generator/PetersenGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/PetersenGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/PointsOfInterestGenerator.java b/src/org/graphstream/algorithm/generator/PointsOfInterestGenerator.java index 3a8dd74b..3e50b7bc 100644 --- a/src/org/graphstream/algorithm/generator/PointsOfInterestGenerator.java +++ b/src/org/graphstream/algorithm/generator/PointsOfInterestGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/PreferentialAttachmentGenerator.java b/src/org/graphstream/algorithm/generator/PreferentialAttachmentGenerator.java index c6186358..c5f8213d 100644 --- a/src/org/graphstream/algorithm/generator/PreferentialAttachmentGenerator.java +++ b/src/org/graphstream/algorithm/generator/PreferentialAttachmentGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/RandomEuclideanGenerator.java b/src/org/graphstream/algorithm/generator/RandomEuclideanGenerator.java index b9763f69..1eea0bbe 100644 --- a/src/org/graphstream/algorithm/generator/RandomEuclideanGenerator.java +++ b/src/org/graphstream/algorithm/generator/RandomEuclideanGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/RandomFixedDegreeDynamicGraphGenerator.java b/src/org/graphstream/algorithm/generator/RandomFixedDegreeDynamicGraphGenerator.java index 7f934d8f..8c8cb30a 100644 --- a/src/org/graphstream/algorithm/generator/RandomFixedDegreeDynamicGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/RandomFixedDegreeDynamicGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/RandomGenerator.java b/src/org/graphstream/algorithm/generator/RandomGenerator.java index ce14c1da..86d575a7 100644 --- a/src/org/graphstream/algorithm/generator/RandomGenerator.java +++ b/src/org/graphstream/algorithm/generator/RandomGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/URLGenerator.java b/src/org/graphstream/algorithm/generator/URLGenerator.java index 771eecd7..15306f35 100644 --- a/src/org/graphstream/algorithm/generator/URLGenerator.java +++ b/src/org/graphstream/algorithm/generator/URLGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/WattsStrogatzGenerator.java b/src/org/graphstream/algorithm/generator/WattsStrogatzGenerator.java index 276fc9b8..5f6a81d3 100644 --- a/src/org/graphstream/algorithm/generator/WattsStrogatzGenerator.java +++ b/src/org/graphstream/algorithm/generator/WattsStrogatzGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/Balaban10CageGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/Balaban10CageGraphGenerator.java index 76e758e8..ef666e80 100644 --- a/src/org/graphstream/algorithm/generator/lcf/Balaban10CageGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/Balaban10CageGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/Balaban11CageGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/Balaban11CageGraphGenerator.java index fd9de30f..f0c1d8f9 100644 --- a/src/org/graphstream/algorithm/generator/lcf/Balaban11CageGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/Balaban11CageGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/BidiakisCubeGenerator.java b/src/org/graphstream/algorithm/generator/lcf/BidiakisCubeGenerator.java index e04f41c5..dce19aad 100644 --- a/src/org/graphstream/algorithm/generator/lcf/BidiakisCubeGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/BidiakisCubeGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/BiggsSmithGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/BiggsSmithGraphGenerator.java index 551cba32..b91d39d6 100644 --- a/src/org/graphstream/algorithm/generator/lcf/BiggsSmithGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/BiggsSmithGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/CubicalGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/CubicalGraphGenerator.java index 5d8cb5de..0cf68e9d 100644 --- a/src/org/graphstream/algorithm/generator/lcf/CubicalGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/CubicalGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/DesarguesGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/DesarguesGraphGenerator.java index bf70dbc6..fa194419 100644 --- a/src/org/graphstream/algorithm/generator/lcf/DesarguesGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/DesarguesGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/DodecahedralGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/DodecahedralGraphGenerator.java index 723e36ae..12a0a0a0 100644 --- a/src/org/graphstream/algorithm/generator/lcf/DodecahedralGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/DodecahedralGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/DyckGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/DyckGraphGenerator.java index ccb63c6c..2e57c6f7 100644 --- a/src/org/graphstream/algorithm/generator/lcf/DyckGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/DyckGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/F26AGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/F26AGraphGenerator.java index f8cd4c5a..75d27d40 100644 --- a/src/org/graphstream/algorithm/generator/lcf/F26AGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/F26AGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/FosterGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/FosterGraphGenerator.java index ff1ad3f1..3f3fb1b5 100644 --- a/src/org/graphstream/algorithm/generator/lcf/FosterGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/FosterGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/FranklinGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/FranklinGraphGenerator.java index ef0e6f72..28835ead 100644 --- a/src/org/graphstream/algorithm/generator/lcf/FranklinGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/FranklinGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/FruchtGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/FruchtGraphGenerator.java index fd475c85..5015ef90 100644 --- a/src/org/graphstream/algorithm/generator/lcf/FruchtGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/FruchtGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/GrayGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/GrayGraphGenerator.java index f4904f09..26848704 100644 --- a/src/org/graphstream/algorithm/generator/lcf/GrayGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/GrayGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/HarriesGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/HarriesGraphGenerator.java index 85a6314d..94b819e1 100644 --- a/src/org/graphstream/algorithm/generator/lcf/HarriesGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/HarriesGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/HarriesWongGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/HarriesWongGraphGenerator.java index 2c235be2..809e6df7 100644 --- a/src/org/graphstream/algorithm/generator/lcf/HarriesWongGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/HarriesWongGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/HeawoodGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/HeawoodGraphGenerator.java index 1fdcb279..e466f27c 100644 --- a/src/org/graphstream/algorithm/generator/lcf/HeawoodGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/HeawoodGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/LjubljanaGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/LjubljanaGraphGenerator.java index a03f7d6b..a0ab2b04 100644 --- a/src/org/graphstream/algorithm/generator/lcf/LjubljanaGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/LjubljanaGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/McGeeGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/McGeeGraphGenerator.java index bc7a853d..2a8cda10 100644 --- a/src/org/graphstream/algorithm/generator/lcf/McGeeGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/McGeeGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/MobiusKantorGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/MobiusKantorGraphGenerator.java index 288a3adc..4149d5f1 100644 --- a/src/org/graphstream/algorithm/generator/lcf/MobiusKantorGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/MobiusKantorGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/NauruGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/NauruGraphGenerator.java index 6fb6f9c6..370cbb87 100644 --- a/src/org/graphstream/algorithm/generator/lcf/NauruGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/NauruGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/PappusGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/PappusGraphGenerator.java index 39b6753f..b5e0b700 100644 --- a/src/org/graphstream/algorithm/generator/lcf/PappusGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/PappusGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/TetrahedralGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/TetrahedralGraphGenerator.java index d2e6033f..98d6e4c3 100644 --- a/src/org/graphstream/algorithm/generator/lcf/TetrahedralGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/TetrahedralGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/TruncatedCubicalGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/TruncatedCubicalGraphGenerator.java index cceffd95..6e9cfb38 100644 --- a/src/org/graphstream/algorithm/generator/lcf/TruncatedCubicalGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/TruncatedCubicalGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/TruncatedDodecahedralGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/TruncatedDodecahedralGraphGenerator.java index d3309bf3..1bdef58c 100644 --- a/src/org/graphstream/algorithm/generator/lcf/TruncatedDodecahedralGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/TruncatedDodecahedralGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/TruncatedOctahedralGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/TruncatedOctahedralGraphGenerator.java index 752aecea..757ef362 100644 --- a/src/org/graphstream/algorithm/generator/lcf/TruncatedOctahedralGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/TruncatedOctahedralGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/TruncatedTetrahedralGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/TruncatedTetrahedralGraphGenerator.java index 5d90f6bf..dd5bcc8f 100644 --- a/src/org/graphstream/algorithm/generator/lcf/TruncatedTetrahedralGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/TruncatedTetrahedralGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/Tutte12CageGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/Tutte12CageGraphGenerator.java index 171170eb..a2256cba 100644 --- a/src/org/graphstream/algorithm/generator/lcf/Tutte12CageGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/Tutte12CageGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/TutteCoxeterGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/TutteCoxeterGraphGenerator.java index 387d259d..2910e908 100644 --- a/src/org/graphstream/algorithm/generator/lcf/TutteCoxeterGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/TutteCoxeterGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/UtilityGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/UtilityGraphGenerator.java index 9266dacf..d4ae7998 100644 --- a/src/org/graphstream/algorithm/generator/lcf/UtilityGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/UtilityGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/WagnerGraphGenerator.java b/src/org/graphstream/algorithm/generator/lcf/WagnerGraphGenerator.java index 54701f5b..a76d63a7 100644 --- a/src/org/graphstream/algorithm/generator/lcf/WagnerGraphGenerator.java +++ b/src/org/graphstream/algorithm/generator/lcf/WagnerGraphGenerator.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/lcf/package-info.java b/src/org/graphstream/algorithm/generator/lcf/package-info.java index dd1f7873..96c5f743 100644 --- a/src/org/graphstream/algorithm/generator/lcf/package-info.java +++ b/src/org/graphstream/algorithm/generator/lcf/package-info.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/generator/package-info.java b/src/org/graphstream/algorithm/generator/package-info.java index 3364f6e7..3c2021f5 100644 --- a/src/org/graphstream/algorithm/generator/package-info.java +++ b/src/org/graphstream/algorithm/generator/package-info.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/CommunityDistribution.java b/src/org/graphstream/algorithm/measure/CommunityDistribution.java index 5c425c94..b755759f 100644 --- a/src/org/graphstream/algorithm/measure/CommunityDistribution.java +++ b/src/org/graphstream/algorithm/measure/CommunityDistribution.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/CommunityMeasure.java b/src/org/graphstream/algorithm/measure/CommunityMeasure.java index c0080429..7b8f04de 100644 --- a/src/org/graphstream/algorithm/measure/CommunityMeasure.java +++ b/src/org/graphstream/algorithm/measure/CommunityMeasure.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/CommunityRelativeMeasure.java b/src/org/graphstream/algorithm/measure/CommunityRelativeMeasure.java index 66e6b578..69458a98 100644 --- a/src/org/graphstream/algorithm/measure/CommunityRelativeMeasure.java +++ b/src/org/graphstream/algorithm/measure/CommunityRelativeMeasure.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/MaxSimultaneousEdgeCount.java b/src/org/graphstream/algorithm/measure/MaxSimultaneousEdgeCount.java index f147c600..2d97def9 100644 --- a/src/org/graphstream/algorithm/measure/MaxSimultaneousEdgeCount.java +++ b/src/org/graphstream/algorithm/measure/MaxSimultaneousEdgeCount.java @@ -1,12 +1,11 @@ /* - * Copyright 2006 - 2011 - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/MaxSimultaneousNodeCount.java b/src/org/graphstream/algorithm/measure/MaxSimultaneousNodeCount.java index eb152398..79acd6aa 100644 --- a/src/org/graphstream/algorithm/measure/MaxSimultaneousNodeCount.java +++ b/src/org/graphstream/algorithm/measure/MaxSimultaneousNodeCount.java @@ -1,12 +1,11 @@ /* - * Copyright 2006 - 2011 - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/Modularity.java b/src/org/graphstream/algorithm/measure/Modularity.java index 7ab101f5..b58d2a7d 100644 --- a/src/org/graphstream/algorithm/measure/Modularity.java +++ b/src/org/graphstream/algorithm/measure/Modularity.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/NormalizedMutualInformation.java b/src/org/graphstream/algorithm/measure/NormalizedMutualInformation.java index 9fd4a0ca..b0521205 100644 --- a/src/org/graphstream/algorithm/measure/NormalizedMutualInformation.java +++ b/src/org/graphstream/algorithm/measure/NormalizedMutualInformation.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/VariationOfInformation.java b/src/org/graphstream/algorithm/measure/VariationOfInformation.java index 9c9e8e3c..b7a4af2e 100644 --- a/src/org/graphstream/algorithm/measure/VariationOfInformation.java +++ b/src/org/graphstream/algorithm/measure/VariationOfInformation.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/measure/package-info.java b/src/org/graphstream/algorithm/measure/package-info.java index 9c15cbf6..36e8d450 100644 --- a/src/org/graphstream/algorithm/measure/package-info.java +++ b/src/org/graphstream/algorithm/measure/package-info.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/networksimplex/BigMNumber.java b/src/org/graphstream/algorithm/networksimplex/BigMNumber.java index 24de8ff1..6a2e810e 100644 --- a/src/org/graphstream/algorithm/networksimplex/BigMNumber.java +++ b/src/org/graphstream/algorithm/networksimplex/BigMNumber.java @@ -1,3 +1,32 @@ +/* + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * + * GraphStream is a library whose purpose is to handle static or dynamic + * graph, create them from scratch, file or any source and display them. + * + * This program is free software distributed under the terms of two licenses, the + * CeCILL-C license that fits European law, and the GNU Lesser General Public + * License. You can use, modify and/ or redistribute the software under the terms + * of the CeCILL-C license as circulated by CEA, CNRS and INRIA at the following + * URL or under the terms of the GNU LGPL as published by + * the Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C and LGPL licenses and that you accept their terms. + */ package org.graphstream.algorithm.networksimplex; /** diff --git a/src/org/graphstream/algorithm/networksimplex/DynamicOneToAllShortestPath.java b/src/org/graphstream/algorithm/networksimplex/DynamicOneToAllShortestPath.java index 460b6f17..5954cef5 100644 --- a/src/org/graphstream/algorithm/networksimplex/DynamicOneToAllShortestPath.java +++ b/src/org/graphstream/algorithm/networksimplex/DynamicOneToAllShortestPath.java @@ -1,3 +1,32 @@ +/* + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * + * GraphStream is a library whose purpose is to handle static or dynamic + * graph, create them from scratch, file or any source and display them. + * + * This program is free software distributed under the terms of two licenses, the + * CeCILL-C license that fits European law, and the GNU Lesser General Public + * License. You can use, modify and/ or redistribute the software under the terms + * of the CeCILL-C license as circulated by CEA, CNRS and INRIA at the following + * URL or under the terms of the GNU LGPL as published by + * the Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C and LGPL licenses and that you accept their terms. + */ package org.graphstream.algorithm.networksimplex; import java.util.HashMap; diff --git a/src/org/graphstream/algorithm/networksimplex/NetworkSimplex.java b/src/org/graphstream/algorithm/networksimplex/NetworkSimplex.java index 77d0b268..0d2dca46 100644 --- a/src/org/graphstream/algorithm/networksimplex/NetworkSimplex.java +++ b/src/org/graphstream/algorithm/networksimplex/NetworkSimplex.java @@ -1,3 +1,32 @@ +/* + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * + * GraphStream is a library whose purpose is to handle static or dynamic + * graph, create them from scratch, file or any source and display them. + * + * This program is free software distributed under the terms of two licenses, the + * CeCILL-C license that fits European law, and the GNU Lesser General Public + * License. You can use, modify and/ or redistribute the software under the terms + * of the CeCILL-C license as circulated by CEA, CNRS and INRIA at the following + * URL or under the terms of the GNU LGPL as published by + * the Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C and LGPL licenses and that you accept their terms. + */ package org.graphstream.algorithm.networksimplex; import java.io.PrintStream; diff --git a/src/org/graphstream/algorithm/package-info.java b/src/org/graphstream/algorithm/package-info.java index 4295333e..1890363b 100644 --- a/src/org/graphstream/algorithm/package-info.java +++ b/src/org/graphstream/algorithm/package-info.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/randomWalk/Entity.java b/src/org/graphstream/algorithm/randomWalk/Entity.java index 73acd339..12c60d96 100644 --- a/src/org/graphstream/algorithm/randomWalk/Entity.java +++ b/src/org/graphstream/algorithm/randomWalk/Entity.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/randomWalk/RandomWalk.java b/src/org/graphstream/algorithm/randomWalk/RandomWalk.java index b2bd7369..7d758ee2 100644 --- a/src/org/graphstream/algorithm/randomWalk/RandomWalk.java +++ b/src/org/graphstream/algorithm/randomWalk/RandomWalk.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/algorithm/randomWalk/TabuEntity.java b/src/org/graphstream/algorithm/randomWalk/TabuEntity.java index 94e3c25a..7b4d3f87 100644 --- a/src/org/graphstream/algorithm/randomWalk/TabuEntity.java +++ b/src/org/graphstream/algorithm/randomWalk/TabuEntity.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. * diff --git a/src/org/graphstream/ui/layout/Eades84Layout.java b/src/org/graphstream/ui/layout/Eades84Layout.java index 1bf6125c..8f7c8ad5 100644 --- a/src/org/graphstream/ui/layout/Eades84Layout.java +++ b/src/org/graphstream/ui/layout/Eades84Layout.java @@ -1,13 +1,11 @@ /* - * Copyright 2006 - 2011 - * Stefan Balev - * Julien Baudry - * Antoine Dutot - * Yoann Pigné - * Guilhelm Savin - * - * This file is part of GraphStream . - * + * Copyright 2006 - 2012 + * Stefan Balev + * Julien Baudry + * Antoine Dutot + * Yoann Pigné + * Guilhelm Savin + * * GraphStream is a library whose purpose is to handle static or dynamic * graph, create them from scratch, file or any source and display them. *