summaryrefslogtreecommitdiff
path: root/examples/basic
diff options
context:
space:
mode:
authorJGab <jean.gabriel.young@gmail.com>2015-04-21 12:51:07 -0400
committerJGab <jean.gabriel.young@gmail.com>2015-04-21 12:51:07 -0400
commitbc987a9a5e3de487b231bfb27e4d0ee929d924c6 (patch)
treec5d704a6dded7705812513c164ed76d585c9ba8f /examples/basic
parenta30002de726de673ca8a811a310a72db875ba672 (diff)
downloadnetworkx-bc987a9a5e3de487b231bfb27e4d0ee929d924c6.tar.gz
Fix copyrights
Diffstat (limited to 'examples/basic')
-rw-r--r--examples/basic/read_write.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/read_write.py b/examples/basic/read_write.py
index f4081910..644aadb5 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-2006 by
+# Copyright (C) 2004-2015 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>