From 562a6e2c21784871a9533c982bec3a86e3026c3b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 18 Jun 2009 11:18:04 +0100 Subject: [PATCH] update copyrights --- Makefile | 2 +- dns/__init__.py | 2 +- dns/dnssec.py | 2 +- dns/e164.py | 2 +- dns/entropy.py | 2 +- dns/exception.py | 2 +- dns/flags.py | 2 +- dns/inet.py | 2 +- dns/ipv4.py | 2 +- dns/ipv6.py | 2 +- dns/message.py | 2 +- dns/name.py | 2 +- dns/namedict.py | 2 +- dns/node.py | 2 +- dns/opcode.py | 2 +- dns/query.py | 2 +- dns/rcode.py | 2 +- dns/rdata.py | 2 +- dns/rdataclass.py | 2 +- dns/rdataset.py | 2 +- dns/rdatatype.py | 2 +- dns/rdtypes/ANY/AFSDB.py | 2 +- dns/rdtypes/ANY/CERT.py | 2 +- dns/rdtypes/ANY/CNAME.py | 2 +- dns/rdtypes/ANY/DNAME.py | 2 +- dns/rdtypes/ANY/DNSKEY.py | 2 +- dns/rdtypes/ANY/DS.py | 2 +- dns/rdtypes/ANY/GPOS.py | 2 +- dns/rdtypes/ANY/HINFO.py | 2 +- dns/rdtypes/ANY/ISDN.py | 2 +- dns/rdtypes/ANY/KEY.py | 2 +- dns/rdtypes/ANY/LOC.py | 2 +- dns/rdtypes/ANY/MX.py | 2 +- dns/rdtypes/ANY/NS.py | 2 +- dns/rdtypes/ANY/NSEC.py | 2 +- dns/rdtypes/ANY/NSEC3.py | 2 +- dns/rdtypes/ANY/NSEC3PARAM.py | 2 +- dns/rdtypes/ANY/NXT.py | 2 +- dns/rdtypes/ANY/PTR.py | 2 +- dns/rdtypes/ANY/RP.py | 2 +- dns/rdtypes/ANY/RRSIG.py | 2 +- dns/rdtypes/ANY/RT.py | 2 +- dns/rdtypes/ANY/SIG.py | 2 +- dns/rdtypes/ANY/SOA.py | 2 +- dns/rdtypes/ANY/SPF.py | 2 +- dns/rdtypes/ANY/SSHFP.py | 2 +- dns/rdtypes/ANY/TXT.py | 2 +- dns/rdtypes/ANY/X25.py | 2 +- dns/rdtypes/ANY/__init__.py | 2 +- dns/rdtypes/IN/A.py | 2 +- dns/rdtypes/IN/AAAA.py | 2 +- dns/rdtypes/IN/APL.py | 2 +- dns/rdtypes/IN/DHCID.py | 2 +- dns/rdtypes/IN/IPSECKEY.py | 2 +- dns/rdtypes/IN/KX.py | 2 +- dns/rdtypes/IN/NAPTR.py | 2 +- dns/rdtypes/IN/NSAP.py | 2 +- dns/rdtypes/IN/NSAP_PTR.py | 2 +- dns/rdtypes/IN/PX.py | 2 +- dns/rdtypes/IN/SRV.py | 2 +- dns/rdtypes/IN/WKS.py | 2 +- dns/rdtypes/IN/__init__.py | 2 +- dns/rdtypes/__init__.py | 2 +- dns/rdtypes/keybase.py | 2 +- dns/rdtypes/mxbase.py | 2 +- dns/rdtypes/nsbase.py | 2 +- dns/rdtypes/sigbase.py | 2 +- dns/rdtypes/txtbase.py | 2 +- dns/renderer.py | 2 +- dns/resolver.py | 2 +- dns/reversename.py | 2 +- dns/rrset.py | 2 +- dns/set.py | 2 +- dns/tokenizer.py | 2 +- dns/tsig.py | 2 +- dns/tsigkeyring.py | 2 +- dns/ttl.py | 2 +- dns/update.py | 2 +- dns/version.py | 2 +- dns/zone.py | 2 +- setup.py | 2 +- tests/Makefile | 2 +- tests/bugs.py | 2 +- tests/flags.py | 2 +- tests/message.py | 2 +- tests/name.py | 2 +- tests/namedict.py | 2 +- tests/ntoaaton.py | 2 +- tests/rdtypeandclass.py | 2 +- tests/resolver.py | 2 +- tests/rrset.py | 2 +- tests/set.py | 2 +- tests/tokenizer.py | 2 +- tests/update.py | 2 +- tests/zone.py | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/Makefile b/Makefile index 82a7a27e..c0cad5e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 0be068fd..5ad5737c 100644 --- a/dns/__init__.py +++ b/dns/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2009 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 0de17320..90180aea 100644 --- a/dns/dnssec.py +++ b/dns/dnssec.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 f82b535d..90b4d442 100644 --- a/dns/e164.py +++ b/dns/e164.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2007 Nominum, Inc. +# Copyright (C) 2006, 2007, 2009 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 a73e5e3b..ecbb48da 100644 --- a/dns/entropy.py +++ b/dns/entropy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 Nominum, Inc. +# Copyright (C) 2009 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 a2873578..84e8ed60 100644 --- a/dns/exception.py +++ b/dns/exception.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 23fbfa0d..3803d88b 100644 --- a/dns/flags.py +++ b/dns/flags.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 67bd6143..7717e9bc 100644 --- a/dns/inet.py +++ b/dns/inet.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 618ff369..e22d059d 100644 --- a/dns/ipv4.py +++ b/dns/ipv4.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 76540d91..576caacf 100644 --- a/dns/ipv6.py +++ b/dns/ipv6.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 cc0ac60b..d30e9c81 100644 --- a/dns/message.py +++ b/dns/message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2009 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 6e157812..ef548c93 100644 --- a/dns/name.py +++ b/dns/name.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 ba0dae79..87eeab2d 100644 --- a/dns/namedict.py +++ b/dns/namedict.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 c1209103..8fdfb79c 100644 --- a/dns/node.py +++ b/dns/node.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 52208e2d..19763e16 100644 --- a/dns/opcode.py +++ b/dns/opcode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 65338885..93adc2eb 100644 --- a/dns/query.py +++ b/dns/query.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 174a86a1..bbf992a2 100644 --- a/dns/rcode.py +++ b/dns/rcode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 a6cdf38e..e51faa30 100644 --- a/dns/rdata.py +++ b/dns/rdata.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 5350d55a..3288f8d6 100644 --- a/dns/rdataclass.py +++ b/dns/rdataclass.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 bcba277e..83c5de79 100644 --- a/dns/rdataset.py +++ b/dns/rdataset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 924290f4..bb16f0c7 100644 --- a/dns/rdatatype.py +++ b/dns/rdatatype.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 be48c215..1ce13f69 100644 --- a/dns/rdtypes/ANY/AFSDB.py +++ b/dns/rdtypes/ANY/AFSDB.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 72f979c0..f76e7ac5 100644 --- a/dns/rdtypes/ANY/CERT.py +++ b/dns/rdtypes/ANY/CERT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 21bd95c2..d68aea6b 100644 --- a/dns/rdtypes/ANY/CNAME.py +++ b/dns/rdtypes/ANY/CNAME.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 68341d11..f12d091a 100644 --- a/dns/rdtypes/ANY/DNAME.py +++ b/dns/rdtypes/ANY/DNAME.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 e49b8e9c..0b2e632f 100644 --- a/dns/rdtypes/ANY/DNSKEY.py +++ b/dns/rdtypes/ANY/DNSKEY.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 Nominum, Inc. +# Copyright (C) 2004-2007, 2009 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 e3ccf596..7344d90f 100644 --- a/dns/rdtypes/ANY/DS.py +++ b/dns/rdtypes/ANY/DS.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 2c660528..5fb1f018 100644 --- a/dns/rdtypes/ANY/GPOS.py +++ b/dns/rdtypes/ANY/GPOS.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 4af4f762..d91c6ddb 100644 --- a/dns/rdtypes/ANY/HINFO.py +++ b/dns/rdtypes/ANY/HINFO.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 f27235e6..6006ba02 100644 --- a/dns/rdtypes/ANY/ISDN.py +++ b/dns/rdtypes/ANY/ISDN.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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/KEY.py b/dns/rdtypes/ANY/KEY.py index 4b9192b3..2670dfb0 100644 --- a/dns/rdtypes/ANY/KEY.py +++ b/dns/rdtypes/ANY/KEY.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 d963d1f6..733e966a 100644 --- a/dns/rdtypes/ANY/LOC.py +++ b/dns/rdtypes/ANY/LOC.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 08f9a43f..19ab48cd 100644 --- a/dns/rdtypes/ANY/MX.py +++ b/dns/rdtypes/ANY/MX.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 1feb59d8..a16df55b 100644 --- a/dns/rdtypes/ANY/NS.py +++ b/dns/rdtypes/ANY/NS.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 7a5dd9d4..2d8b3674 100644 --- a/dns/rdtypes/ANY/NSEC.py +++ b/dns/rdtypes/ANY/NSEC.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 Nominum, Inc. +# Copyright (C) 2004-2007, 2009 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 1c43961e..1e0427b9 100644 --- a/dns/rdtypes/ANY/NSEC3.py +++ b/dns/rdtypes/ANY/NSEC3.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2009 Nominum, Inc. +# Copyright (C) 2004-2007, 2009 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 fc1b0ed0..ed11c4a6 100644 --- a/dns/rdtypes/ANY/NSEC3PARAM.py +++ b/dns/rdtypes/ANY/NSEC3PARAM.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2009 Nominum, Inc. +# Copyright (C) 2004-2007, 2009 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/NXT.py b/dns/rdtypes/ANY/NXT.py index 81916ab1..f0f6a890 100644 --- a/dns/rdtypes/ANY/NXT.py +++ b/dns/rdtypes/ANY/NXT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 c6211f81..7b5a2670 100644 --- a/dns/rdtypes/ANY/PTR.py +++ b/dns/rdtypes/ANY/PTR.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 a68b3e9b..c48515d0 100644 --- a/dns/rdtypes/ANY/RP.py +++ b/dns/rdtypes/ANY/RP.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 15df1ad7..6cf67e5d 100644 --- a/dns/rdtypes/ANY/RRSIG.py +++ b/dns/rdtypes/ANY/RRSIG.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 Nominum, Inc. +# Copyright (C) 2004-2007, 2009 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 6bc02542..e6b1bc4e 100644 --- a/dns/rdtypes/ANY/RT.py +++ b/dns/rdtypes/ANY/RT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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/SIG.py b/dns/rdtypes/ANY/SIG.py index d90d34c1..96595288 100644 --- a/dns/rdtypes/ANY/SIG.py +++ b/dns/rdtypes/ANY/SIG.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 fab85829..6f95e1c3 100644 --- a/dns/rdtypes/ANY/SOA.py +++ b/dns/rdtypes/ANY/SOA.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 6039f77d..41e978a8 100644 --- a/dns/rdtypes/ANY/SPF.py +++ b/dns/rdtypes/ANY/SPF.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2007 Nominum, Inc. +# Copyright (C) 2006, 2007, 2009 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 9733062b..21293bc2 100644 --- a/dns/rdtypes/ANY/SSHFP.py +++ b/dns/rdtypes/ANY/SSHFP.py @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2007 Nominum, Inc. +# Copyright (C) 2005-2007, 2009 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 22010373..c0562fbe 100644 --- a/dns/rdtypes/ANY/TXT.py +++ b/dns/rdtypes/ANY/TXT.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 5b340de4..83be7c5d 100644 --- a/dns/rdtypes/ANY/X25.py +++ b/dns/rdtypes/ANY/X25.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 8b2e9ec9..9c6f93c6 100644 --- a/dns/rdtypes/ANY/__init__.py +++ b/dns/rdtypes/ANY/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 bb289066..098a2750 100644 --- a/dns/rdtypes/IN/A.py +++ b/dns/rdtypes/IN/A.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 cf071917..086128e2 100644 --- a/dns/rdtypes/IN/AAAA.py +++ b/dns/rdtypes/IN/AAAA.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 c7432085..3cefb25a 100644 --- a/dns/rdtypes/IN/APL.py +++ b/dns/rdtypes/IN/APL.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 410a3094..676e609e 100644 --- a/dns/rdtypes/IN/DHCID.py +++ b/dns/rdtypes/IN/DHCID.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2007 Nominum, Inc. +# Copyright (C) 2006, 2007, 2009 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 b95697f2..4aba53bc 100644 --- a/dns/rdtypes/IN/IPSECKEY.py +++ b/dns/rdtypes/IN/IPSECKEY.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2007 Nominum, Inc. +# Copyright (C) 2006, 2007, 2009 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 504f1ef7..a8724fc9 100644 --- a/dns/rdtypes/IN/KX.py +++ b/dns/rdtypes/IN/KX.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 9c737a10..8d9ead68 100644 --- a/dns/rdtypes/IN/NAPTR.py +++ b/dns/rdtypes/IN/NAPTR.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 2b926634..05f74bf1 100644 --- a/dns/rdtypes/IN/NSAP.py +++ b/dns/rdtypes/IN/NSAP.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 b6c5a265..84a9a719 100644 --- a/dns/rdtypes/IN/NSAP_PTR.py +++ b/dns/rdtypes/IN/NSAP_PTR.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 a484f89a..2cb44326 100644 --- a/dns/rdtypes/IN/PX.py +++ b/dns/rdtypes/IN/PX.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 1b9e3850..2689d7f9 100644 --- a/dns/rdtypes/IN/SRV.py +++ b/dns/rdtypes/IN/SRV.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 8cce0bf6..9c15840a 100644 --- a/dns/rdtypes/IN/WKS.py +++ b/dns/rdtypes/IN/WKS.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 55f3a763..e5f096d1 100644 --- a/dns/rdtypes/IN/__init__.py +++ b/dns/rdtypes/IN/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 caf5dcb8..900e51f3 100644 --- a/dns/rdtypes/__init__.py +++ b/dns/rdtypes/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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/keybase.py b/dns/rdtypes/keybase.py index f223a570..763bd1e2 100644 --- a/dns/rdtypes/keybase.py +++ b/dns/rdtypes/keybase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 Nominum, Inc. +# Copyright (C) 2004-2007, 2009 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 b5cd31b1..1f4ad322 100644 --- a/dns/rdtypes/mxbase.py +++ b/dns/rdtypes/mxbase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 1a3e1a85..43f2b2b9 100644 --- a/dns/rdtypes/nsbase.py +++ b/dns/rdtypes/nsbase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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/sigbase.py b/dns/rdtypes/sigbase.py index ca2aebf9..b20e7daa 100644 --- a/dns/rdtypes/sigbase.py +++ b/dns/rdtypes/sigbase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 Nominum, Inc. +# Copyright (C) 2004-2007, 2009 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 c5ffe416..400a0e5a 100644 --- a/dns/rdtypes/txtbase.py +++ b/dns/rdtypes/txtbase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2007 Nominum, Inc. +# Copyright (C) 2006, 2007, 2009 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 ef538998..db827f1f 100644 --- a/dns/renderer.py +++ b/dns/renderer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2009 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 b4cf25a6..2bfdaf27 100644 --- a/dns/resolver.py +++ b/dns/resolver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 284d0808..5d15594e 100644 --- a/dns/reversename.py +++ b/dns/reversename.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2007 Nominum, Inc. +# Copyright (C) 2006, 2007, 2009 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 8858162e..2f166015 100644 --- a/dns/rrset.py +++ b/dns/rrset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 7f32d3e5..c6c4678e 100644 --- a/dns/set.py +++ b/dns/set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 7e5e8f6c..a2067d27 100644 --- a/dns/tokenizer.py +++ b/dns/tokenizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 5c112ac3..ce346b85 100644 --- a/dns/tsig.py +++ b/dns/tsig.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Nominum, Inc. +# Copyright (C) 2001-2007, 2009 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 ae8120b5..3692da12 100644 --- a/dns/tsigkeyring.py +++ b/dns/tsigkeyring.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 c0f3f92f..4047bba9 100644 --- a/dns/ttl.py +++ b/dns/ttl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 075b72b0..f54a51be 100644 --- a/dns/update.py +++ b/dns/update.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 079ad892..6c84bdb0 100644 --- a/dns/version.py +++ b/dns/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 902ec1e8..a40678fd 100644 --- a/dns/zone.py +++ b/dns/zone.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 2f1817a2..d5f55cf2 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 4490bc21..edd7dfd6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 14387500..05f6d23f 100644 --- a/tests/bugs.py +++ b/tests/bugs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006, 2007 Nominum, Inc. +# Copyright (C) 2006, 2007, 2009 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 d9e4a6c1..b289e341 100644 --- a/tests/flags.py +++ b/tests/flags.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 3338efe6..0f873084 100644 --- a/tests/message.py +++ b/tests/message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 512115be..de57db80 100644 --- a/tests/name.py +++ b/tests/name.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 008bab51..369fc71c 100644 --- a/tests/namedict.py +++ b/tests/namedict.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 8fbbdf28..99348908 100644 --- a/tests/ntoaaton.py +++ b/tests/ntoaaton.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 7f66bec5..65e09a00 100644 --- a/tests/rdtypeandclass.py +++ b/tests/rdtypeandclass.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 3a5e735a..8500ff36 100644 --- a/tests/resolver.py +++ b/tests/resolver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 03327315..0d7625cf 100644 --- a/tests/rrset.py +++ b/tests/rrset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 4ad4f479..acf3e95b 100644 --- a/tests/set.py +++ b/tests/set.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 e887a01b..7ae981bc 100644 --- a/tests/tokenizer.py +++ b/tests/tokenizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 4f3ca58e..bfac0c92 100644 --- a/tests/update.py +++ b/tests/update.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 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 5bb5fe05..01136d19 100644 --- a/tests/zone.py +++ b/tests/zone.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2007 Nominum, Inc. +# Copyright (C) 2003-2007, 2009 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its # documentation for any purpose with or without fee is hereby granted, -- 2.47.3