summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-05-12 15:39:15 +0100
committerBob Halley <halley@nominum.com>2011-05-12 15:39:15 +0100
commit1d5db6c76827aa9c106d63babe1f4d797ab26c81 (patch)
treec2d31cb17355fa781fa5543ffd9af1329a967915
parentccdfc90aeaca8d581f2248f32da672eef1f18fda (diff)
downloaddnspython-1d5db6c76827aa9c106d63babe1f4d797ab26c81.tar.gz
update copyrights
-rw-r--r--Makefile2
-rw-r--r--dns/__init__.py2
-rw-r--r--dns/dnssec.py2
-rw-r--r--dns/e164.py2
-rw-r--r--dns/edns.py2
-rw-r--r--dns/entropy.py2
-rw-r--r--dns/exception.py2
-rw-r--r--dns/flags.py2
-rw-r--r--dns/hash.py2
-rw-r--r--dns/inet.py2
-rw-r--r--dns/ipv4.py2
-rw-r--r--dns/ipv6.py2
-rw-r--r--dns/message.py2
-rw-r--r--dns/name.py2
-rw-r--r--dns/namedict.py2
-rw-r--r--dns/node.py2
-rw-r--r--dns/opcode.py2
-rw-r--r--dns/query.py2
-rw-r--r--dns/rcode.py2
-rw-r--r--dns/rdata.py2
-rw-r--r--dns/rdataclass.py2
-rw-r--r--dns/rdataset.py2
-rw-r--r--dns/rdatatype.py2
-rw-r--r--dns/rdtypes/ANY/AFSDB.py2
-rw-r--r--dns/rdtypes/ANY/CERT.py2
-rw-r--r--dns/rdtypes/ANY/CNAME.py2
-rw-r--r--dns/rdtypes/ANY/DLV.py2
-rw-r--r--dns/rdtypes/ANY/DNAME.py2
-rw-r--r--dns/rdtypes/ANY/DNSKEY.py2
-rw-r--r--dns/rdtypes/ANY/DS.py2
-rw-r--r--dns/rdtypes/ANY/GPOS.py2
-rw-r--r--dns/rdtypes/ANY/HINFO.py2
-rw-r--r--dns/rdtypes/ANY/HIP.py2
-rw-r--r--dns/rdtypes/ANY/ISDN.py2
-rw-r--r--dns/rdtypes/ANY/LOC.py2
-rw-r--r--dns/rdtypes/ANY/MX.py2
-rw-r--r--dns/rdtypes/ANY/NS.py2
-rw-r--r--dns/rdtypes/ANY/NSEC.py2
-rw-r--r--dns/rdtypes/ANY/NSEC3.py2
-rw-r--r--dns/rdtypes/ANY/NSEC3PARAM.py2
-rw-r--r--dns/rdtypes/ANY/PTR.py2
-rw-r--r--dns/rdtypes/ANY/RP.py2
-rw-r--r--dns/rdtypes/ANY/RRSIG.py2
-rw-r--r--dns/rdtypes/ANY/RT.py2
-rw-r--r--dns/rdtypes/ANY/SOA.py2
-rw-r--r--dns/rdtypes/ANY/SPF.py2
-rw-r--r--dns/rdtypes/ANY/SSHFP.py2
-rw-r--r--dns/rdtypes/ANY/TXT.py2
-rw-r--r--dns/rdtypes/ANY/X25.py2
-rw-r--r--dns/rdtypes/ANY/__init__.py2
-rw-r--r--dns/rdtypes/IN/A.py2
-rw-r--r--dns/rdtypes/IN/AAAA.py2
-rw-r--r--dns/rdtypes/IN/APL.py2
-rw-r--r--dns/rdtypes/IN/DHCID.py2
-rw-r--r--dns/rdtypes/IN/IPSECKEY.py2
-rw-r--r--dns/rdtypes/IN/KX.py2
-rw-r--r--dns/rdtypes/IN/NAPTR.py2
-rw-r--r--dns/rdtypes/IN/NSAP.py2
-rw-r--r--dns/rdtypes/IN/NSAP_PTR.py2
-rw-r--r--dns/rdtypes/IN/PX.py2
-rw-r--r--dns/rdtypes/IN/SRV.py2
-rw-r--r--dns/rdtypes/IN/WKS.py2
-rw-r--r--dns/rdtypes/IN/__init__.py2
-rw-r--r--dns/rdtypes/__init__.py2
-rw-r--r--dns/rdtypes/dsbase.py2
-rw-r--r--dns/rdtypes/mxbase.py2
-rw-r--r--dns/rdtypes/nsbase.py2
-rw-r--r--dns/rdtypes/txtbase.py2
-rw-r--r--dns/renderer.py2
-rw-r--r--dns/resolver.py2
-rw-r--r--dns/reversename.py2
-rw-r--r--dns/rrset.py2
-rw-r--r--dns/set.py2
-rw-r--r--dns/tokenizer.py2
-rw-r--r--dns/tsig.py2
-rw-r--r--dns/tsigkeyring.py2
-rw-r--r--dns/ttl.py2
-rw-r--r--dns/update.py2
-rw-r--r--dns/version.py2
-rw-r--r--dns/zone.py2
-rwxr-xr-xsetup.py2
-rw-r--r--tests/Makefile2
-rw-r--r--tests/bugs.py2
-rw-r--r--tests/dnssec.py2
-rw-r--r--tests/flags.py2
-rw-r--r--tests/message.py2
-rw-r--r--tests/name.py2
-rw-r--r--tests/namedict.py2
-rw-r--r--tests/ntoaaton.py2
-rw-r--r--tests/rdtypeandclass.py2
-rw-r--r--tests/resolver.py2
-rw-r--r--tests/rrset.py2
-rw-r--r--tests/set.py2
-rw-r--r--tests/tokenizer.py2
-rw-r--r--tests/update.py2
-rw-r--r--tests/zone.py2
-rw-r--r--util/copyrights197
97 files changed, 194 insertions, 195 deletions
diff --git a/Makefile b/Makefile
index 3dbfe95..1f62c96 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/__init__.py b/dns/__init__.py
index 1716168..c848e48 100644
--- a/dns/__init__.py
+++ b/dns/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/dnssec.py b/dns/dnssec.py
index 8f24a6a..dd6a27a 100644
--- a/dns/dnssec.py
+++ b/dns/dnssec.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/e164.py b/dns/e164.py
index d8f71ec..d6dcd1b 100644
--- a/dns/e164.py
+++ b/dns/e164.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2009 Nominum, Inc.
+# Copyright (C) 2006, 2007, 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/edns.py b/dns/edns.py
index 1731ced..f8b6009 100644
--- a/dns/edns.py
+++ b/dns/edns.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Nominum, Inc.
+# Copyright (C) 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/entropy.py b/dns/entropy.py
index fd9d4f8..d380cf8 100644
--- a/dns/entropy.py
+++ b/dns/entropy.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Nominum, Inc.
+# Copyright (C) 2009, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/exception.py b/dns/exception.py
index c6d6570..db6ef6e 100644
--- a/dns/exception.py
+++ b/dns/exception.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/flags.py b/dns/flags.py
index 17afdbc..35a8305 100644
--- a/dns/flags.py
+++ b/dns/flags.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/hash.py b/dns/hash.py
index 7bd5ae5..0c70803 100644
--- a/dns/hash.py
+++ b/dns/hash.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Nominum, Inc.
+# Copyright (C) 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/inet.py b/dns/inet.py
index 8a8f3e1..3b7e88f 100644
--- a/dns/inet.py
+++ b/dns/inet.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/ipv4.py b/dns/ipv4.py
index 1569da5..8d45b44 100644
--- a/dns/ipv4.py
+++ b/dns/ipv4.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/ipv6.py b/dns/ipv6.py
index 33c6713..8363fe4 100644
--- a/dns/ipv6.py
+++ b/dns/ipv6.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/message.py b/dns/message.py
index 77c2787..cf29133 100644
--- a/dns/message.py
+++ b/dns/message.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/name.py b/dns/name.py
index 29c3963..ed3ffee 100644
--- a/dns/name.py
+++ b/dns/name.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/namedict.py b/dns/namedict.py
index 54afb77..9f5a0ef 100644
--- a/dns/namedict.py
+++ b/dns/namedict.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/node.py b/dns/node.py
index 785a245..7625c66 100644
--- a/dns/node.py
+++ b/dns/node.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/opcode.py b/dns/opcode.py
index 705bd09..3258c34 100644
--- a/dns/opcode.py
+++ b/dns/opcode.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/query.py b/dns/query.py
index 9dc88a6..addee4e 100644
--- a/dns/query.py
+++ b/dns/query.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rcode.py b/dns/rcode.py
index c055f2e..7807782 100644
--- a/dns/rcode.py
+++ b/dns/rcode.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdata.py b/dns/rdata.py
index caaaa01..fda4b10 100644
--- a/dns/rdata.py
+++ b/dns/rdata.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdataclass.py b/dns/rdataclass.py
index 887fd1a..14f769f 100644
--- a/dns/rdataclass.py
+++ b/dns/rdataclass.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdataset.py b/dns/rdataset.py
index f556d22..dcd2b40 100644
--- a/dns/rdataset.py
+++ b/dns/rdataset.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdatatype.py b/dns/rdatatype.py
index 1a02b7d..380cfcd 100644
--- a/dns/rdatatype.py
+++ b/dns/rdatatype.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/AFSDB.py b/dns/rdtypes/ANY/AFSDB.py
index e8ca6f5..c729789 100644
--- a/dns/rdtypes/ANY/AFSDB.py
+++ b/dns/rdtypes/ANY/AFSDB.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/CERT.py b/dns/rdtypes/ANY/CERT.py
index 0152bb2..c102521 100644
--- a/dns/rdtypes/ANY/CERT.py
+++ b/dns/rdtypes/ANY/CERT.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/CNAME.py b/dns/rdtypes/ANY/CNAME.py
index 7f5c4b3..fb8e9be 100644
--- a/dns/rdtypes/ANY/CNAME.py
+++ b/dns/rdtypes/ANY/CNAME.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/DLV.py b/dns/rdtypes/ANY/DLV.py
index 07b9548..8bd7979 100644
--- a/dns/rdtypes/ANY/DLV.py
+++ b/dns/rdtypes/ANY/DLV.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010 Nominum, Inc.
+# Copyright (C) 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/DNAME.py b/dns/rdtypes/ANY/DNAME.py
index 99b5013..d864001 100644
--- a/dns/rdtypes/ANY/DNAME.py
+++ b/dns/rdtypes/ANY/DNAME.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/DNSKEY.py b/dns/rdtypes/ANY/DNSKEY.py
index dd41761..1d678d2 100644
--- a/dns/rdtypes/ANY/DNSKEY.py
+++ b/dns/rdtypes/ANY/DNSKEY.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/DS.py b/dns/rdtypes/ANY/DS.py
index 3a06f44..56b6332 100644
--- a/dns/rdtypes/ANY/DS.py
+++ b/dns/rdtypes/ANY/DS.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/GPOS.py b/dns/rdtypes/ANY/GPOS.py
index 3457cc4..38d1d88 100644
--- a/dns/rdtypes/ANY/GPOS.py
+++ b/dns/rdtypes/ANY/GPOS.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/HINFO.py b/dns/rdtypes/ANY/HINFO.py
index 2a1ff38..15fd54e 100644
--- a/dns/rdtypes/ANY/HINFO.py
+++ b/dns/rdtypes/ANY/HINFO.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/HIP.py b/dns/rdtypes/ANY/HIP.py
index aa6c7e9..968b36f 100644
--- a/dns/rdtypes/ANY/HIP.py
+++ b/dns/rdtypes/ANY/HIP.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Nominum, Inc.
+# Copyright (C) 2010, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/ISDN.py b/dns/rdtypes/ANY/ISDN.py
index 1bf4d5e..0c2d3cd 100644
--- a/dns/rdtypes/ANY/ISDN.py
+++ b/dns/rdtypes/ANY/ISDN.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/LOC.py b/dns/rdtypes/ANY/LOC.py
index 518dd60..154546d 100644
--- a/dns/rdtypes/ANY/LOC.py
+++ b/dns/rdtypes/ANY/LOC.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/MX.py b/dns/rdtypes/ANY/MX.py
index 9cad260..92f4153 100644
--- a/dns/rdtypes/ANY/MX.py
+++ b/dns/rdtypes/ANY/MX.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/NS.py b/dns/rdtypes/ANY/NS.py
index 4b03a3a..6b45d4d 100644
--- a/dns/rdtypes/ANY/NS.py
+++ b/dns/rdtypes/ANY/NS.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/NSEC.py b/dns/rdtypes/ANY/NSEC.py
index d41562b..ad113a4 100644
--- a/dns/rdtypes/ANY/NSEC.py
+++ b/dns/rdtypes/ANY/NSEC.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/NSEC3.py b/dns/rdtypes/ANY/NSEC3.py
index 882ac73..c7ac737 100644
--- a/dns/rdtypes/ANY/NSEC3.py
+++ b/dns/rdtypes/ANY/NSEC3.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/NSEC3PARAM.py b/dns/rdtypes/ANY/NSEC3PARAM.py
index c006856..4e68782 100644
--- a/dns/rdtypes/ANY/NSEC3PARAM.py
+++ b/dns/rdtypes/ANY/NSEC3PARAM.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/PTR.py b/dns/rdtypes/ANY/PTR.py
index 6c4b79e..4a03753 100644
--- a/dns/rdtypes/ANY/PTR.py
+++ b/dns/rdtypes/ANY/PTR.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/RP.py b/dns/rdtypes/ANY/RP.py
index 421ce8e..26c5531 100644
--- a/dns/rdtypes/ANY/RP.py
+++ b/dns/rdtypes/ANY/RP.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/RRSIG.py b/dns/rdtypes/ANY/RRSIG.py
index d760cec..63d389c 100644
--- a/dns/rdtypes/ANY/RRSIG.py
+++ b/dns/rdtypes/ANY/RRSIG.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2004-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/RT.py b/dns/rdtypes/ANY/RT.py
index 1efd372..f9653fd 100644
--- a/dns/rdtypes/ANY/RT.py
+++ b/dns/rdtypes/ANY/RT.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/SOA.py b/dns/rdtypes/ANY/SOA.py
index 5f74b8d..2d6f21b 100644
--- a/dns/rdtypes/ANY/SOA.py
+++ b/dns/rdtypes/ANY/SOA.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/SPF.py b/dns/rdtypes/ANY/SPF.py
index 9b5a9a9..8860dd7 100644
--- a/dns/rdtypes/ANY/SPF.py
+++ b/dns/rdtypes/ANY/SPF.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/SSHFP.py b/dns/rdtypes/ANY/SSHFP.py
index 881cc81..cec650a 100644
--- a/dns/rdtypes/ANY/SSHFP.py
+++ b/dns/rdtypes/ANY/SSHFP.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2005-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/TXT.py b/dns/rdtypes/ANY/TXT.py
index 23f4f3b..604fd0f 100644
--- a/dns/rdtypes/ANY/TXT.py
+++ b/dns/rdtypes/ANY/TXT.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/X25.py b/dns/rdtypes/ANY/X25.py
index e10efb4..ae91295 100644
--- a/dns/rdtypes/ANY/X25.py
+++ b/dns/rdtypes/ANY/X25.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/ANY/__init__.py b/dns/rdtypes/ANY/__init__.py
index 76815c4..721e9dd 100644
--- a/dns/rdtypes/ANY/__init__.py
+++ b/dns/rdtypes/ANY/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/A.py b/dns/rdtypes/IN/A.py
index e05f204..372d333 100644
--- a/dns/rdtypes/IN/A.py
+++ b/dns/rdtypes/IN/A.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/AAAA.py b/dns/rdtypes/IN/AAAA.py
index 2d812d3..e131bd5 100644
--- a/dns/rdtypes/IN/AAAA.py
+++ b/dns/rdtypes/IN/AAAA.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/APL.py b/dns/rdtypes/IN/APL.py
index c181e82..260fd6f 100644
--- a/dns/rdtypes/IN/APL.py
+++ b/dns/rdtypes/IN/APL.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/DHCID.py b/dns/rdtypes/IN/DHCID.py
index ffe0b91..5524bea 100644
--- a/dns/rdtypes/IN/DHCID.py
+++ b/dns/rdtypes/IN/DHCID.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/IPSECKEY.py b/dns/rdtypes/IN/IPSECKEY.py
index 6248e6c..d85b6fe 100644
--- a/dns/rdtypes/IN/IPSECKEY.py
+++ b/dns/rdtypes/IN/IPSECKEY.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/KX.py b/dns/rdtypes/IN/KX.py
index 4d8a3a7..c7bd5bb 100644
--- a/dns/rdtypes/IN/KX.py
+++ b/dns/rdtypes/IN/KX.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/NAPTR.py b/dns/rdtypes/IN/NAPTR.py
index 60ec177..7fe0430 100644
--- a/dns/rdtypes/IN/NAPTR.py
+++ b/dns/rdtypes/IN/NAPTR.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/NSAP.py b/dns/rdtypes/IN/NSAP.py
index b4112ae..216cb0a 100644
--- a/dns/rdtypes/IN/NSAP.py
+++ b/dns/rdtypes/IN/NSAP.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/NSAP_PTR.py b/dns/rdtypes/IN/NSAP_PTR.py
index 6f591f4..df5b989 100644
--- a/dns/rdtypes/IN/NSAP_PTR.py
+++ b/dns/rdtypes/IN/NSAP_PTR.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/PX.py b/dns/rdtypes/IN/PX.py
index 4718944..1422b83 100644
--- a/dns/rdtypes/IN/PX.py
+++ b/dns/rdtypes/IN/PX.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/SRV.py b/dns/rdtypes/IN/SRV.py
index c9c5823..e101b26 100644
--- a/dns/rdtypes/IN/SRV.py
+++ b/dns/rdtypes/IN/SRV.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/WKS.py b/dns/rdtypes/IN/WKS.py
index 06e2970..04c3054 100644
--- a/dns/rdtypes/IN/WKS.py
+++ b/dns/rdtypes/IN/WKS.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/IN/__init__.py b/dns/rdtypes/IN/__init__.py
index ab93129..24cf1ec 100644
--- a/dns/rdtypes/IN/__init__.py
+++ b/dns/rdtypes/IN/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/__init__.py b/dns/rdtypes/__init__.py
index fcc056f..49db5a3 100644
--- a/dns/rdtypes/__init__.py
+++ b/dns/rdtypes/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/dsbase.py b/dns/rdtypes/dsbase.py
index 151c96d..6f5559a 100644
--- a/dns/rdtypes/dsbase.py
+++ b/dns/rdtypes/dsbase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Nominum, Inc.
+# Copyright (C) 2010, 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/mxbase.py b/dns/rdtypes/mxbase.py
index 5e3515b..abc6a9e 100644
--- a/dns/rdtypes/mxbase.py
+++ b/dns/rdtypes/mxbase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/nsbase.py b/dns/rdtypes/nsbase.py
index 7cdb2a0..fbd5ef1 100644
--- a/dns/rdtypes/nsbase.py
+++ b/dns/rdtypes/nsbase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rdtypes/txtbase.py b/dns/rdtypes/txtbase.py
index b203e8e..580f056 100644
--- a/dns/rdtypes/txtbase.py
+++ b/dns/rdtypes/txtbase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/renderer.py b/dns/renderer.py
index 472e27a..ad3f83d 100644
--- a/dns/renderer.py
+++ b/dns/renderer.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/resolver.py b/dns/resolver.py
index e7cdcfd..e711dee 100644
--- a/dns/resolver.py
+++ b/dns/resolver.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/reversename.py b/dns/reversename.py
index 0a61b82..4925cfd 100644
--- a/dns/reversename.py
+++ b/dns/reversename.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/rrset.py b/dns/rrset.py
index 2146817..f6051fe 100644
--- a/dns/rrset.py
+++ b/dns/rrset.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/set.py b/dns/set.py
index 91f9fb8..14c76a0 100644
--- a/dns/set.py
+++ b/dns/set.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/tokenizer.py b/dns/tokenizer.py
index 4f68a2a..4bff7b6 100644
--- a/dns/tokenizer.py
+++ b/dns/tokenizer.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/tsig.py b/dns/tsig.py
index 5e58ea8..63b925a 100644
--- a/dns/tsig.py
+++ b/dns/tsig.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2001-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/tsigkeyring.py b/dns/tsigkeyring.py
index cbd1a27..0ddd934 100644
--- a/dns/tsigkeyring.py
+++ b/dns/tsigkeyring.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/ttl.py b/dns/ttl.py
index f295300..ab6ddf4 100644
--- a/dns/ttl.py
+++ b/dns/ttl.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/update.py b/dns/update.py
index e67acaf..e692226 100644
--- a/dns/update.py
+++ b/dns/update.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/version.py b/dns/version.py
index 4cc9e46..6539cfc 100644
--- a/dns/version.py
+++ b/dns/version.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/dns/zone.py b/dns/zone.py
index db5fd5d..67c952d 100644
--- a/dns/zone.py
+++ b/dns/zone.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/setup.py b/setup.py
index de8bea3..461bc0d 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/Makefile b/tests/Makefile
index 584f6a7..6ab444f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/bugs.py b/tests/bugs.py
index 0896e3f..c2fa6b6 100644
--- a/tests/bugs.py
+++ b/tests/bugs.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2006, 2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/dnssec.py b/tests/dnssec.py
index b30e847..7b4546a 100644
--- a/tests/dnssec.py
+++ b/tests/dnssec.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Nominum, Inc.
+# Copyright (C) 2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/flags.py b/tests/flags.py
index 7ee2d8e..b3cf671 100644
--- a/tests/flags.py
+++ b/tests/flags.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/message.py b/tests/message.py
index 7134661..931bb19 100644
--- a/tests/message.py
+++ b/tests/message.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/name.py b/tests/name.py
index 1ab4f52..55815f8 100644
--- a/tests/name.py
+++ b/tests/name.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/namedict.py b/tests/namedict.py
index 0261142..e256bfe 100644
--- a/tests/namedict.py
+++ b/tests/namedict.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/ntoaaton.py b/tests/ntoaaton.py
index 77befd2..a1c191f 100644
--- a/tests/ntoaaton.py
+++ b/tests/ntoaaton.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/rdtypeandclass.py b/tests/rdtypeandclass.py
index 0c8a830..f3c0628 100644
--- a/tests/rdtypeandclass.py
+++ b/tests/rdtypeandclass.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/resolver.py b/tests/resolver.py
index bd6dc5f..28d5a42 100644
--- a/tests/resolver.py
+++ b/tests/resolver.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/rrset.py b/tests/rrset.py
index 3cafbee..be1324b 100644
--- a/tests/rrset.py
+++ b/tests/rrset.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/set.py b/tests/set.py
index e2bca51..583d20c 100644
--- a/tests/set.py
+++ b/tests/set.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/tokenizer.py b/tests/tokenizer.py
index 4f4a1bd..1d561ae 100644
--- a/tests/tokenizer.py
+++ b/tests/tokenizer.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/update.py b/tests/update.py
index 5f7b31f..92ddb56 100644
--- a/tests/update.py
+++ b/tests/update.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/tests/zone.py b/tests/zone.py
index 075be0a..31e7405 100644
--- a/tests/zone.py
+++ b/tests/zone.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc.
+# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
diff --git a/util/copyrights b/util/copyrights
index ae57838..f73e9f6 100644
--- a/util/copyrights
+++ b/util/copyrights
@@ -2,92 +2,89 @@
./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
+./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
-./dns/dnssec.py PYTHON 2003,2004,2005,2006,2007,2009
-./dns/e164.py PYTHON 2006,2007,2009
-./dns/edns.py PYTHON 2009
-./dns/entropy.py PYTHON 2009
-./dns/exception.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/flags.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/inet.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/ipv4.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/ipv6.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/message.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/name.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/namedict.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/node.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/opcode.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/query.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rcode.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/rdata.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/rdataclass.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/rdataset.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/rdatatype.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/AFSDB.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/CERT.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/CNAME.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/DLV.py PYTHON 2009,2010
-./dns/rdtypes/ANY/DNAME.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/DNSKEY.py PYTHON 2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/DS.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/GPOS.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/HINFO.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/HIP.py PYTHON 2010
-./dns/rdtypes/ANY/ISDN.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/KEY.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/LOC.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/MX.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/NS.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/NSEC.py PYTHON 2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/NSEC3.py PYTHON 2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/NSEC3PARAM.py PYTHON 2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/NXT.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/PTR.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/RP.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/RRSIG.py PYTHON 2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/RT.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/SIG.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/SOA.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/SPF.py PYTHON 2006,2007,2009,2010
-./dns/rdtypes/ANY/SSHFP.py PYTHON 2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/TXT.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/X25.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/ANY/__init__.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/A.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/AAAA.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/APL.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/DHCID.py PYTHON 2006,2007,2009,2010
-./dns/rdtypes/IN/IPSECKEY.py PYTHON 2006,2007,2009,2010
-./dns/rdtypes/IN/KX.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/NAPTR.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/NSAP.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/NSAP_PTR.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/PX.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/SRV.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/WKS.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/IN/__init__.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/__init__.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/dsbase.py PYTHON 2010
-./dns/rdtypes/keybase.py PYTHON 2004,2005,2006,2007,2009,2010
-./dns/rdtypes/mxbase.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/nsbase.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/rdtypes/sigbase.py PYTHON 2004,2005,2006,2007,2009,2010
-./dns/rdtypes/txtbase.py PYTHON 2006,2007,2009,2010
-./dns/renderer.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/resolver.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/reversename.py PYTHON 2006,2007,2009,2010
-./dns/rrset.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/set.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/tokenizer.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/tsig.py PYTHON 2001,2002,2003,2004,2005,2006,2007,2009,2010
-./dns/tsigkeyring.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/ttl.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/update.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/version.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./dns/zone.py PYTHON 2003,2004,2005,2006,2007,2009,2010
+./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/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
@@ -95,23 +92,25 @@
./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
-./setup.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/Makefile MAKE 2003,2004,2005,2006,2007,2009,2010
-./tests/bugs.py PYTHON 2006,2007,2009,2010
+./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
-./tests/message.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/name.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/namedict.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/ntoaaton.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/rdtypeandclass.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/resolver.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/rrset.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/set.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/tokenizer.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/update.py PYTHON 2003,2004,2005,2006,2007,2009,2010
-./tests/zone.py PYTHON 2003,2004,2005,2006,2007,2009,2010
+./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