From 89daa927a0135a79cc69a75a3c89202158fa2ca7 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 8 Nov 2019 23:31:49 -0800 Subject: 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. --- networkx/linalg/bethehessianmatrix.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'networkx/linalg/bethehessianmatrix.py') 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 -# Dan Schult -# Pieter Swart -# Jean-Gabriel Young -# 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 -- cgit v1.2.1