summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2016-01-01 22:55:58 -0500
committerDan Schult <dschult@colgate.edu>2016-01-01 22:55:58 -0500
commite0479d2e090ec301de9612330585e9bc8d1f967c (patch)
tree8337fcfc8d48b70960634d14ff5a558c66dd3675
parent4a56f73f3ac454f7e408ea71928ff710c760a3ef (diff)
parent08338519a06227537a7778fe92322ef5445cc989 (diff)
downloadnetworkx-e0479d2e090ec301de9612330585e9bc8d1f967c.tar.gz
Merge pull request #1897 from MridulS/newyear
Update copyright years.. Happy New Year!
-rw-r--r--LICENSE.txt2
-rw-r--r--README.rst2
-rw-r--r--examples/basic/read_write.py2
-rw-r--r--examples/drawing/four_grids.py2
-rw-r--r--examples/drawing/knuth_miles.py2
-rw-r--r--examples/drawing/lanl_routes.py2
-rw-r--r--examples/graph/erdos_renyi.py2
-rw-r--r--examples/graph/knuth_miles.py2
-rw-r--r--examples/graph/words.py2
-rw-r--r--examples/pygraphviz/write_dotfile.py2
-rw-r--r--examples/subclass/printgraph.py2
-rw-r--r--networkx/__init__.py2
-rw-r--r--networkx/algorithms/bipartite/basic.py2
-rw-r--r--networkx/algorithms/bipartite/matrix.py2
-rw-r--r--networkx/algorithms/boundary.py2
-rw-r--r--networkx/algorithms/centrality/betweenness.py2
-rw-r--r--networkx/algorithms/centrality/betweenness_subset.py2
-rw-r--r--networkx/algorithms/centrality/closeness.py2
-rw-r--r--networkx/algorithms/centrality/degree_alg.py2
-rw-r--r--networkx/algorithms/centrality/eigenvector.py2
-rw-r--r--networkx/algorithms/centrality/katz.py2
-rw-r--r--networkx/algorithms/centrality/load.py2
-rw-r--r--networkx/algorithms/clique.py2
-rw-r--r--networkx/algorithms/cluster.py2
-rw-r--r--networkx/algorithms/components/attracting.py2
-rw-r--r--networkx/algorithms/components/strongly_connected.py2
-rw-r--r--networkx/algorithms/components/weakly_connected.py2
-rw-r--r--networkx/algorithms/core.py2
-rw-r--r--networkx/algorithms/dag.py2
-rw-r--r--networkx/algorithms/distance_measures.py2
-rw-r--r--networkx/algorithms/graphical.py2
-rw-r--r--networkx/algorithms/hierarchy.py2
-rw-r--r--networkx/algorithms/hybrid.py2
-rw-r--r--networkx/algorithms/isolate.py2
-rw-r--r--networkx/algorithms/isomorphism/isomorph.py2
-rw-r--r--networkx/algorithms/link_analysis/pagerank_alg.py2
-rw-r--r--networkx/algorithms/matching.py2
-rw-r--r--networkx/algorithms/operators/binary.py2
-rw-r--r--networkx/algorithms/operators/unary.py2
-rw-r--r--networkx/algorithms/shortest_paths/astar.py2
-rw-r--r--networkx/algorithms/shortest_paths/dense.py2
-rw-r--r--networkx/algorithms/shortest_paths/generic.py2
-rw-r--r--networkx/algorithms/shortest_paths/unweighted.py2
-rw-r--r--networkx/algorithms/swap.py2
-rw-r--r--networkx/algorithms/tests/test_mis.py2
-rw-r--r--networkx/algorithms/threshold.py2
-rw-r--r--networkx/classes/digraph.py2
-rw-r--r--networkx/classes/function.py2
-rw-r--r--networkx/classes/graph.py2
-rw-r--r--networkx/classes/multidigraph.py2
-rw-r--r--networkx/classes/multigraph.py2
-rw-r--r--networkx/classes/tests/timingclasses.py2
-rw-r--r--networkx/drawing/layout.py2
-rw-r--r--networkx/drawing/nx_agraph.py2
-rw-r--r--networkx/drawing/nx_pydot.py2
-rw-r--r--networkx/drawing/nx_pylab.py2
-rw-r--r--networkx/exception.py2
-rw-r--r--networkx/generators/atlas.py2
-rw-r--r--networkx/generators/classic.py2
-rw-r--r--networkx/generators/degree_seq.py2
-rw-r--r--networkx/generators/geometric.py2
-rw-r--r--networkx/generators/random_clustered.py2
-rw-r--r--networkx/generators/random_graphs.py2
-rw-r--r--networkx/generators/small.py2
-rw-r--r--networkx/linalg/graphmatrix.py2
-rw-r--r--networkx/linalg/laplacianmatrix.py2
-rw-r--r--networkx/linalg/modularitymatrix.py2
-rw-r--r--networkx/linalg/spectrum.py2
-rw-r--r--networkx/readwrite/adjlist.py2
-rw-r--r--networkx/readwrite/edgelist.py2
-rw-r--r--networkx/readwrite/gpickle.py2
-rw-r--r--networkx/readwrite/graph6.py2
-rw-r--r--networkx/readwrite/leda.py2
-rw-r--r--networkx/readwrite/multiline_adjlist.py2
-rw-r--r--networkx/readwrite/nx_shp.py2
-rw-r--r--networkx/readwrite/nx_yaml.py2
-rw-r--r--networkx/readwrite/sparse6.py2
-rw-r--r--networkx/release.py2
-rw-r--r--networkx/utils/misc.py2
-rw-r--r--networkx/utils/random_sequence.py2
-rw-r--r--networkx/utils/union_find.py2
81 files changed, 81 insertions, 81 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index d0bbf4ee..dd4a2f89 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -4,7 +4,7 @@ NetworkX is distributed with the BSD license.
::
- Copyright (C) 2004-2015, NetworkX Developers
+ Copyright (C) 2004-2016, NetworkX Developers
Aric Hagberg <hagberg@lanl.gov>
Dan Schult <dschult@colgate.edu>
Pieter Swart <swart@lanl.gov>
diff --git a/README.rst b/README.rst
index 531f0ff0..f8027f6b 100644
--- a/README.rst
+++ b/README.rst
@@ -37,7 +37,7 @@ A quick example that finds the shortest path between two nodes in an undirected
Distributed with a BSD license; see LICENSE.txt::
- Copyright (C) 2004-2015 NetworkX Developers
+ Copyright (C) 2004-2016 NetworkX Developers
Aric Hagberg <hagberg@lanl.gov>
Dan Schult <dschult@colgate.edu>
Pieter Swart <swart@lanl.gov>
diff --git a/examples/basic/read_write.py b/examples/basic/read_write.py
index 644aadb5..b3bfb324 100644
--- a/examples/basic/read_write.py
+++ b/examples/basic/read_write.py
@@ -3,7 +3,7 @@
Read and write graphs.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/drawing/four_grids.py b/examples/drawing/four_grids.py
index f04918c8..09aeb157 100644
--- a/examples/drawing/four_grids.py
+++ b/examples/drawing/four_grids.py
@@ -4,7 +4,7 @@ Draw a graph with matplotlib.
You must have matplotlib for this to work.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015
+# Copyright (C) 2004-2016
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/drawing/knuth_miles.py b/examples/drawing/knuth_miles.py
index 3e3a5d9c..a2eda4f6 100644
--- a/examples/drawing/knuth_miles.py
+++ b/examples/drawing/knuth_miles.py
@@ -19,7 +19,7 @@ References.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/drawing/lanl_routes.py b/examples/drawing/lanl_routes.py
index 06ae9c30..96c235df 100644
--- a/examples/drawing/lanl_routes.py
+++ b/examples/drawing/lanl_routes.py
@@ -6,7 +6,7 @@ This uses Graphviz for layout so you need PyGraphviz or Pydot.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015
+# Copyright (C) 2004-2016
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/erdos_renyi.py b/examples/graph/erdos_renyi.py
index 9557a2ba..0a6277d3 100644
--- a/examples/graph/erdos_renyi.py
+++ b/examples/graph/erdos_renyi.py
@@ -10,7 +10,7 @@ sometimes called the Erdős-Rényi graph.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
__credits__ = """"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/knuth_miles.py b/examples/graph/knuth_miles.py
index 3e3a5d9c..a2eda4f6 100644
--- a/examples/graph/knuth_miles.py
+++ b/examples/graph/knuth_miles.py
@@ -19,7 +19,7 @@ References.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/words.py b/examples/graph/words.py
index bd53f628..c9f0ce94 100644
--- a/examples/graph/words.py
+++ b/examples/graph/words.py
@@ -16,7 +16,7 @@ References
__author__ = """\n""".join(['Aric Hagberg (hagberg@lanl.gov)',
'Brendt Wohlberg',
'hughdbrown@yahoo.com'])
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/pygraphviz/write_dotfile.py b/examples/pygraphviz/write_dotfile.py
index 57ce900b..91d983b7 100644
--- a/examples/pygraphviz/write_dotfile.py
+++ b/examples/pygraphviz/write_dotfile.py
@@ -9,7 +9,7 @@ for more info.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/subclass/printgraph.py b/examples/subclass/printgraph.py
index 9f11d52d..f6814bfa 100644
--- a/examples/subclass/printgraph.py
+++ b/examples/subclass/printgraph.py
@@ -2,7 +2,7 @@
Example subclass of the Graph class.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/__init__.py b/networkx/__init__.py
index bc8bb9ab..aad83ca9 100644
--- a/networkx/__init__.py
+++ b/networkx/__init__.py
@@ -21,7 +21,7 @@ Using
>>> print(sorted(G.edges()))
[(1, 2)]
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/bipartite/basic.py b/networkx/algorithms/bipartite/basic.py
index 2e347595..4e1d362c 100644
--- a/networkx/algorithms/bipartite/basic.py
+++ b/networkx/algorithms/bipartite/basic.py
@@ -4,7 +4,7 @@
Bipartite Graph Algorithms
==========================
"""
-# Copyright (C) 2013-2015 by
+# Copyright (C) 2013-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/bipartite/matrix.py b/networkx/algorithms/bipartite/matrix.py
index 43f4ec75..496ed218 100644
--- a/networkx/algorithms/bipartite/matrix.py
+++ b/networkx/algorithms/bipartite/matrix.py
@@ -4,7 +4,7 @@
Biadjacency matrices
====================
"""
-# Copyright (C) 2013-2015 by
+# Copyright (C) 2013-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/boundary.py b/networkx/algorithms/boundary.py
index 109d75ce..e269a246 100644
--- a/networkx/algorithms/boundary.py
+++ b/networkx/algorithms/boundary.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/centrality/betweenness.py b/networkx/algorithms/centrality/betweenness.py
index b8c2b125..b452b4f5 100644
--- a/networkx/algorithms/centrality/betweenness.py
+++ b/networkx/algorithms/centrality/betweenness.py
@@ -2,7 +2,7 @@
"""
Betweenness centrality measures.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/centrality/betweenness_subset.py b/networkx/algorithms/centrality/betweenness_subset.py
index 8797f791..d62bbf90 100644
--- a/networkx/algorithms/centrality/betweenness_subset.py
+++ b/networkx/algorithms/centrality/betweenness_subset.py
@@ -1,7 +1,7 @@
"""
Betweenness centrality measures for subsets of nodes.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/centrality/closeness.py b/networkx/algorithms/centrality/closeness.py
index 96b116c9..0837eb52 100644
--- a/networkx/algorithms/centrality/closeness.py
+++ b/networkx/algorithms/centrality/closeness.py
@@ -1,7 +1,7 @@
"""
Closeness centrality measures.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/centrality/degree_alg.py b/networkx/algorithms/centrality/degree_alg.py
index 49e4e29a..9274af0e 100644
--- a/networkx/algorithms/centrality/degree_alg.py
+++ b/networkx/algorithms/centrality/degree_alg.py
@@ -2,7 +2,7 @@
Degree centrality measures.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/centrality/eigenvector.py b/networkx/algorithms/centrality/eigenvector.py
index 7e9e771d..c5a80929 100644
--- a/networkx/algorithms/centrality/eigenvector.py
+++ b/networkx/algorithms/centrality/eigenvector.py
@@ -2,7 +2,7 @@
"""
Eigenvector centrality.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/centrality/katz.py b/networkx/algorithms/centrality/katz.py
index 19eabeb2..537c8a3a 100644
--- a/networkx/algorithms/centrality/katz.py
+++ b/networkx/algorithms/centrality/katz.py
@@ -2,7 +2,7 @@
"""
Katz centrality.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/centrality/load.py b/networkx/algorithms/centrality/load.py
index d88c568c..8b079291 100644
--- a/networkx/algorithms/centrality/load.py
+++ b/networkx/algorithms/centrality/load.py
@@ -3,7 +3,7 @@
Load centrality.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/clique.py b/networkx/algorithms/clique.py
index 7210324c..cd5a8bcb 100644
--- a/networkx/algorithms/clique.py
+++ b/networkx/algorithms/clique.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/cluster.py b/networkx/algorithms/cluster.py
index 05d06e41..6ec5a623 100644
--- a/networkx/algorithms/cluster.py
+++ b/networkx/algorithms/cluster.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/components/attracting.py b/networkx/algorithms/components/attracting.py
index c5b21945..aa7971b7 100644
--- a/networkx/algorithms/components/attracting.py
+++ b/networkx/algorithms/components/attracting.py
@@ -2,7 +2,7 @@
"""
Attracting components.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/components/strongly_connected.py b/networkx/algorithms/components/strongly_connected.py
index fb4d23c0..412faebf 100644
--- a/networkx/algorithms/components/strongly_connected.py
+++ b/networkx/algorithms/components/strongly_connected.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Strongly connected components.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/components/weakly_connected.py b/networkx/algorithms/components/weakly_connected.py
index 4ceb943d..e2686ece 100644
--- a/networkx/algorithms/components/weakly_connected.py
+++ b/networkx/algorithms/components/weakly_connected.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Weakly connected components.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/core.py b/networkx/algorithms/core.py
index 952792b9..2091bb97 100644
--- a/networkx/algorithms/core.py
+++ b/networkx/algorithms/core.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/dag.py b/networkx/algorithms/dag.py
index ae8581f6..f75af502 100644
--- a/networkx/algorithms/dag.py
+++ b/networkx/algorithms/dag.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Algorithms for directed acyclic graphs (DAGs)."""
-# Copyright (C) 2006-2015 by
+# Copyright (C) 2006-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/distance_measures.py b/networkx/algorithms/distance_measures.py
index fff1a8e9..36749ff9 100644
--- a/networkx/algorithms/distance_measures.py
+++ b/networkx/algorithms/distance_measures.py
@@ -4,7 +4,7 @@ Graph diameter, radius, eccentricity and other properties.
"""
__author__ = "\n".join(['Aric Hagberg (hagberg@lanl.gov)',
'Dan Schult(dschult@colgate.edu)'])
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/graphical.py b/networkx/algorithms/graphical.py
index fd1a9389..6c915c42 100644
--- a/networkx/algorithms/graphical.py
+++ b/networkx/algorithms/graphical.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Test sequences for graphiness.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/hierarchy.py b/networkx/algorithms/hierarchy.py
index 17b1205b..bc1b6f42 100644
--- a/networkx/algorithms/hierarchy.py
+++ b/networkx/algorithms/hierarchy.py
@@ -2,7 +2,7 @@
"""
Flow Hierarchy.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/hybrid.py b/networkx/algorithms/hybrid.py
index 5824557d..d921f310 100644
--- a/networkx/algorithms/hybrid.py
+++ b/networkx/algorithms/hybrid.py
@@ -5,7 +5,7 @@ graphs.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)\nDan Schult (dschult@colgate.edu)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/isolate.py b/networkx/algorithms/isolate.py
index 14cb9a2a..4d845224 100644
--- a/networkx/algorithms/isolate.py
+++ b/networkx/algorithms/isolate.py
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# Copyright 2015 NetworkX developers.
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/isomorphism/isomorph.py b/networkx/algorithms/isomorphism/isomorph.py
index 60b7f915..2b550ce1 100644
--- a/networkx/algorithms/isomorphism/isomorph.py
+++ b/networkx/algorithms/isomorphism/isomorph.py
@@ -6,7 +6,7 @@ from networkx.exception import NetworkXError
__author__ = """\n""".join(['Aric Hagberg (hagberg@lanl.gov)',
'Pieter Swart (swart@lanl.gov)',
'Christopher Ellison cellison@cse.ucdavis.edu)'])
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/link_analysis/pagerank_alg.py b/networkx/algorithms/link_analysis/pagerank_alg.py
index 50e8f517..b1b5884e 100644
--- a/networkx/algorithms/link_analysis/pagerank_alg.py
+++ b/networkx/algorithms/link_analysis/pagerank_alg.py
@@ -1,5 +1,5 @@
"""PageRank analysis of graph structure. """
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/matching.py b/networkx/algorithms/matching.py
index ca546c9f..afc505e5 100644
--- a/networkx/algorithms/matching.py
+++ b/networkx/algorithms/matching.py
@@ -3,7 +3,7 @@
Matching
********
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/operators/binary.py b/networkx/algorithms/operators/binary.py
index a411754c..635eab99 100644
--- a/networkx/algorithms/operators/binary.py
+++ b/networkx/algorithms/operators/binary.py
@@ -1,7 +1,7 @@
"""
Operations on graphs including union, intersection, difference.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/operators/unary.py b/networkx/algorithms/operators/unary.py
index 2bcc3f41..4075c141 100644
--- a/networkx/algorithms/operators/unary.py
+++ b/networkx/algorithms/operators/unary.py
@@ -1,5 +1,5 @@
"""Unary operations on graphs"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/shortest_paths/astar.py b/networkx/algorithms/shortest_paths/astar.py
index 4ad4074a..9db7500a 100644
--- a/networkx/algorithms/shortest_paths/astar.py
+++ b/networkx/algorithms/shortest_paths/astar.py
@@ -2,7 +2,7 @@
"""Shortest paths and path lengths using A* ("A star") algorithm.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/shortest_paths/dense.py b/networkx/algorithms/shortest_paths/dense.py
index 4f980011..a008db66 100644
--- a/networkx/algorithms/shortest_paths/dense.py
+++ b/networkx/algorithms/shortest_paths/dense.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Floyd-Warshall algorithm for shortest paths.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/shortest_paths/generic.py b/networkx/algorithms/shortest_paths/generic.py
index d0772efb..25a1ad7d 100644
--- a/networkx/algorithms/shortest_paths/generic.py
+++ b/networkx/algorithms/shortest_paths/generic.py
@@ -5,7 +5,7 @@ Compute the shortest paths and path lengths between nodes in the graph.
These algorithms work with undirected and directed graphs.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/shortest_paths/unweighted.py b/networkx/algorithms/shortest_paths/unweighted.py
index 5cec6ed6..7f5ddd31 100644
--- a/networkx/algorithms/shortest_paths/unweighted.py
+++ b/networkx/algorithms/shortest_paths/unweighted.py
@@ -3,7 +3,7 @@
Shortest path algorithms for unweighted graphs.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/swap.py b/networkx/algorithms/swap.py
index 1ea3fbd9..f78b4abc 100644
--- a/networkx/algorithms/swap.py
+++ b/networkx/algorithms/swap.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Swap edges in a graph.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/algorithms/tests/test_mis.py b/networkx/algorithms/tests/test_mis.py
index d22bab60..9136e2db 100644
--- a/networkx/algorithms/tests/test_mis.py
+++ b/networkx/algorithms/tests/test_mis.py
@@ -5,7 +5,7 @@
Tests for maximal (not maximum) independent sets.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Leo Lopes <leo.lopes@monash.edu>
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
diff --git a/networkx/algorithms/threshold.py b/networkx/algorithms/threshold.py
index 51211030..0dfc3fc9 100644
--- a/networkx/algorithms/threshold.py
+++ b/networkx/algorithms/threshold.py
@@ -2,7 +2,7 @@
Threshold Graphs - Creation, manipulation and identification.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)\nPieter Swart (swart@lanl.gov)\nDan Schult (dschult@colgate.edu)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/classes/digraph.py b/networkx/classes/digraph.py
index 5777af74..54e0d1a5 100644
--- a/networkx/classes/digraph.py
+++ b/networkx/classes/digraph.py
@@ -1,5 +1,5 @@
"""Base class for directed graphs."""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/classes/function.py b/networkx/classes/function.py
index 45ee45b6..4c53e7a4 100644
--- a/networkx/classes/function.py
+++ b/networkx/classes/function.py
@@ -1,6 +1,6 @@
"""Functional interface to graph methods and assorted utilities.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/classes/graph.py b/networkx/classes/graph.py
index 2dafbc62..4ab31ae9 100644
--- a/networkx/classes/graph.py
+++ b/networkx/classes/graph.py
@@ -7,7 +7,7 @@ Self-loops are allowed but multiple edges are not (see MultiGraph).
For directed graphs see DiGraph and MultiDiGraph.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/classes/multidigraph.py b/networkx/classes/multidigraph.py
index d8cd9990..e08549fb 100644
--- a/networkx/classes/multidigraph.py
+++ b/networkx/classes/multidigraph.py
@@ -1,5 +1,5 @@
"""Base class for MultiDiGraph."""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/classes/multigraph.py b/networkx/classes/multigraph.py
index 5a248456..54e8e0d6 100644
--- a/networkx/classes/multigraph.py
+++ b/networkx/classes/multigraph.py
@@ -1,5 +1,5 @@
"""Base class for MultiGraph."""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/classes/tests/timingclasses.py b/networkx/classes/tests/timingclasses.py
index 046efcc6..2a2c47d3 100644
--- a/networkx/classes/tests/timingclasses.py
+++ b/networkx/classes/tests/timingclasses.py
@@ -6,7 +6,7 @@ current classes to see if adding features has slowed any methods.
The classes are named TimingGraph, TimingDiGraph,
TimingMultiGraph and TimingMultiDiGraph
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/drawing/layout.py b/networkx/drawing/layout.py
index 9bbc6f98..9dc217d7 100644
--- a/networkx/drawing/layout.py
+++ b/networkx/drawing/layout.py
@@ -5,7 +5,7 @@ Layout
Node positioning algorithms for graph drawing.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/drawing/nx_agraph.py b/networkx/drawing/nx_agraph.py
index ee86c16d..07d603a6 100644
--- a/networkx/drawing/nx_agraph.py
+++ b/networkx/drawing/nx_agraph.py
@@ -15,7 +15,7 @@ See Also
--------
Pygraphviz: http://pygraphviz.github.io/
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/drawing/nx_pydot.py b/networkx/drawing/nx_pydot.py
index eafd287a..dd5cc392 100644
--- a/networkx/drawing/nx_pydot.py
+++ b/networkx/drawing/nx_pydot.py
@@ -13,7 +13,7 @@ Pydot: http://code.google.com/p/pydot/
Graphviz: http://www.research.att.com/sw/tools/graphviz/
DOT Language: http://www.graphviz.org/doc/info/lang.html
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/drawing/nx_pylab.py b/networkx/drawing/nx_pylab.py
index 1e865f65..ed0866c5 100644
--- a/networkx/drawing/nx_pylab.py
+++ b/networkx/drawing/nx_pylab.py
@@ -13,7 +13,7 @@ matplotlib: http://matplotlib.org/
pygraphviz: http://pygraphviz.github.io/
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/exception.py b/networkx/exception.py
index 72696b24..c8e1e2d8 100644
--- a/networkx/exception.py
+++ b/networkx/exception.py
@@ -8,7 +8,7 @@ Base exceptions and errors for NetworkX.
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)\nPieter Swart (swart@lanl.gov)\nDan Schult(dschult@colgate.edu)\nLoïc Séguin-C. <loicseguin@gmail.com>"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/generators/atlas.py b/networkx/generators/atlas.py
index 232f0148..7b6d1332 100644
--- a/networkx/generators/atlas.py
+++ b/networkx/generators/atlas.py
@@ -9,7 +9,7 @@ Oxford University Press, 1998.
Because of its size, this module is not imported by default.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/generators/classic.py b/networkx/generators/classic.py
index 7f0657df..322d18ab 100644
--- a/networkx/generators/classic.py
+++ b/networkx/generators/classic.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/generators/degree_seq.py b/networkx/generators/degree_seq.py
index 5a308f0e..29b9abbe 100644
--- a/networkx/generators/degree_seq.py
+++ b/networkx/generators/degree_seq.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Generate graphs with a given degree sequence or expected degree sequence.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/generators/geometric.py b/networkx/generators/geometric.py
index 728a8041..9407c447 100644
--- a/networkx/generators/geometric.py
+++ b/networkx/generators/geometric.py
@@ -2,7 +2,7 @@
"""
Generators for geometric graphs.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/generators/random_clustered.py b/networkx/generators/random_clustered.py
index e797c436..90b6e6db 100644
--- a/networkx/generators/random_clustered.py
+++ b/networkx/generators/random_clustered.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Generate graphs with given degree and triangle sequence.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/generators/random_graphs.py b/networkx/generators/random_graphs.py
index 4dffe3a8..0176af93 100644
--- a/networkx/generators/random_graphs.py
+++ b/networkx/generators/random_graphs.py
@@ -3,7 +3,7 @@
Generators for random graphs.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/generators/small.py b/networkx/generators/small.py
index f279e0a9..2f166285 100644
--- a/networkx/generators/small.py
+++ b/networkx/generators/small.py
@@ -4,7 +4,7 @@ Various small and named graphs, together with some compact generators.
"""
__author__ ="""Aric Hagberg (hagberg@lanl.gov)\nPieter Swart (swart@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/linalg/graphmatrix.py b/networkx/linalg/graphmatrix.py
index 03eb4db6..919f6f5a 100644
--- a/networkx/linalg/graphmatrix.py
+++ b/networkx/linalg/graphmatrix.py
@@ -1,7 +1,7 @@
"""
Adjacency matrix and incidence matrix of graphs.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/linalg/laplacianmatrix.py b/networkx/linalg/laplacianmatrix.py
index 0bd5c784..978799c0 100644
--- a/networkx/linalg/laplacianmatrix.py
+++ b/networkx/linalg/laplacianmatrix.py
@@ -1,6 +1,6 @@
"""Laplacian matrix of graphs.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/linalg/modularitymatrix.py b/networkx/linalg/modularitymatrix.py
index 7d899413..68a1e548 100644
--- a/networkx/linalg/modularitymatrix.py
+++ b/networkx/linalg/modularitymatrix.py
@@ -1,6 +1,6 @@
"""Modularity matrix of graphs.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/linalg/spectrum.py b/networkx/linalg/spectrum.py
index f448b8ff..4283df48 100644
--- a/networkx/linalg/spectrum.py
+++ b/networkx/linalg/spectrum.py
@@ -1,7 +1,7 @@
"""
Eigenvalue spectrum of graphs.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/adjlist.py b/networkx/readwrite/adjlist.py
index dd27d47f..e405ec21 100644
--- a/networkx/readwrite/adjlist.py
+++ b/networkx/readwrite/adjlist.py
@@ -25,7 +25,7 @@ adjacency list (anything following the # in a line is a comment)::
__author__ = '\n'.join(['Aric Hagberg <hagberg@lanl.gov>',
'Dan Schult <dschult@colgate.edu>',
'Loïc Séguin-C. <loicseguin@gmail.com>'])
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/edgelist.py b/networkx/readwrite/edgelist.py
index 371b2700..7201004c 100644
--- a/networkx/readwrite/edgelist.py
+++ b/networkx/readwrite/edgelist.py
@@ -27,7 +27,7 @@ Arbitrary data::
1 2 7 green
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)\nDan Schult (dschult@colgate.edu)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/gpickle.py b/networkx/readwrite/gpickle.py
index 02760fcf..54dbbe2f 100644
--- a/networkx/readwrite/gpickle.py
+++ b/networkx/readwrite/gpickle.py
@@ -21,7 +21,7 @@ Format
See http://docs.python.org/library/pickle.html
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)\nDan Schult (dschult@colgate.edu)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/graph6.py b/networkx/readwrite/graph6.py
index 63dca562..eaef7024 100644
--- a/networkx/readwrite/graph6.py
+++ b/networkx/readwrite/graph6.py
@@ -13,7 +13,7 @@ See http://cs.anu.edu.au/~bdm/data/formats.txt for details.
"""
# Original author: D. Eppstein, UC Irvine, August 12, 2003.
# The original code at http://www.ics.uci.edu/~eppstein/PADS/ is public domain.
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/leda.py b/networkx/readwrite/leda.py
index 3e27dd7a..17d82858 100644
--- a/networkx/readwrite/leda.py
+++ b/networkx/readwrite/leda.py
@@ -11,7 +11,7 @@ See http://www.algorithmic-solutions.info/leda_guide/graphs/leda_native_graph_fi
# Original author: D. Eppstein, UC Irvine, August 12, 2003.
# The original code at http://www.ics.uci.edu/~eppstein/PADS/ is public domain.
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/multiline_adjlist.py b/networkx/readwrite/multiline_adjlist.py
index f05f404a..af8c4e46 100644
--- a/networkx/readwrite/multiline_adjlist.py
+++ b/networkx/readwrite/multiline_adjlist.py
@@ -28,7 +28,7 @@ adjacency list (anything following the # in a line is a comment)::
__author__ = '\n'.join(['Aric Hagberg <hagberg@lanl.gov>',
'Dan Schult <dschult@colgate.edu>',
'Loïc Séguin-C. <loicseguin@gmail.com>'])
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/nx_shp.py b/networkx/readwrite/nx_shp.py
index 5a01c242..7480c6c4 100644
--- a/networkx/readwrite/nx_shp.py
+++ b/networkx/readwrite/nx_shp.py
@@ -11,7 +11,7 @@ and regulated by Esri as a (mostly) open specification for data
interoperability among Esri and other software products."
See http://en.wikipedia.org/wiki/Shapefile for additional information.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Ben Reilly <benwreilly@gmail.com>
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
diff --git a/networkx/readwrite/nx_yaml.py b/networkx/readwrite/nx_yaml.py
index b2b346e0..45d2beed 100644
--- a/networkx/readwrite/nx_yaml.py
+++ b/networkx/readwrite/nx_yaml.py
@@ -14,7 +14,7 @@ http://pyyaml.org/wiki/PyYAML
"""
__author__ = """Aric Hagberg (hagberg@lanl.gov)"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/readwrite/sparse6.py b/networkx/readwrite/sparse6.py
index d795faa6..667e2baa 100644
--- a/networkx/readwrite/sparse6.py
+++ b/networkx/readwrite/sparse6.py
@@ -13,7 +13,7 @@ See http://cs.anu.edu.au/~bdm/data/formats.txt for details.
"""
# Original author: D. Eppstein, UC Irvine, August 12, 2003.
# The original code at http://www.ics.uci.edu/~eppstein/PADS/ is public domain.
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/release.py b/networkx/release.py
index e60b2180..c66ad603 100644
--- a/networkx/release.py
+++ b/networkx/release.py
@@ -29,7 +29,7 @@ tar.gz file. This is why write_versionfile() includes an early escape.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/utils/misc.py b/networkx/utils/misc.py
index be67ed2b..a8fd0ffa 100644
--- a/networkx/utils/misc.py
+++ b/networkx/utils/misc.py
@@ -8,7 +8,7 @@ can be accessed, for example, as
>>> networkx.utils.is_string_like('spam')
True
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/utils/random_sequence.py b/networkx/utils/random_sequence.py
index 089d056a..435b695a 100644
--- a/networkx/utils/random_sequence.py
+++ b/networkx/utils/random_sequence.py
@@ -2,7 +2,7 @@
Utilities for generating random numbers, random sequences, and
random selections.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/networkx/utils/union_find.py b/networkx/utils/union_find.py
index 04634d3b..c003dd2e 100644
--- a/networkx/utils/union_find.py
+++ b/networkx/utils/union_find.py
@@ -1,7 +1,7 @@
"""
Union-find data structure.
"""
-# Copyright (C) 2004-2015 by
+# Copyright (C) 2004-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>