Skip to content

Commit

Permalink
Updated copyright header (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkinable committed Sep 19, 2018
1 parent cfc97b7 commit b6097e2
Show file tree
Hide file tree
Showing 629 changed files with 5,670 additions and 6,097 deletions.
20 changes: 9 additions & 11 deletions jgrapht-core/src/main/java/org/jgrapht/Graph.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand Down Expand Up @@ -55,7 +55,6 @@
* @param <E> the graph edge type
*
* @author Barak Naveh
* @since Jul 14, 2003
*/
public interface Graph<V, E>
{
Expand Down Expand Up @@ -579,4 +578,3 @@ public interface Graph<V, E>

}

// End Graph.java
20 changes: 9 additions & 11 deletions jgrapht-core/src/main/java/org/jgrapht/GraphMapping.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand All @@ -27,7 +27,6 @@
* @param <E> the graph edge type
*
* @author Assaf Lehr
* @since Jul 30, 2005
*/
public interface GraphMapping<V, E>
{
Expand All @@ -54,4 +53,3 @@ public interface GraphMapping<V, E>
E getEdgeCorrespondence(E edge, boolean forward);
}

// End GraphMapping.java
19 changes: 9 additions & 10 deletions jgrapht-core/src/main/java/org/jgrapht/GraphMetrics.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand Down Expand Up @@ -328,4 +328,3 @@ in the triangle are ordered (v1 <= v2 <= u) so we count it only once.
}
}

// End GraphMetrics.java
20 changes: 9 additions & 11 deletions jgrapht-core/src/main/java/org/jgrapht/GraphPath.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand All @@ -28,7 +28,6 @@
* @param <E> the graph edge type
*
* @author John Sichi
* @since Jan 1, 2008
*/
public interface GraphPath<V, E>
{
Expand Down Expand Up @@ -133,4 +132,3 @@ default int getLength()

}

// End GraphPath.java
19 changes: 9 additions & 10 deletions jgrapht-core/src/main/java/org/jgrapht/GraphTests.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand Down Expand Up @@ -692,4 +692,3 @@ public static <V, E> Graph<V, E> requireWeighted(Graph<V, E> graph)
}
}

// End GraphTests.java
18 changes: 9 additions & 9 deletions jgrapht-core/src/main/java/org/jgrapht/GraphType.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand Down
20 changes: 9 additions & 11 deletions jgrapht-core/src/main/java/org/jgrapht/Graphs.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand All @@ -29,7 +29,6 @@
* A collection of utilities to assist with graph manipulation.
*
* @author Barak Naveh
* @since Jul 31, 2003
*/
public abstract class Graphs
{
Expand Down Expand Up @@ -598,4 +597,3 @@ public static <V, E> VertexToIntegerMapping<V> getVertexToIntegerMapping(Graph<V
}
}

// End Graphs.java
20 changes: 9 additions & 11 deletions jgrapht-core/src/main/java/org/jgrapht/ListenableGraph.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht;

Expand All @@ -29,7 +29,6 @@
* @see VertexSetListener
*
* @author Barak Naveh
* @since Jul 20, 2003
*/
public interface ListenableGraph<V, E>
extends
Expand Down Expand Up @@ -64,4 +63,3 @@ public interface ListenableGraph<V, E>
public void removeVertexSetListener(VertexSetListener<V> l);
}

// End ListenableGraph.java
19 changes: 9 additions & 10 deletions jgrapht-core/src/main/java/org/jgrapht/alg/NaiveLcaFinder.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht.alg;

Expand Down Expand Up @@ -262,4 +262,3 @@ private V overlappingMember(Set<V> x, Set<V> y)
}
}

// End NaiveLCAFinder.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht.alg;

Expand Down Expand Up @@ -290,4 +290,3 @@ public String toString()
}
}

// End StoerWagnerMinimumCut.java
Expand Up @@ -3,17 +3,17 @@
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the
* GNU Lesser General Public License v2.1 or later
* which is available at
* http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/
package org.jgrapht.alg;

Expand Down Expand Up @@ -234,4 +234,3 @@ public Set<LcaRequestResponse<V>> getOrCreate(V key)
}
}

// End TarjanLCAFinder.java

0 comments on commit b6097e2

Please sign in to comment.