summaryrefslogtreecommitdiff
path: root/examples/basic/plot_properties.py
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2018-01-19 15:07:06 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2018-01-20 01:27:28 -0800
commitea3a8826385f543775e2c6b147cbffcd289527da (patch)
treef0978401d2c4bb9cee18bc3620d92e255f8b31ae /examples/basic/plot_properties.py
parent59d294f7ab3f5e894951c1e1a8a8943acaf6710b (diff)
downloadnetworkx-ea3a8826385f543775e2c6b147cbffcd289527da.tar.gz
Update copyright
Diffstat (limited to 'examples/basic/plot_properties.py')
-rw-r--r--examples/basic/plot_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/plot_properties.py b/examples/basic/plot_properties.py
index 30e055df..7ee1d5c4 100644
--- a/examples/basic/plot_properties.py
+++ b/examples/basic/plot_properties.py
@@ -6,7 +6,7 @@ Properties
Compute some network properties for the lollipop graph.
"""
-# Copyright (C) 2004-2017 by
+# Copyright (C) 2004-2018 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>