summaryrefslogtreecommitdiff
path: root/networkx/linalg/bethehessianmatrix.py
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-11-08 23:31:49 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2019-11-11 13:39:06 -0800
commit89daa927a0135a79cc69a75a3c89202158fa2ca7 (patch)
tree4a1d775a0f1ba33b93dd5c1e65ef140d0d4b12ae /networkx/linalg/bethehessianmatrix.py
parent857aa81ead611dd05c7445b53bd128131033d50e (diff)
downloadnetworkx-89daa927a0135a79cc69a75a3c89202158fa2ca7.tar.gz
Remove boiler plate from top of modules
The copyright and author stuff is not necessary, out-of-date, and inconsistent. It takes up visual space and is a pain to police everyone doing the same thing on the top of the module. Git handles authorship in a comprehensive and authoritative way. The LICENSE.txt file applies to all project code.
Diffstat (limited to 'networkx/linalg/bethehessianmatrix.py')
-rw-r--r--networkx/linalg/bethehessianmatrix.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/networkx/linalg/bethehessianmatrix.py b/networkx/linalg/bethehessianmatrix.py
index df259125..a3ffc598 100644
--- a/networkx/linalg/bethehessianmatrix.py
+++ b/networkx/linalg/bethehessianmatrix.py
@@ -1,13 +1,4 @@
# -*- coding: utf-8 -*-
-# Copyright (C) 2004-2019 by
-# Aric Hagberg <hagberg@lanl.gov>
-# Dan Schult <dschult@colgate.edu>
-# Pieter Swart <swart@lanl.gov>
-# Jean-Gabriel Young <jeangabriel.young@gmail.com>
-# All rights reserved.
-# BSD license.
-#
-# Authors: Jean-Gabriel Young (jeangabriel.young@gmail.com)
"""Bethe Hessian or deformed Laplacian matrix of graphs."""
import networkx as nx
from networkx.utils import not_implemented_for