From c5866eb4d074d0da73947da9ede67a271a55c8dd Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 8 Jan 2019 08:18:55 -0800 Subject: [PATCH] The copyright edit moved the shebang to the wrong spot; fix! --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 71e9f505..ffba0692 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ -# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license - #!/usr/bin/env python # +# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license +# # Copyright (C) 2003-2007, 2009-2011 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its -- 2.47.3