diff options
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | networkx/__init__.py | 2 | ||||
-rw-r--r-- | networkx/release.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ NetworkX NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. -Copyright (C) 2004-2009 NetworkX Developers +Copyright (C) 2004-2010 NetworkX Developers 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 1352d935..91627631 100644 --- a/networkx/__init__.py +++ b/networkx/__init__.py @@ -21,7 +21,7 @@ Using >>> print G.edges() [(1, 2)] """ -# Copyright (C) 2004-2008 by +# Copyright (C) 2004-2010 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 77cf1da7..4a91d66f 100644 --- a/networkx/release.py +++ b/networkx/release.py @@ -1,6 +1,6 @@ """Release data for NetworkX.""" -# Copyright (C) 2004-2008 by +# Copyright (C) 2004-2010 by # Aric Hagberg <hagberg@lanl.gov> # Dan Schult <dschult@colgate.edu> # Pieter Swart <swart@lanl.gov> |