From: Jelte Jansen Date: Mon, 7 Apr 2008 07:54:59 +0000 (+0000) Subject: commentjes en copyright jaartallen (dank miek) X-Git-Tag: release-1.3.0~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16442416885aac17ee5d418288ff8dbc4e5b7e40;p=thirdparty%2Fldns.git commentjes en copyright jaartallen (dank miek) --- diff --git a/examples/ldns-chaos.c b/examples/ldns-chaos.c index c28f6383..28730d91 100644 --- a/examples/ldns-chaos.c +++ b/examples/ldns-chaos.c @@ -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 */ diff --git a/examples/ldns-compare-zones.c b/examples/ldns-compare-zones.c index eb98baa3..19f763e2 100644 --- a/examples/ldns-compare-zones.c +++ b/examples/ldns-compare-zones.c @@ -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 */ diff --git a/examples/ldns-dpa.c b/examples/ldns-dpa.c index aea88ee8..f3ccd2c1 100644 --- a/examples/ldns-dpa.c +++ b/examples/ldns-dpa.c @@ -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 */ diff --git a/examples/ldns-key2ds.c b/examples/ldns-key2ds.c index 7d3d030a..aabfddc2 100644 --- a/examples/ldns-key2ds.c +++ b/examples/ldns-key2ds.c @@ -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 */ diff --git a/examples/ldns-keyfetcher.c b/examples/ldns-keyfetcher.c index 2fb8ed30..0e1438d3 100644 --- a/examples/ldns-keyfetcher.c +++ b/examples/ldns-keyfetcher.c @@ -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 */ diff --git a/examples/ldns-keygen.c b/examples/ldns-keygen.c index 6ed9b8ea..74f7974b 100644 --- a/examples/ldns-keygen.c +++ b/examples/ldns-keygen.c @@ -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 */ diff --git a/examples/ldns-mx.c b/examples/ldns-mx.c index 8b319870..5ac40fdb 100644 --- a/examples/ldns-mx.c +++ b/examples/ldns-mx.c @@ -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 */ diff --git a/examples/ldns-notify.c b/examples/ldns-notify.c index c7be0456..470f1c85 100644 --- a/examples/ldns-notify.c +++ b/examples/ldns-notify.c @@ -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 * diff --git a/examples/ldns-read-zone.c b/examples/ldns-read-zone.c index 65f52bd6..d305be21 100644 --- a/examples/ldns-read-zone.c +++ b/examples/ldns-read-zone.c @@ -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 */ diff --git a/examples/ldns-resolver.c b/examples/ldns-resolver.c index 6f40578d..04dcc35f 100644 --- a/examples/ldns-resolver.c +++ b/examples/ldns-resolver.c @@ -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 */ diff --git a/examples/ldns-rrsig.c b/examples/ldns-rrsig.c index 42f6e6c4..2b361226 100644 --- a/examples/ldns-rrsig.c +++ b/examples/ldns-rrsig.c @@ -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 */ diff --git a/examples/ldns-signzone.c b/examples/ldns-signzone.c index e63c5ff0..e9d3d7f2 100644 --- a/examples/ldns-signzone.c +++ b/examples/ldns-signzone.c @@ -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 */ diff --git a/examples/ldns-testns.c b/examples/ldns-testns.c index aaabcd10..47a68537 100644 --- a/examples/ldns-testns.c +++ b/examples/ldns-testns.c @@ -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 */ diff --git a/examples/ldns-testpkts.c b/examples/ldns-testpkts.c index 179daa4e..aab3e6c7 100644 --- a/examples/ldns-testpkts.c +++ b/examples/ldns-testpkts.c @@ -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 */ diff --git a/examples/ldns-version.c b/examples/ldns-version.c index e74e393d..97a5b2db 100644 --- a/examples/ldns-version.c +++ b/examples/ldns-version.c @@ -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 */ diff --git a/examples/ldns-walk.c b/examples/ldns-walk.c index da882269..a7d8d035 100644 --- a/examples/ldns-walk.c +++ b/examples/ldns-walk.c @@ -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 */ diff --git a/examples/ldns-zcat.c b/examples/ldns-zcat.c index 6957d03b..b0964941 100644 --- a/examples/ldns-zcat.c +++ b/examples/ldns-zcat.c @@ -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 */