diff options
author | Bob Halley <halley@dnspython.org> | 2020-08-17 06:31:46 -0700 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2020-08-17 06:31:46 -0700 |
commit | 352b15dd775370cd731dbab60b65cd50acf395b7 (patch) | |
tree | 0ed2a1a540d9f44ccd67aabfbc57741ec48ec21f /tests | |
parent | e5545ade37d15ebf87fac626e602ac1ad9852be2 (diff) | |
download | dnspython-352b15dd775370cd731dbab60b65cd50acf395b7.tar.gz |
add missing copyrights
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_nsec3_hash.py | 2 | ||||
-rw-r--r-- | tests/test_resolution.py | 2 | ||||
-rw-r--r-- | tests/test_svcb.py | 2 | ||||
-rw-r--r-- | tests/test_transaction.py | 2 | ||||
-rw-r--r-- | tests/test_wire.py | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_nsec3_hash.py b/tests/test_nsec3_hash.py index 6f4eee6..f7c4337 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 db42d46..731090b 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 ecfebf4..ff8dead 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 c9b6f5c..3dcaba0 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 2cfaa1b..a4b5991 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 |