]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update copyright
authorBob Halley <halley@dnspython.org>
Sat, 1 Dec 2018 15:26:45 +0000 (07:26 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 1 Dec 2018 15:26:45 +0000 (07:26 -0800)
118 files changed:
LICENSE
Makefile
dns/__init__.py
dns/dnssec.py
dns/e164.py
dns/edns.py
dns/entropy.py
dns/exception.py
dns/flags.py
dns/grange.py
dns/hash.py
dns/inet.py
dns/ipv4.py
dns/ipv6.py
dns/message.py
dns/name.py
dns/namedict.py
dns/node.py
dns/opcode.py
dns/query.py
dns/rcode.py
dns/rdata.py
dns/rdataclass.py
dns/rdataset.py
dns/rdatatype.py
dns/rdtypes/ANY/AFSDB.py
dns/rdtypes/ANY/AVC.py
dns/rdtypes/ANY/CAA.py
dns/rdtypes/ANY/CDNSKEY.py
dns/rdtypes/ANY/CDS.py
dns/rdtypes/ANY/CERT.py
dns/rdtypes/ANY/CNAME.py
dns/rdtypes/ANY/CSYNC.py
dns/rdtypes/ANY/DLV.py
dns/rdtypes/ANY/DNAME.py
dns/rdtypes/ANY/DNSKEY.py
dns/rdtypes/ANY/DS.py
dns/rdtypes/ANY/GPOS.py
dns/rdtypes/ANY/HINFO.py
dns/rdtypes/ANY/HIP.py
dns/rdtypes/ANY/ISDN.py
dns/rdtypes/ANY/LOC.py
dns/rdtypes/ANY/MX.py
dns/rdtypes/ANY/NS.py
dns/rdtypes/ANY/NSEC.py
dns/rdtypes/ANY/NSEC3.py
dns/rdtypes/ANY/NSEC3PARAM.py
dns/rdtypes/ANY/OPENPGPKEY.py
dns/rdtypes/ANY/PTR.py
dns/rdtypes/ANY/RP.py
dns/rdtypes/ANY/RRSIG.py
dns/rdtypes/ANY/RT.py
dns/rdtypes/ANY/SOA.py
dns/rdtypes/ANY/SPF.py
dns/rdtypes/ANY/SSHFP.py
dns/rdtypes/ANY/TLSA.py
dns/rdtypes/ANY/TXT.py
dns/rdtypes/ANY/URI.py
dns/rdtypes/ANY/X25.py
dns/rdtypes/ANY/__init__.py
dns/rdtypes/CH/A.py
dns/rdtypes/CH/__init__.py
dns/rdtypes/IN/A.py
dns/rdtypes/IN/AAAA.py
dns/rdtypes/IN/APL.py
dns/rdtypes/IN/DHCID.py
dns/rdtypes/IN/IPSECKEY.py
dns/rdtypes/IN/KX.py
dns/rdtypes/IN/NAPTR.py
dns/rdtypes/IN/NSAP.py
dns/rdtypes/IN/NSAP_PTR.py
dns/rdtypes/IN/PX.py
dns/rdtypes/IN/SRV.py
dns/rdtypes/IN/WKS.py
dns/rdtypes/IN/__init__.py
dns/rdtypes/__init__.py
dns/rdtypes/dnskeybase.py
dns/rdtypes/dsbase.py
dns/rdtypes/mxbase.py
dns/rdtypes/nsbase.py
dns/rdtypes/txtbase.py
dns/renderer.py
dns/resolver.py
dns/reversename.py
dns/rrset.py
dns/set.py
dns/tokenizer.py
dns/tsig.py
dns/tsigkeyring.py
dns/ttl.py
dns/update.py
dns/version.py
dns/wiredata.py
dns/zone.py
setup.py
tests/Makefile
tests/test_bugs.py
tests/test_dnssec.py
tests/test_edns.py
tests/test_exceptions.py
tests/test_flags.py
tests/test_generate.py
tests/test_grange.py
tests/test_message.py
tests/test_name.py
tests/test_namedict.py
tests/test_nsec3.py
tests/test_ntoaaton.py
tests/test_rdata.py
tests/test_rdtypeandclass.py
tests/test_resolver.py
tests/test_rrset.py
tests/test_set.py
tests/test_tokenizer.py
tests/test_update.py
tests/test_zone.py
util/COPYRIGHT [deleted file]
util/copyrights [deleted file]

diff --git a/LICENSE b/LICENSE
index c0382e174681de5ceded6cd676deff736b9053bf..6222708e1e376ca9dc2ebc766b64fe446a9ed2ad 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,24 @@
 ISC License
 
-Copyright (C) 2001-2003 Nominum, Inc.
+Copyright (C) 2018 Dnspython Contributors
+
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted, provided that the
+above copyright notice and this permission notice appear in all
+copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
+AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+
+
+
+Copyright (C) 2001-2017 Nominum, Inc.
 Copyright (C) Google Inc.
 
 Permission to use, copy, modify, and distribute this software and its
index daa5803c9873e857996116c0877f1afef03434fa..6886e652d384bf47449518d1cfef023876889e9b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index c848e485813bb14badba05b2449436adbd85b1ee..c1ce8e60616e92da23b66d330a838c250061696f 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 5426373fe64e5120f65c81270783b802c4e31c84..35da6b5a81129c0e42674651f916dc1dd860e2f7 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 0dbd3ff95c8c08e531c18faddd935d76b1b1744c..758c47a78474d4c2f22b76809fb30bbf81c9a82f 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 487e67eb062acb44caaa0181aeb283c1c8fc7d28..5660f7bb7a1ef0b0debcad4f1ceecc64f9209e74 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2009-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 64e0b5dd4a973d23354c5be46f742bb76939d500..00c6a4b3894478f6fad975b73272243e2ab0a308 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2009-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 57f2bc1211cac2d69ddc18247fa0b776352166aa..71ff04f1488e7c06bb92debaf6abc1df3f016042 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index f6e30e2f072bd450cc889342163969c74260258f..0119dec71feb20a0cc03d81defa734570beda9c8 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 752858d8d5a75e498bae0321abe7c3f7c60108a2..ffe8be7c4690ef1f9afdf82eddaad129a6ef4c2e 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2012-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 5176137ed70be2b7fe317bb4a165d04b8fbff691..1713e62894dd19c5cbb8bbe5660fcbee61c88b51 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index f417749b2a65dff78d4cfe70177518a648b59918..c8d7c1b404d38638fcc5ec02aedd4480bbb8ffe9 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index a67a84b60a9f77ef85e9d05edd2af506a0bc7058..8fc4f7dcfdc9ef113a0b227a803088e5411a1c04 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index db1e9c9a00f8f8bbd67a03f8d5c73db9fca6e722..128e56c8f1414b390222949c8c837343db4dc83c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index e7c64174921998bfe361024a0366fe9dd123b12c..9d2b2f43c913281acd65faf53a6384e16d26a5c0 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 2b159b4c296489ce8198c97b9566019ec8c23d0f..0bcfd8343287c0463f0514e63cdbe078514e70b7 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 97d4c9d096b6e6d085ad76f02dded6a4505e35a5..37a13104e60198947a209e3f6b4dbf93625522af 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 # Copyright (C) 2016 Coresec Systems AB
 #
index ad8dacb5fc6a2b84fc3a15e01aec206f10055ea1..8a7f19f5234b336665413c457ca5c89d7131790c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 249e359cd9891ba8cde61217481f39af69d8748c..c0735ba47b2cc4a43609a662955d4ff7b4cdd9da 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 71989333aa45da3d9bfe766f0a64b0eaa4832f76..c0c517ccd45b8d5227bc41c0594df4f8e76f61b4 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 4d564c710c399cc1166bfb43208b0fb835330287..5191e1b18c63209df39341eac11e263b3f170fd0 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 06c4722cc02ec25312985f32749e7d962e052d35..55dc089fe641bf7091f167fbec465255f8f5f681 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index d3d883d6cdecb63079e5d69510df9d2e6a09bf70..b88aa85b7b79fed3bf9857a79548bae2c5708b3c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 96f0661988f454c0a334cf3fcf3c3269f1992d7c..f1afe24198b3d1a42299b91c7190b9a6a7ba407a 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 94cbb736686c635ad6c4ca1ea2da549a8f34fa6b..b247bc9c429ff76f1e523cb2f2d9297352f47117 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index f3d5154038ab40fd3107c98cd89fb56ce808daf7..c6a700cf56d0fa71b22602f7f94f741eeb70a453 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 137c9de925a4a274ae5d57dfd2361ab4367235af..7f340b39d2bc8c033228aa7a76f90daabbdc7722 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2016 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index f2e41ad0b33069cdc92a926e5a5b5a0ef7bb0911..0acf201ab16905b8f9d908c4eb4ce1ac3e0a3e4e 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 83f3d51fc9455b697bcea66ad65ceb2b1a996345..653ae1be16a3bcf50bfd9aa6a76b39d0c75a3ae6 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index e1abfc3687426a424a9645b37950143cd1908fc9..a63041dd798f3b32cacef753f9ff6043576a8f76 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 1c35c23d2f75b4199e2713d59f34db2e7f69c57a..eea27b52c39aca82231bd67e4a8a54d215fce862 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 65cf570c7ae56159628e68fdb9dc134bd26a8eb1..11d42aa7fdb7a959337ed3f6c1315d75c8429294 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index bf95cb273d408b42833c1db402008cd848c2e756..06292fb28c0ea4cafd4c9f0a05cb5480ed7dae5b 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2007, 2009-2011, 2016 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index cd1244c194944f4cd7c3e0f1f5c1aa9e50929906..163521258320999faf5b966f452dc77d685b8a19 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index dac97214a9a1b667787bd1f526b743c41e5ee0f2..2499283cfaea30d5d9c1b316ac7584fae04f90a7 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index e915e98bbdb3405c1532f98a602f5ab67af4d1a1..e36f7bc5b124daeb8bb6fc9a58edf84c726d8d24 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 577c8d8416180af908192205253153ceba2ce0de..7d457b2281e3fa4a816885299c994457c23f6ba4 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 4f22818f7a2ca16ab7e09439f49d3c6cef12f393..422822f03b3a63e685b8c61e99edc762872e0fee 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 1e0620a66a21c13a66421a494c05e9f60fb41fc7..e4e0b34a49f3e8ed5bdb8029cdf71fe5b63c6ed4 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index fbe955c356c955b2095f26800a898af8f245af04..7c876b2d2ffc1c7375a8029075ddb138033ef0c7 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2010, 2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index e264814b260e999ed5cb9edc0f387e49085df1d9..f5f5f8b9ea46473662cb105be1230fb8efe47013 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index cd5e3fb2cba9482f97988fc2321deba7e75e8788..da9bb03a954c42648f0ae75c6140a29c0675ef66 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 3a6735dc5b69e5777d96e3016b595ada8f9f1a19..0a06494f73af2b9b7c388d57cfbbbc0193da52c1 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index ae56d819ed12b1403508dd2419cddb800e4d0f51..f9fcf637f73f56af6ea62e0fe0d7851ecece7fc5 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 470a49d85c0784454d61d5dbae73d8a2c7710ffa..4e3da7296b9a7f0658ed81f7862df5fbf5039001 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 2f151720dddc6d4d69f9af4f7748ac7a7c6734d3..1c281c4a4d0189e1ec374e295798b4222d07155d 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 36bf740941738882a01353a046a86666610ebc03..87c36e56755f0fc78a5604e01a724987ee40de3f 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 70f57f09d30fdd1662b806ea110cf2fcfc146025..a066cf98df68d6c7c9def424dc7c68cc21d69a33 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2016 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 250187a61f0541352448dfd990e519cf256d69fc..20cd50761d826f023557a9f0d16d6143b28e35a6 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 5b701d96acd81e6f3819323753d9d6901e0a79bf..8f07be907166b8dd3ab0671c12db34e2b9f0424a 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 953dfb9a55f08451ddfa92c4640db30c8581267a..d3756ece4e18190e9d4acbc7d7879227c6df4b80 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 88b75486807b777ed39005e4b761ac65717aab99..d0feb79e9d958cd67be85ff05ed2bdc1a350095a 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index cc0098e8baaad8bf8fa0a304249853a84f7e7c63..aec81cad8ac916e9bc71052ecbc4983cdabbd126 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index f3e0904e6f024a4a7b9cbb70c4117dd2ccbe2363..41dee62387afda53a0d64708620a1d056531c2f3 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 7e846b3429145cbbc71d489c5c0d8426882c6bf5..c18311e906aee35db1127e894442ff4f7c7fb50c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2005-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 790a93b9dbec3f8bad62494a7ec8393de3b647ea..a135c2b3da5449aa482242cb53082f8ac33c71ca 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2005-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 6c7fa4502e43874d51e8fd7279bcf43d5c632c54..c5ae919c5e0c446f883eb6abf64c29b8112c8c23 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index b5595b51050e319f589e8cbe658386ae6d3bd3e6..f5b65ed6a9465453225252586ab78c719d9c47dc 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
 # Copyright (C) 2015 Red Hat, Inc.
 #
index 8732ccf0df055d42bf979192dc6a331b007e2223..e530a2c2a673712adfe0814574dfed4b31007181 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 77be2cdc4ab1f6ddd136ac1b1a3742e8c23d9bf5..ca41ef8055e09c1787bcb0d66fb5457d06194303 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index a24ddce75d4f9bcb190bec17fb3877738daa25f5..e65d192d82c42661832d73e3614c913fe02a71af 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 6a70e10e2526d8be54e3f3fce97c03e4ebeff1c6..7184a7332ad5980cf54265efc1fd07f737d05201 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 31f3e7f8a4cf4c086dee9341c78047a652d795f3..89989824622cb84bf2d7253a165853b0f46cbb15 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 4352404d7a3a1b7b131278a7565116972eb61c4b..a77c5bf2a5ae03c7a4e0cf0c512a318f442629a7 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 5b9383f64d82365913e6e3ba2576af024f3d126d..48faf88ab7cdc3d2b42cc4233a6d8db3a8156c78 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 5b8626a5a4a4de845edad33478284e7161fd7319..cec64590f040afb836ac01c26f1308159631902c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index c673e839dacb608a15e5f42d7f00e0e2020b23e8..8f49ba137d57868005083781ca8f4fb7e79bd08b 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index adbfe34b16a8a731443b6dbb25e44fa285fffa0b..1318a582e70320f9369d6bc7fcea9df05834f10e 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 5ae2feb15bc173f1c1d94a5e7394eb41ff8b68e0..32fa4745eaaf6f282eaf8b3b4a44452431f0378a 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 05d0745ef83e6c568276389ae497f9554654e492..336befc7f2702f381c229dff01abb21b1fe602bb 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 56967df02d601667af34e12c49e5f197b584ccb4..a5b66c803fcd550fc4bf9cb6f0229a902c0fc7e4 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index e1ef102b1f53d40ee8d0dc9beb466f776d230903..2dbaee6ce8676ecd6ebf0577c15dbc7f8b332baa 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index f4396d61464458746080f4d1e2b870a9d524fe1d..b2c1bc9f0b56283634af135fb18245ab2ae9e6a9 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 1d4012c309de213789a76356dc5e4f205dceba4a..96f98ada709c403b5b5227fd8535fbeb5ef4915f 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 8c16268ffd1734427175819cb68fe34ed1d2d9ec..d7e69c9f60ffb145cfb5f210d25ff9a8dc326b22 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 12bb78991ba8ce5a8a7c952eb167b3434a91ed51..1ac137f1fe7f1340e28e8e8adfa06a407956066e 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 4f730ce3f2b80032fdc39ef9030e321f82cb5330..3e7e87ef1522648fe683d475115d3a581bd1707f 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 1ee28e4a3a14e422206079ff30d850fd580382c8..26ae9d5c7dd5f78ba2b31ecbd7bc80d9f8d67f3a 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2010, 2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 5ac8cef9ed70b029f88646650c7d429f60b262e6..9a3fa6236072027e1cb36d914dddf9305135b87e 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 79333a14041297809499048d4bc29fe8cc61e6ec..97a223263810ae7c734d824e4b3f7759b4cdc4d5 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index bb776094412518824f934b6f384528ad4fabbf03..645a57ecfcfca38c3cd463879263621e694d6b2b 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 36e2ec0ea06713919ede5e10a0f71b68f57b4d55..d7ef8c7f096fa39ccc908686239156dda4457ba7 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index b794d312b0e7d909ed42aaf348188a9f6ab6f68a..806e5b2b453e498edb1cd6ed984abceacf0c3e3e 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 447a263ea2dc4f2404c4ccdabdb0bab6ab51f5c9..8f095fa91ed5e7e7f65bd8e94039a81b0d0248aa 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 6774647a22e41d2c2f7d573263257a3da9b57279..a53ec324b89568c203aba99c263af3e2fd79fba4 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index b419ff4ac26dfd4e3a4e1f29baaf9b301174b2cd..81329bf457e4a6cf405e99d61f1c90892595d6c9 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 6833ffc5cef6f52e5d18de9b778731ba763128f5..880b71ce7ae907065798660897515d0923400f74 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index eaf14d9e7f48afc7859afab9311f6cd7e0363762..3daa387855b426b33075224962c61ffbf56122f9 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 01f87027c71472f5958f4681198eb7f0aa6e25ee..5e5fe1cbe4e99770bfeb1a50f91abf35f16703fe 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 4690728dc40da457779dc3576afcf2530a4e1321..4be16bee5b5df061b8037d220c526aa05de2e11c 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index db0a61db388fdef8f2aebcb3624c4496f19bf710..96a00d5dbee231755be4ddd795fcf51595d15d6d 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 4e7023c7175bb5345c752f37da5870c41455f238..f116904b46789a3416bb59ba9db9104d1a7c2e8b 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index b50fbb955bef16619b033e49967413a4284f837e..ea3c1e67d6928f439702976c82cf2ed68a83ae97 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2011,2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 65a1ea1377d864d05be33bc7f17b89baf880ac58..d43247ab5dc13ce818d8c8ef9397681f0d7251b3 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 9d1f2b86c31de015acf1a1ad4eadfe5f5a62ed6f..743d43c813353b4c9abd2211ffd8886cb6fffcea 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 #!/usr/bin/env python
 #
 # Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
index 1524552e0e91e044339e30165b0ba25da5a7cfa3..540e27c006578e6ea3a35299baae0dddba26b384 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 8d509a5f4dea2bc12a25f64f9384a8ef9da36bc0..b3b47eb32aaf2c2fde28553c4e8ed59c990abbe1 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index bec6ede5b55fe00ffeefed1efedded3fc41dc97e..c87862a0400d7150ae01f143c59ef48deb81fedb 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 01dfdda85383fd1da32bb907f4f936a475b2a919..c39065cef6e17be9ed216e7958a015c40f8263e6 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # -*- coding: utf-8
 # Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
 #
index 6c4d01642a1e7a1545390bc76e607afee652119c..caaf88a4fb2a2edcd933739f43bf36c7ff3231f7 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 0a603ffa5ab09709721596977c7ca0c1b4e9d411..375b0e1aa4c4db67ae89a736c5fadae5a29f5196 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 607a5c1b08a1c0822dd9cf8565c9cc9134be5871..592e5b87aab0837d2a78052af2ae70a4cff215f6 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 73e065b41a4b5cc742fca3a9f025e6548da85007..d52b8556c8153ecc891fd930c2e1c4a44f5daa88 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 81738e817be5bbf013daee752b23904d86cb8117..a6f39a2832a9254b04460525af50250451cf5aa1 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index f3f04c3aa9411f22b0713f7526623ffb94a9d243..0972972a3216468ddb98266f4d3d66f7ca2be53a 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # -*- coding: utf-8
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
index 6700aeca79502f5e966b5b31c6c970d256421e16..d90cbfaf5c837a67e030575f3a0c4e9343c38c65 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 9fd9e7fa38eb951a1f871164d86887cb291ad593..019dc48b722cc0e24c570fecf66e2fe701997fdf 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index e34804915c86bd465da2c89072fbb58d3f099a60..a2c4d5915c27c204512f5658178175401e1ded8f 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 9eba49db1e8ce76c22f8af8cb502a41a6f3f9c79..f4898c1b2eb58f06c719e3cdbc267bdcd4d88919 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 0f7bac25be1bfa7e2d00c807b03a1dfcafa48335..5d940a01b9ebf4d2a02273eb282f181c8382f9fc 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 4bc368f6f16103bd5270674a8049717db081245a..1738c1a3668d5fd7d5b7d460e532b2244d0d89ec 100644 (file)
@@ -1,3 +1,5 @@
+# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
+
 # Copyright (C) 2003-2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
index 2bf4c09943afdf58b771b9af8f3c17dd4297640e..a82fb5c8ab32efe703476aa07b24c4d0b286ec80 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index e85c5f6d53b01044f1f5af7796a0a28eaa4d13d0..b97ff6623ea42481294fa9212ab65d97f2115103 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index d833feaf8392dcf8d28fcb742b2dcf77d651c0e4..8a6636c7f38306ba76aa50dafb22cfd4c8cfef7a 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index 56ce31dc5476001dd1513ac30e579eade91542c8..838788701c757a0531a07e6da8d09d08b85599a1 100644 (file)
@@ -1,3 +1,5 @@
+# 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
index e917fa1f528df2d4ed657feb1513bd775a4518ff..71b87515a3684ce2f8bcec8255d805f21cb40ff5 100644 (file)
@@ -1,3 +1,5 @@
+# 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
diff --git a/util/COPYRIGHT b/util/COPYRIGHT
deleted file mode 100644 (file)
index 7390363..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Copyright (C) @YEARS@ Nominum, Inc.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose with or without fee is hereby granted,
-provided that the above copyright notice and this permission notice
-appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
-OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/util/copyrights b/util/copyrights
deleted file mode 100644 (file)
index 2e044f3..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-./.gitignore                                   X       2009
-./ChangeLog                                    X       2003,2004,2005,2006,2007
-./LICENSE                                      X       2003,2004,2005,2006,2007
-./MANIFEST.in                                  X       2003,2004,2005,2006,2007
-./Makefile                                     MAKE    2003,2004,2005,2006,2007,2009,2011
-./README                                       X       2003,2004,2005,2006,2007
-./TODO                                         X       2003,2004,2005,2006,2007
-./dns/__init__.py                              PYTHON  2003,2004,2005,2006,2007,2009,2011
-./dns/dnssec.py                                        PYTHON  2003,2004,2005,2006,2007,2009,2011
-./dns/e164.py                                  PYTHON  2006,2007,2009,2011
-./dns/edns.py                                  PYTHON  2009,2011
-./dns/entropy.py                               PYTHON  2009,2011
-./dns/exception.py                             PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/flags.py                                 PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/hash.py                                  PYTHON  2011
-./dns/inet.py                                  PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/ipv4.py                                  PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/ipv6.py                                  PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/message.py                               PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/name.py                                  PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/namedict.py                              PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/node.py                                  PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/opcode.py                                        PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/query.py                                 PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rcode.py                                 PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdata.py                                 PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdataclass.py                            PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdataset.py                              PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdatatype.py                             PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/AFSDB.py                     PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/CERT.py                      PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/CNAME.py                     PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/DLV.py                       PYTHON  2009,2010,2011
-./dns/rdtypes/ANY/DNAME.py                     PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/DNSKEY.py                    PYTHON  2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/DS.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/GPOS.py                      PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/HINFO.py                     PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/HIP.py                       PYTHON  2010,2011
-./dns/rdtypes/ANY/ISDN.py                      PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/LOC.py                       PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/MX.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/NS.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/NSEC.py                      PYTHON  2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/NSEC3.py                     PYTHON  2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/NSEC3PARAM.py                        PYTHON  2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/PTR.py                       PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/RP.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/RRSIG.py                     PYTHON  2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/RT.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/SOA.py                       PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/SPF.py                       PYTHON  2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/SSHFP.py                     PYTHON  2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/TLSA.py                      PYTHON  2012
-./dns/rdtypes/ANY/TXT.py                       PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/X25.py                       PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/ANY/__init__.py                  PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/A.py                          PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/AAAA.py                       PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/APL.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/DHCID.py                      PYTHON  2006,2007,2009,2010,2011
-./dns/rdtypes/IN/IPSECKEY.py                   PYTHON  2006,2007,2009,2010,2011
-./dns/rdtypes/IN/KX.py                         PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/NAPTR.py                      PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/NSAP.py                       PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/NSAP_PTR.py                   PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/PX.py                         PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/SRV.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/WKS.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/IN/__init__.py                   PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/__init__.py                      PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/dsbase.py                                PYTHON  2010,2011
-./dns/rdtypes/mxbase.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/nsbase.py                                PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/rdtypes/txtbase.py                       PYTHON  2006,2007,2009,2010,2011
-./dns/renderer.py                              PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/resolver.py                              PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/reversename.py                           PYTHON  2006,2007,2009,2010,2011
-./dns/rrset.py                                 PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/set.py                                   PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/tokenizer.py                             PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/tsig.py                                  PYTHON  2001,2002,2003,2004,2005,2006,2007,2009,2010,2011
-./dns/tsigkeyring.py                           PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/ttl.py                                   PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/update.py                                        PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/version.py                               PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./dns/wiredata.py                              PYTHON  2011
-./dns/zone.py                                  PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./examples/ddns.py                             X       2006,2007
-./examples/e164.py                             X       2006,2007
-./examples/mx.py                               X       2003,2004,2005,2006,2007
-./examples/name.py                             X       2003,2004,2005,2006,2007
-./examples/reverse.py                          X       2003,2004,2005,2006,2007
-./examples/reverse_name.py                     X       2006,2007
-./examples/xfr.py                              X       2003,2004,2005,2006,2007
-./examples/zonediff.py                         X       2010,2011
-./setup.py                                     PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/Makefile                               MAKE    2003,2004,2005,2006,2007,2009,2010,2011
-./tests/bugs.py                                        PYTHON  2006,2007,2009,2010,2011
-./tests/dnssec.py                              PYTHON  2011
-./tests/example                                        X       2003,2004,2005,2006,2007
-./tests/example1.good                          X       2003,2004,2005,2006,2007
-./tests/example2.good                          X       2003,2004,2005,2006,2007
-./tests/flags.py                               PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/message.py                             PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/name.py                                        PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/namedict.py                            PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/ntoaaton.py                            PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/rdtypeandclass.py                      PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/resolver.py                            PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/rrset.py                               PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/set.py                                 PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/tokenizer.py                           PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/update.py                              PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./tests/zone.py                                        PYTHON  2003,2004,2005,2006,2007,2009,2010,2011
-./util/COPYRIGHT                               X       2003,2004,2005,2006,2007
-./util/copyrights                              X       2003,2004,2005,2006,2007