From: Bob Halley Date: Mon, 17 Aug 2020 13:31:46 +0000 (-0700) Subject: add missing copyrights X-Git-Tag: v2.1.0rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352b15dd775370cd731dbab60b65cd50acf395b7;p=thirdparty%2Fdnspython.git add missing copyrights --- diff --git a/tests/test_nsec3_hash.py b/tests/test_nsec3_hash.py index 6f4eee6f..f7c43372 100644 --- a/tests/test_nsec3_hash.py +++ b/tests/test_nsec3_hash.py @@ -1,3 +1,5 @@ +# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license + import unittest from dns import dnssec, name diff --git a/tests/test_resolution.py b/tests/test_resolution.py index db42d469..731090be 100644 --- a/tests/test_resolution.py +++ b/tests/test_resolution.py @@ -1,3 +1,5 @@ +# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license + import unittest import dns.flags diff --git a/tests/test_svcb.py b/tests/test_svcb.py index ecfebf41..ff8dead6 100644 --- a/tests/test_svcb.py +++ b/tests/test_svcb.py @@ -1,3 +1,5 @@ +# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license + import unittest import dns.rdata diff --git a/tests/test_transaction.py b/tests/test_transaction.py index c9b6f5ce..3dcaba03 100644 --- a/tests/test_transaction.py +++ b/tests/test_transaction.py @@ -1,3 +1,5 @@ +# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license + import time import pytest diff --git a/tests/test_wire.py b/tests/test_wire.py index 2cfaa1bb..a4b5991b 100644 --- a/tests/test_wire.py +++ b/tests/test_wire.py @@ -1,3 +1,4 @@ +# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license import unittest