]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add missing copyrights
authorBob Halley <halley@dnspython.org>
Mon, 17 Aug 2020 13:31:46 +0000 (06:31 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 17 Aug 2020 13:31:46 +0000 (06:31 -0700)
tests/test_nsec3_hash.py
tests/test_resolution.py
tests/test_svcb.py
tests/test_transaction.py
tests/test_wire.py

index 6f4eee6f10ab4f28c60efa96190e55911556a0f8..f7c43372dc581192ba7db9af3d0d7ca276ddb68c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 import unittest
 
 from dns import dnssec, name
index db42d469d0b59f268fd51ed20dbe4a58c6656041..731090be18594a80aaf50bebd6d5263bfc2a30a9 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 import unittest
 
 import dns.flags
index ecfebf4158c9efe5b5e4a1a67842721761958fa2..ff8dead6cf73df58842c18a6f386cfbf5a91360a 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 import unittest
 
 import dns.rdata
index c9b6f5ce2af1c8be218e2532ec1fc346b0b9f764..3dcaba038dee65274e8ebb9c2b3c372b1b8705ff 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 import time
 
 import pytest
index 2cfaa1bbd7cd0f8867de82fa344ed38073ac0946..a4b5991bb5a2ba4d253724a71bfe44efe819ed9a 100644 (file)
@@ -1,3 +1,4 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
 
 import unittest