diff options
| author | Jarrod Millman <jarrod.millman@gmail.com> | 2018-01-19 15:07:06 -0800 |
|---|---|---|
| committer | Jarrod Millman <jarrod.millman@gmail.com> | 2018-01-20 01:27:28 -0800 |
| commit | ea3a8826385f543775e2c6b147cbffcd289527da (patch) | |
| tree | f0978401d2c4bb9cee18bc3620d92e255f8b31ae /examples/graph | |
| parent | 59d294f7ab3f5e894951c1e1a8a8943acaf6710b (diff) | |
| download | networkx-ea3a8826385f543775e2c6b147cbffcd289527da.tar.gz | |
Update copyright
Diffstat (limited to 'examples/graph')
| -rw-r--r-- | examples/graph/atlas2.py | 2 | ||||
| -rw-r--r-- | examples/graph/expected_degree_sequence.py | 2 | ||||
| -rw-r--r-- | examples/graph/plot_degree_sequence.py | 2 | ||||
| -rw-r--r-- | examples/graph/plot_erdos_renyi.py | 2 | ||||
| -rw-r--r-- | examples/graph/plot_football.py | 2 | ||||
| -rw-r--r-- | examples/graph/plot_napoleon_russian_campaign.py | 2 | ||||
| -rw-r--r-- | examples/graph/plot_roget.py | 2 | ||||
| -rw-r--r-- | examples/graph/words.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/graph/atlas2.py b/examples/graph/atlas2.py index 0ee0f479..1c284cb5 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-2017 by +# Copyright (C) 2006-2018 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 b6297460..c7e5d5e0 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-2017 by +# Copyright (C) 2006-2018 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 8bba2c74..72910a4e 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-2017 by +# Copyright (C) 2004-2018 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 cedd66e0..03ee435c 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-2017 by +# Copyright (C) 2004-2018 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 c0d184b5..94baca08 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-2017 by +# Copyright (C) 2007-2018 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 631c60c7..0e48610c 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-2017 by +# Copyright (C) 2006-2018 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 bc898675..de66f53f 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-2017 by +# Copyright (C) 2004-2018 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 065a9667..f3ff2573 100644 --- a/examples/graph/words.py +++ b/examples/graph/words.py @@ -21,7 +21,7 @@ References # Brendt Wohlberg, # hughdbrown@yahoo.com -# 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> |
