Skip to content

Commit

Permalink
Re-add authors as comment and update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
dschult committed Jan 30, 2016
1 parent 8d4f60d commit 095a266
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions networkx/generators/directed.py
@@ -1,12 +1,14 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2006-2009 by
# Copyright (C) 2006-2016 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
# Copyright (C) 2009 by Willem Ligtenberg <W.P.A.Ligtenberg@tue.nl>
#
# All rights reserved.
# BSD license.
#
# Authors: Aric Hagberg (hagberg@lanl.gov)
# Willem Ligtenberg (W.P.A.Ligtenberg@tue.nl)
"""
Generators for some directed graphs, including growing network (GN) graphs and
scale-free graphs.
Expand Down

0 comments on commit 095a266

Please sign in to comment.