Skip to content

Commit

Permalink
Add license header to nio packages
Browse files Browse the repository at this point in the history
  • Loading branch information
syoon2 committed Apr 12, 2024
1 parent 06819bb commit a07bc51
Show file tree
Hide file tree
Showing 10 changed files with 180 additions and 0 deletions.
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/csv/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* CSV importers/exporters
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/dimacs/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* DIMACS Challenges importers/exporters
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/dot/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* DOT importers/exporters
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/gml/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* GML importers/exporters
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/graph6/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* Graph6, sparse6 and digraph6 importers/exporters
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/graphml/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* GraphML importers/exporters
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/json/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* Json importers/exporters
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/lemon/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* Lemon input/output.
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/matrix/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* Matrix input/output
*/
Expand Down
18 changes: 18 additions & 0 deletions jgrapht-io/src/main/java/org/jgrapht/nio/package-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* (C) Copyright 2019-2024, by Dimitrios Michail and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* See the CONTRIBUTORS.md file distributed with this work for additional
* information regarding copyright ownership.
*
* 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.
*
* SPDX-License-Identifier: EPL-2.0 OR LGPL-2.1-or-later
*/

/**
* Importers/Exporters for various graph formats.
*/
Expand Down

0 comments on commit a07bc51

Please sign in to comment.