update copyrights for 2007
authorBob Halley <halley@dnspython.org>
Mon, 1 Jan 2007 02:10:38 +0000 (02:10 +0000)
committerBob Halley <halley@dnspython.org>
Mon, 1 Jan 2007 02:10:38 +0000 (02:10 +0000)
92 files changed:
Makefile
dns/__init__.py
dns/dnssec.py
dns/e164.py
dns/exception.py
dns/flags.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/CERT.py
dns/rdtypes/ANY/CNAME.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/ISDN.py
dns/rdtypes/ANY/KEY.py
dns/rdtypes/ANY/LOC.py
dns/rdtypes/ANY/MX.py
dns/rdtypes/ANY/NS.py
dns/rdtypes/ANY/NSEC.py
dns/rdtypes/ANY/NXT.py
dns/rdtypes/ANY/PTR.py
dns/rdtypes/ANY/RP.py
dns/rdtypes/ANY/RRSIG.py
dns/rdtypes/ANY/RT.py
dns/rdtypes/ANY/SIG.py
dns/rdtypes/ANY/SOA.py
dns/rdtypes/ANY/SPF.py
dns/rdtypes/ANY/SSHFP.py
dns/rdtypes/ANY/TXT.py
dns/rdtypes/ANY/X25.py
dns/rdtypes/ANY/__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/keybase.py
dns/rdtypes/mxbase.py
dns/rdtypes/nsbase.py
dns/rdtypes/sigbase.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/zone.py
setup.py
tests/Makefile
tests/bugs.py
tests/flags.py
tests/message.py
tests/name.py
tests/namedict.py
tests/ntoaaton.py
tests/rdtypeandclass.py
tests/resolver.py
tests/rrset.py
tests/set.py
tests/tokenizer.py
tests/update.py
tests/zone.py

index ce5086e1f5c2599f892e25772a16adc2c68ad7e2..82a7a27e86f3d4a73bcd2787c370081f3e73eed6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index b4036afd34f509c3c180d268a555695dc59c70a4..ff94406c0c8d518cca5204418f02e53c36b435cf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index d4feb6581075ed9be0d38bfa479ac260d5af207f..0de1732005a50eb3ced917b81f8575c6c695720c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 832db24b4ad46e1d54c3604965bf43e2a2c9b8df..f82b535d08664a04b2d47ee9ab3399be98c24a63 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005 Nominum, Inc.
+# Copyright (C) 2006, 2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 930590ca8294145e81387921d588542262f85761..a287357888340fc264735f13e35d9b7521aab700 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 6e258b4b03f5435fdc60c2a68c91e3ca5c7359ba..23fbfa0d465dd1f05eb13311c877058efa6baeb1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 7dd01f1e6b243a842bb0058b6af9d8fd559f9db0..1470925208111b80d2a747ab2bd036bcc7755adf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 579c3d7951ed70777062f97cdb2900a21762610a..618ff369b5c51fc58ac0f6e7e2b72c9f1e10f41d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index cca0068bd92878ca42e4f82367c40536de71f5b7..50780b6a6448445bcaaee3b95fec847b5c984aed 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 7daf44900937f4a215034004d5bd15a2d3eb7c0c..852793591654cb4cdb4262d1c0af2b0592cb1a13 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 9f7b6d1bd6a28c4b673af9705d21dac132cab353..6e157812bcdd7822f8fa421c91ed916269f320df 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index ca2a501d0e8b891dd2041b37a4a10f6d47f8556f..ba0dae794dcf50f5b077467df3f18322c94fc8a3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index b3b69391ae639594764974fe8e88dfcb58b23e7d..c12091035247b5ef890c53c1a4a9ce271fa23d37 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index d64b4546307ffccd51c6758c737b57830024bb02..52208e2d2e974c9bf4c964c61bf05d3febacff3a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index dc2ffa90c1a78ba65ee5152506ee8ef12d55a972..f2ff9a1d196edcd0c402d320d4dbb7b57157d07f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 469d3d8d61f4d1dd2d015ef17701a573e285a51f..174a86a1d8e367f792b51e25aaff79fe7a674803 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 3ca3bfb21e4d619ebf6da486db398edb16360d2f..a6cdf38ebba1cfd906ef29e0641e8b7e439387e6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 09b438c1434ed52590d5fa321a5b1c7ce0df3972..5350d55aafce9df79acc96eb3659a7ad5a749de8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 13a90686cf43dcd5e84898693c914b659e0a4643..bcba277e6585d284d8e026e9761739d188b3f5a3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 19e8acb102eb8b28278c5120e0315d049e6a8ffd..432733a9d5b267f9cd7421acc6a9700536ae214c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index d8eb774fd848fbd5841624deea60ef7d14768c43..be48c215667cd08d1110a3301682b72395668575 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 191ec6d27af7b53b2a59818f2b2787a81583d529..72f979c0c04b897a2fb22d08521b726cd46ba85c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 9572e593d5deae2e3a2b646b62c2d41cae108349..21bd95c25088abd4f3595263a14f30feaf1b4d10 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 672a7636c18eaf2a24a082d67b4f53341f0e5bf0..68341d111d82d3b56e30f6fe556f3d10959ad83a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 34cc75120f4a5b0e788d48d3a541705620239b21..e49b8e9c3c8b5ec1c239ef6b080efeb856d317fd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 Nominum, Inc.
+# Copyright (C) 2004-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 6b171557a2a1b4a87ad96f46e064d8f138892059..035ac30063114738c156ea9923cc3650bcaa4f51 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 3361e32a65bc705915914315ac3bc1da2e686008..2c66052819cdcf1bd181efba63f04de820f3915c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index dfb199387bd7613db03300214d17cdfeda2f0a2b..4af4f762fa4ef0b5f00a2250066a66c8a99cd2fb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index f2f9d3b8aad2bed1d296badcfb95ac7fbf10e47f..f27235e6818f4d427dce846e1ed8556942018331 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 822135f16ef6a3f121c26416efc986d9e07ad917..4b9192b3fd170a7fc5971306a9adfd8ba6d87540 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index b7a15df544e9b0fa7e1ea396b75bd1ba07e36d67..d963d1f6ae6bf6c37e103d88d8ee4d7d2de2a719 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 3907356375089054d62562fb37070a90a08df776..08f9a43f3a4b6aca10292dda9a83ec95f59023c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 77f5c3d00024897cd6c3a00455e7ce15a0fe303c..1feb59d82d5ad68f11132e30c6bc1d3a405eabc8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 8ecb3be937d593bc556916529011ced881cfbadf..aac5dd3197d02bd0d4c43619676e68c3cf73b064 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 Nominum, Inc.
+# Copyright (C) 2004-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index f9d26f4c20d6fe5b7b99f3f491b0aee04dae251d..81916ab17b5d8ccdb98c201f6be16240199fcc12 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 33ba34cd05d1da5b48bb52b711aadf975f178271..c6211f813eef5747e3167886a725070e1b746204 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 819d6a9a90cfe62f5f7a482b915dd80c35e64c6a..a68b3e9bc281cb8fb492501e36d1c66190cb3c64 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 1325c6d5f5ae552a33e240b7f2da197c25ceab67..15df1ad7949a4b6725d939144075358b976d4525 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 Nominum, Inc.
+# Copyright (C) 2004-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 11424b53ae324d6ec8d7b7c22f26ab14f5d75e64..6bc02542eedf1ebfd2d50efa3e048e5b3d9ec203 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 627bdbd946317946bd14f5b0930d2c0532cec2a2..d90d34c19ed479995ac67c929e96748774608ff6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 57f94ed7186f8d13f455ffc09869a8263f8249cc..fab85829bbffa6d7a268ff15a3c83f9b890ce166 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index d038f4404285ee46d2b8c4a433c64f3de344b9df..6039f77d4cc0da3d9e770693e6b8aa7ceb5e4ed9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006 Nominum, Inc.
+# Copyright (C) 2006, 2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index b23fda3d7ba4765e70e3ce63418caa3c28607a23..9733062b83318cf09022ca0955202de2ab96af7d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005 Nominum, Inc.
+# Copyright (C) 2005-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 60a79a6c4dd0b54d0d50512b42bb5f0a47326a6d..2201037377dbfa64df18c476c6554dc7a5335179 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2006 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 3466e91b958f76a0409930e13ba9ea9f7878cc0a..5b340de4b9fccfad4ab432e7b383b6892a97a4ee 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 82c09d27c64f42e3bd80b669a5207adaae280ded..40e3294923ef48f653e31bbdfde97115175a478f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 3394a251e57171ae0fb3f435974a5b0c70e2ea38..bb289066e4aff1e513f97791fec5e558fd472601 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index ca9c063efaee1bc2257e1f07e4d927e9c7776109..cf07191708679f317ac824cf7cd2fef4b9a3b9b6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 034cd347d89d08910f492c920501c5017da2f14f..c743208593b1cf373b62e71b49d4f405e66d3559 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index a5fb69fd73b4a9e3c83233a078b23139dbcd6dbf..410a3094dd30228fdc0b9218500fa3eb516453e9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006 Nominum, Inc.
+# Copyright (C) 2006, 2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index e821453dce3b487468376e99c91c7d5a2b776c77..b95697f2032f7b0a9a223cce6f623d7eea9edff9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006 Nominum, Inc.
+# Copyright (C) 2006, 2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 54cb0c312ea6a1a7e63d9dce4637591840d421bd..504f1ef7a67547a68dcd4586f089f25121f2e8ac 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 832276df2acdb0bcb8e328cabbd68b1dae55c4a0..8df58f0df77a69abe624bd7b33ac9fc8b088d3f0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 13655802fa6dd4458a3130f0167692f9a8445a1a..2b926634e2ebf4da542b2545ca1d13b1087ff338 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 8ed19a74bb462b6c77b119ee8f9bd24496593e3b..b6c5a265fa8b3c40c97f4737dc75e17406f228e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 74e05ab12d888f2ee966c550955a9127559eaee6..a484f89aeb0e0737041983614ab318d69961de2f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 38f68cd91b2274b948addb4942d24f42cb8b18ef..1b9e3850d2070c21400842b2f7cbb8ba9c601bba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index dcf62bff72263fc0215613cab247e291490d040b..8cce0bf6102171603e28c2accd7b685c9afa3332 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index ef1cfa12ce69a5dd252af9aa4cc5aecdb8c47c55..55f3a763e7dc5067b86fbd35a5b6b8f84dc97417 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 96c16151a4ecde6580e7573655d134d8cb4b89b5..caf5dcb8b3d313fc2a3bf8c67f04e7bc84b5a225 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 59fe53457816c8f2102a5283a87a9fe135cd6d99..f223a570bc22d8d1602181a2f49294c2c633877c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 Nominum, Inc.
+# Copyright (C) 2004-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index ce79e5c3731f94ddbfa4df068839154098f77bb8..b5cd31b1577018e4061d545290f444d4ff8905f7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index c5c9f4417ddaec1e68b6cf5fac2d2ba9c9108b73..1a3e1a8541b64f3b68c56693f5c0bb67367670f9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 444e909eb98fc01af28d410e4d373aa999ed4788..ca2aebf956ee601500b9286c4cbe7dbfc597b9ce 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 Nominum, Inc.
+# Copyright (C) 2004-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index ec3c0464060581ffb4bba4fcd540c3dee4569380..c5ffe4166291191ec858ea4a6d5c69f2b3a816c5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2006, 2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index bec04907b233e2adb6f5a5165c3d8450f579a4e9..af7e2cb4469dd15949189952ad3efac9fbc898f0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 43719b7194ee02b44859a0c0ad127b2ed718ccb5..c7faf3652bb40d8aea5209a14aa1b0b5bfcb3051 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index e5fd0a14223775844557d2705b1f7c125f06f70f..284d08088801dfe11b906c523c826f0f25766456 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005 Nominum, Inc.
+# Copyright (C) 2006, 2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 934ad576305543f6c76d5bf5739c4e4248c4aea1..8858162ece2956337b783ac3bfbc66a5ec544ebd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 6a2363c23f21bc30caa8987df3348e6c22cdc573..7f32d3e5930c600b17d554cb1c94a8ee4789828a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2004 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 1c1c0ae122f9f95feff0564e2c2254a866485164..7e5e8f6c9cab896b6bca1ca9229816e302ac3630 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 480d26e6d35de11c44547d59e44f5337b30e4be3..247e7d30a447724fc6db5c4e79f33e6fa85cf46e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Nominum, Inc.
+# Copyright (C) 2001-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index ce763f8d5f233329a21a35cfe860b06af0439aab..ae8120b575eb030420d6ca64da2febeaeb10d5ab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 0da79616d63266d12fc697a4e309f23a6e6ce889..c0f3f92f1c96f94be26052a6f2633c7469ad0ce5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index d1fbe81a0e70b8a844423706ed68e13cb8a3fe2a..075b72b0938be568219bad2e27f4f7f39c9d1191 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 4f2a42dd4a281345ecb8170e5e374a71146bc411..94952bb7f530833b3eb236c228deda18621cb69d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index e4eb7e168d5444c5348b5b6533727fda307dda07..cdbd699881cb00e6891c843e9ea75b2329ed7c64 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 1c296460c9e31b7636c6b712b5d15268a5ace7d8..2bb2a259ef208fc2a9f699c2912542a8206a301b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2003-2006 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 7ca1456e6c23f4be4ad2df0390d0880ffe1f8122..4490bc21ec643635e71097dc9ba3fba7df924c4d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index f038005a49b90760ef5096089f556458c6eb7bf7..14387500374461b8a605f1c78e0cedc1b899ec86 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005 Nominum, Inc.
+# Copyright (C) 2006, 2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index fe4c92700e004c9871e73242a7e48e29890058e7..d9e4a6c1528e42b341dfcede31f226cad43de52b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 0a35f42edf5bbbb51508742b8ac1b17015e46e9f..e63910b51c0b99d6b9b31b3f00a9acdb14f5067a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 0ad38f17870fb8de2777cae947b541e1233938ef..512115be526e6ab8bd4ac09556ec14eccce7817a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index a1c68436ac27362900ef41dd9fee41882555b502..008bab51c33988a46462f3ceadc95f97a1e2f836 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 33678b35d6c356b076000acdbe341a1ba316ab80..8fbbdf288746ca1df9a965a6174b1f9dcc2bd9b1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index d6e571cf13918e341a314181f1de615f19d6b003..7f66bec5e6a0ada433aabe0f39ea0d76b620dafe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index cd644ec66a75a3f76a49e84c796bc2ca6b085680..3a5e735a10c81c609cc748053bd1223615a8b0af 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 910a9d39370091919e4d426e3235801c5d063aa5..03327315a061933dfd23eda46d68b05a09413c2c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index af55399348e4dea06ed23a2cac25101096e0ee43..4ad4f479640349b127fb8ed9e24b10214b8f7ede 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2004 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 62d89c1c750cc46c7ba4eb81778907105516021d..e887a01b319d67b9484db79166a5c23caaa1bcbf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index 4587e7fb0e9629ff50ad86bcdc39b57937abfc60..4f3ca58ef79c9a29c34d3b48093782bc640cefd6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
index ee6c6dace570d1285ae5da283bfed480ad6750b9..5bb5fe051df3e552a5df7d0551159aa0546fc8c7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2005 Nominum, Inc.
+# Copyright (C) 2003-2007 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,