]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
commentjes en copyright jaartallen (dank miek)
authorJelte Jansen <jelte@NLnetLabs.nl>
Mon, 7 Apr 2008 07:54:59 +0000 (07:54 +0000)
committerJelte Jansen <jelte@NLnetLabs.nl>
Mon, 7 Apr 2008 07:54:59 +0000 (07:54 +0000)
17 files changed:
examples/ldns-chaos.c
examples/ldns-compare-zones.c
examples/ldns-dpa.c
examples/ldns-key2ds.c
examples/ldns-keyfetcher.c
examples/ldns-keygen.c
examples/ldns-mx.c
examples/ldns-notify.c
examples/ldns-read-zone.c
examples/ldns-resolver.c
examples/ldns-rrsig.c
examples/ldns-signzone.c
examples/ldns-testns.c
examples/ldns-testpkts.c
examples/ldns-version.c
examples/ldns-walk.c
examples/ldns-zcat.c

index c28f63839ea735065ca5a3c13d940e4a43f249e3..28730d91bc2a4236bdb81a72308cb5e297c5ba36 100644 (file)
@@ -2,7 +2,7 @@
  * chaos is a small programs that prints some information
  * about a nameserver
  *
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  *
  * See the file LICENSE for the license
  */
index eb98baa38b0e2a02620c6a671fc4963e3a88427a..19f763e24d78dcc432d3bdb36070e8ac0b5e1196 100644 (file)
@@ -3,7 +3,7 @@
  * 
  * Written by Ondrej Sury in 2007
  * 
- * Modified a bit my NLnet Labs.
+ * Modified a bit by NLnet Labs.
  * 
  * See the file LICENSE for the license
  */
index aea88ee81fb01e7d26cb820989e0a4e6c0662f05..f3ccd2c11c1f5af53d3dc2bfbce23dc8a6c63d92 100644 (file)
@@ -2,7 +2,7 @@
  * ldns-dpa inspects the (udp) DNS packets found in a pcap file
  * and provides statistics about them
  * 
- * (C) NLnet Labs 2006
+ * (C) NLnet Labs 2006 - 2008
  *
  * See the file LICENSE for the license
  */
index 7d3d030af2dbb5c4f90aa487b6e100c67aa4ba98..aabfddc2887e40e02f4a8e9db8e002c85c5cda07 100644 (file)
@@ -2,7 +2,7 @@
  * key2ds transforms a public key into its DS
  * It (currently) prints out the public key
  *
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index 2fb8ed30ac087920051614f193b78a12b6cf8232..0e1438d376acd37f3ff5a18bbdf91d768cc1120b 100644 (file)
@@ -3,7 +3,7 @@
  * It traces the authoritatives nameservers down from the root
  * And uses TCP, to minimize spoofing danger.
  *
- * (c) NLnet Labs, 2006
+ * (c) NLnet Labs, 2006 - 2008
  * See the file LICENSE for the license
  */
 
index 6ed9b8ea8445cc08904b6168bcc3a9bdf811338e..74f7974b2dadd9b27cd7f0f1e42d0db9bfd74a14 100644 (file)
@@ -2,7 +2,7 @@
  * keygen is a small programs that generate a dnskey and private key
  * for a particular domain.
  *
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index 8b319870dbd8ced80e54748c06970c480347fd83..5ac40fdba96a967a2d78717a480e4c9fdba88ef7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * mx is a small programs that prints out the mx records
  * for a particulary domain
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index c7be0456951e691b824ba9e7cfdf1be0582d1a5a..470f1c85a614052e5ab99bf1058fc54fbc23a28e 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  * ldns-notify.c - ldns-notify(8)
  * 
- * Copyright (c) 2001-2005, NLnet Labs, All right reserved
+ * Copyright (c) 2001-2008, NLnet Labs, All right reserved
  *
  * See LICENSE for the license
  *
index 65f52bd6959029c8172f9f719d2541ce67c444d4..d305be21aa17004ba4deadc64b62ee2ba1b030f5 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * read a zone file from disk and prints it, one RR per line
  *
+ * (c) NLnetLabs 2005-2008
+ *
  * See the file LICENSE for the license
  */
 
index 6f40578d63af29ed448c0512bb18dcc11fbc21b8..04dcc35febdb4a9550d0bb4ef208d614fdb964e7 100644 (file)
@@ -2,7 +2,7 @@
  * ldns-resolver tries to create a resolver structure from /dev/urandom
  * this is only useful to test the library for robusteness with input data
  *
- * (c) NLnet Labs 2006
+ * (c) NLnet Labs 2006 - 2008
  * See the file LICENSE for the license
  */
 
index 42f6e6c4467749be862afdc1e95051da636ec9c8..2b3612267e86b0020524a1ae8a848bdec23a4777 100644 (file)
@@ -3,7 +3,7 @@
  * way than the normal RRSIG presentation format
  *
  * for a particulary domain
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index e63c5ff04399544cf14a8b0d8dde71bb87c97fd1..e9d3d7f275e3ce46db38e3351ffeaf94a8d0a641 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ldns-signzone signs a zone file
  * 
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index aaabcd10d6d2c087abd4182492f63d13d86bf662..47a6853734e0c48ffee0b31af80159987eb04130 100644 (file)
@@ -4,7 +4,7 @@
  * Tiny dns server, that responds with specially crafted replies
  * to requests. For testing dns software.
  *
- * (c) NLnet Labs, 2005, 2006
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index 179daa4e27ffaf167651295b371b10d7e54ba167..aab3e6c7ea8860e753f12f82def2068153016965 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Data storage for specially crafted replies for testing purposes.
  *
- * (c) NLnet Labs, 2005, 2006, 2007
+ * (c) NLnet Labs, 2005, 2006, 2007, 2008
  * See the file LICENSE for the license
  */
 
index e74e393d8fc61461e08a0baaac802a74702ea95f..97a5b2dbec96343996f8adc6a25310e0ea4206b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ldns-version shows ldns's version 
  *
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index da88226989692df7e2f9682e3a72f11ac743683b..a7d8d035da637d6c194ac6c444e9b08dc60de134 100644 (file)
@@ -2,7 +2,7 @@
  * ldns-walk uses educated guesses and NSEC data to retrieve the
  * contents of a dnssec signed zone
  *
- * (c) NLnet Labs, 2005
+ * (c) NLnet Labs, 2005 - 2008
  * See the file LICENSE for the license
  */
 
index 6957d03bc829d91e798866f1407dd1a5729e5569..b09649419533d74d106e64093b0861b096898fc4 100644 (file)
@@ -1,15 +1,15 @@
 /*
- * read a zone from disk and split it up:
+ * read a zone that is split up with ldns-zsplit and re-create
+ * the original zone 
  *
- * zone: SOA a b c d e f g h i j k l 
- * becomes:
+ * From:
  * zone1: SOA a b c d e f
  * zone2: SOA f g h i k l
  *
- * ldns-catzone removes the last name and put
- * the zone back together.
+ * Go back to:
+ * zone: SOA a b c d e f g h i j k l 
  *
- * This way you can incremental sign a zone
+ * This is usefull in combination with ldns-zsplit
  *
  * See the file LICENSE for the license
  */