summaryrefslogtreecommitdiff
path: root/examples/graph
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-03-30 15:39:08 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2019-03-30 15:39:08 -0700
commit33980ffeef6de64fa543692bcc713e2b1fcdbcce (patch)
treeceed88700d8fb1a580c6f26dc1caf668a26c4e95 /examples/graph
parent27cd60d0d8d7c02914e533e74120624765dd2c88 (diff)
downloadnetworkx-33980ffeef6de64fa543692bcc713e2b1fcdbcce.tar.gz
Update copyright
Diffstat (limited to 'examples/graph')
-rw-r--r--examples/graph/atlas2.py2
-rw-r--r--examples/graph/expected_degree_sequence.py2
-rw-r--r--examples/graph/plot_degree_sequence.py2
-rw-r--r--examples/graph/plot_erdos_renyi.py2
-rw-r--r--examples/graph/plot_football.py2
-rw-r--r--examples/graph/plot_napoleon_russian_campaign.py2
-rw-r--r--examples/graph/plot_roget.py2
-rw-r--r--examples/graph/words.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/graph/atlas2.py b/examples/graph/atlas2.py
index 1c284cb5..f791aed7 100644
--- a/examples/graph/atlas2.py
+++ b/examples/graph/atlas2.py
@@ -10,7 +10,7 @@ Gn.dot where n=0,19.
# Author: Aric Hagberg (hagberg@lanl.gov)
# Date: 2005-05-19 14:23:02 -0600 (Thu, 19 May 2005)
-# Copyright (C) 2006-2018 by
+# Copyright (C) 2006-2019 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/expected_degree_sequence.py b/examples/graph/expected_degree_sequence.py
index c7e5d5e0..78b5bf90 100644
--- a/examples/graph/expected_degree_sequence.py
+++ b/examples/graph/expected_degree_sequence.py
@@ -8,7 +8,7 @@ Random graph from given degree sequence.
"""
# Author: Aric Hagberg (hagberg@lanl.gov)
-# Copyright (C) 2006-2018 by
+# Copyright (C) 2006-2019 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/plot_degree_sequence.py b/examples/graph/plot_degree_sequence.py
index 72910a4e..a0143d94 100644
--- a/examples/graph/plot_degree_sequence.py
+++ b/examples/graph/plot_degree_sequence.py
@@ -10,7 +10,7 @@ Random graph from given degree sequence.
# Date: 2004-11-03 08:11:09 -0700 (Wed, 03 Nov 2004)
# Revision: 503
-# Copyright (C) 2004-2018 by
+# Copyright (C) 2004-2019 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/plot_erdos_renyi.py b/examples/graph/plot_erdos_renyi.py
index 91b9111e..8c8f5431 100644
--- a/examples/graph/plot_erdos_renyi.py
+++ b/examples/graph/plot_erdos_renyi.py
@@ -14,7 +14,7 @@ sometimes called the Erdős-Rényi graph.
"""
# Author: Aric Hagberg (hagberg@lanl.gov)
-# Copyright (C) 2004-2018 by
+# Copyright (C) 2004-2019 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/plot_football.py b/examples/graph/plot_football.py
index 94baca08..6f09f8e7 100644
--- a/examples/graph/plot_football.py
+++ b/examples/graph/plot_football.py
@@ -14,7 +14,7 @@ http://www-personal.umich.edu/~mejn/netdata/football.zip
"""
# Author: Aric Hagberg (hagberg@lanl.gov)
-# Copyright (C) 2007-2018 by
+# Copyright (C) 2007-2019 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/plot_napoleon_russian_campaign.py b/examples/graph/plot_napoleon_russian_campaign.py
index 0e48610c..44a6dfa1 100644
--- a/examples/graph/plot_napoleon_russian_campaign.py
+++ b/examples/graph/plot_napoleon_russian_campaign.py
@@ -10,7 +10,7 @@ http://www.math.yorku.ca/SCS/Gallery/minard/minard.txt
"""
# Author: Aric Hagberg (hagberg@lanl.gov)
-# Copyright (C) 2006-2018 by
+# Copyright (C) 2006-2019 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
diff --git a/examples/graph/plot_roget.py b/examples/graph/plot_roget.py
index de66f53f..72cb795f 100644
--- a/examples/graph/plot_roget.py
+++ b/examples/graph/plot_roget.py
@@ -28,7 +28,7 @@ from __future__ import print_function
# Authors: Brendt Wohlberg, Aric Hagberg (hagberg@lanl.gov)
# Date: 2005-04-01 07:56:22 -0700 (Fri, 01 Apr 2005)
-# Copyright (C) 2004-2018 by
+# Copyright (C) 2004-2019 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 f3ff2573..61846624 100644
--- a/examples/graph/words.py
+++ b/examples/graph/words.py
@@ -21,7 +21,7 @@ References
# Brendt Wohlberg,
# hughdbrown@yahoo.com
-# Copyright (C) 2004-2018 by
+# Copyright (C) 2004-2019 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>