From 736cbba9528aba0366dc77ac863c9c0d8d0b0842 Mon Sep 17 00:00:00 2001 From: Curtis Blackburn Date: Wed, 11 Jan 2012 18:27:45 +0000 Subject: [PATCH] added myself to the list of authors. --- bin/named/builtin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/named/builtin.c b/bin/named/builtin.c index 1a5c3f14b4..8c476036ba 100644 --- a/bin/named/builtin.c +++ b/bin/named/builtin.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: builtin.c,v 1.24 2012/01/10 23:46:58 tbox Exp $ */ +/* $Id: builtin.c,v 1.25 2012/01/11 18:27:45 ckb Exp $ */ /*! \file * \brief @@ -303,6 +303,7 @@ do_authors_lookup(dns_sdblookup_t *lookup) { const char **p; static const char *authors[] = { "Mark Andrews", + "Curtis Blackburn", "James Brister", "Ben Cottrell", "Francis Dupont",