From 6dd03b1cdc95c85965b918b16794d0e9fa667778 Mon Sep 17 00:00:00 2001 From: Glen Wiley Date: Mon, 24 Feb 2014 09:26:20 -0500 Subject: [PATCH] fixed spelling of NLnet in licenses, fixed make clean errs in docs --- LICENSE | 2 +- Makefile.in | 3 ++- README.md | 4 ++-- configure.ac | 2 +- doc/manpgaltnames | 2 ++ src/Doxyfile.in | 2 +- src/Makefile.in | 2 +- src/const-info.h | 2 +- src/context.c | 2 +- src/context.h | 2 +- src/convert.c | 2 +- src/dict.c | 2 +- src/dict.h | 2 +- src/dnssec.c | 2 +- src/dnssec.h | 2 +- src/general.c | 2 +- src/general.h | 2 +- src/getdns_error.c | 2 +- src/getdns_error.h | 2 +- src/hostname.c | 2 +- src/list.c | 2 +- src/list.h | 2 +- src/request-internal.c | 2 +- src/rr-dict.c | 2 +- src/rr-dict.h | 2 +- src/service.c | 2 +- src/sync.c | 2 +- src/types-internal.h | 2 +- src/util-internal.c | 2 +- src/util-internal.h | 2 +- 30 files changed, 33 insertions(+), 30 deletions(-) diff --git a/LICENSE b/LICENSE index d84f249f..32ec4c42 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013, Versign, Inc., NLNet Labs +Copyright (c) 2013, Versign, Inc., NLnet Labs All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile.in b/Makefile.in index ba0b19f7..41922e10 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # @configure_input@ # # -# Copyright (c) 2013, Versign, Inc., NLNet Labs +# Copyright (c) 2013, Versign, Inc., NLnet Labs # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -90,6 +90,7 @@ distclean: dist: $(distdir).tar.gz $(distdir).tar.gz: $(distdir) + chown -R root:wheel $(distdir) tar chof - $(distdir) | gzip -9 -c > $@ rm -rf $(distdir) diff --git a/README.md b/README.md index 8b6eb4bc..df2dd485 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,9 @@ Contributors * Neel Goyal, Verisign, Inc. * Allison Mankin, Verisign, Inc. * Melinda Shore, No Mountain Software LLC -* Willem Toorop, NLNet Labs +* Willem Toorop, NLnet Labs * Glen Wiley, Verisign, Inc. -* Wouter Wijngaards, NLNet Labs +* Wouter Wijngaards, NLnet Labs * Craig Despeaux, Verisign, Inc. -- diff --git a/configure.ac b/configure.ac index de30a8c4..af4f79e6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # # @configure_input@ # -# Copyright (c) 2013, Versign, Inc., NLNet Labs +# Copyright (c) 2013, Versign, Inc., NLnet Labs # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/doc/manpgaltnames b/doc/manpgaltnames index 1cf6fb6d..c6b71afd 100755 --- a/doc/manpgaltnames +++ b/doc/manpgaltnames @@ -26,6 +26,8 @@ # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +[ ! -f $1 ] && exit 0 + main=${1%.[0-9]} sect=${1#*.} sed -n '/.SH NAME/,/.SH LIBRARY/p' $1 |grep "^.B " | sed 's/.B //g' | sed 's/ *$//g' | sed 's/,//g' | grep -v "^$main\$" | sed "s/\$/.$sect/" diff --git a/src/Doxyfile.in b/src/Doxyfile.in index 044af65f..d48d1982 100644 --- a/src/Doxyfile.in +++ b/src/Doxyfile.in @@ -1,5 +1,5 @@ # Doxyfile 1.8.3.1 -# Copyright (c) 2013, Versign, Inc., NLNet Labs +# Copyright (c) 2013, Versign, Inc., NLnet Labs # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/Makefile.in b/src/Makefile.in index 37c94d5a..3bdc0eaf 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # @configure_input@ # -# Copyright (c) 2013, Versign, Inc., NLNet Labs +# Copyright (c) 2013, Versign, Inc., NLnet Labs # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/const-info.h b/src/const-info.h index 2ac68a4c..43e0df6c 100644 --- a/src/const-info.h +++ b/src/const-info.h @@ -10,7 +10,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/context.c b/src/context.c index 648de5b9..14b931f5 100644 --- a/src/context.c +++ b/src/context.c @@ -8,7 +8,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/context.h b/src/context.h index f52a8fce..ff45ba55 100644 --- a/src/context.h +++ b/src/context.h @@ -8,7 +8,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/convert.c b/src/convert.c index d34a4ebc..38c097e9 100644 --- a/src/convert.c +++ b/src/convert.c @@ -6,7 +6,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dict.c b/src/dict.c index 8e3a2a93..b090aa04 100644 --- a/src/dict.c +++ b/src/dict.c @@ -8,7 +8,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dict.h b/src/dict.h index caee054a..74eaed3a 100644 --- a/src/dict.h +++ b/src/dict.h @@ -6,7 +6,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dnssec.c b/src/dnssec.c index 58f56c10..02106ff5 100644 --- a/src/dnssec.c +++ b/src/dnssec.c @@ -9,7 +9,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dnssec.h b/src/dnssec.h index fb3c3eed..74d1a084 100644 --- a/src/dnssec.h +++ b/src/dnssec.h @@ -9,7 +9,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/general.c b/src/general.c index 243106a4..23334ded 100644 --- a/src/general.c +++ b/src/general.c @@ -9,7 +9,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/general.h b/src/general.h index a297dfe8..a9cfc503 100644 --- a/src/general.h +++ b/src/general.h @@ -7,7 +7,7 @@ * */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/getdns_error.c b/src/getdns_error.c index 972daed4..a5530b53 100644 --- a/src/getdns_error.c +++ b/src/getdns_error.c @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/getdns_error.h b/src/getdns_error.h index da2eef60..9ab5e4f5 100644 --- a/src/getdns_error.h +++ b/src/getdns_error.h @@ -6,7 +6,7 @@ * Paul Hoffman. */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/hostname.c b/src/hostname.c index 4979126a..d578b871 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -8,7 +8,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/list.c b/src/list.c index 81388f2b..8c1b8ae3 100644 --- a/src/list.c +++ b/src/list.c @@ -8,7 +8,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/list.h b/src/list.h index 1366ca79..8e80c835 100644 --- a/src/list.h +++ b/src/list.h @@ -8,7 +8,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/request-internal.c b/src/request-internal.c index 8e6590ee..1421e0db 100644 --- a/src/request-internal.c +++ b/src/request-internal.c @@ -7,7 +7,7 @@ * */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/rr-dict.c b/src/rr-dict.c index 7d81409a..2d7536c1 100644 --- a/src/rr-dict.c +++ b/src/rr-dict.c @@ -8,7 +8,7 @@ * */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/rr-dict.h b/src/rr-dict.h index 8a337e5c..afdf7398 100644 --- a/src/rr-dict.h +++ b/src/rr-dict.h @@ -3,7 +3,7 @@ * /brief getdns support functions for DNS Resource Records */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/service.c b/src/service.c index 5f826761..1a04f867 100644 --- a/src/service.c +++ b/src/service.c @@ -8,7 +8,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sync.c b/src/sync.c index 8befc5ba..295df81a 100644 --- a/src/sync.c +++ b/src/sync.c @@ -7,7 +7,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/types-internal.h b/src/types-internal.h index 15cf24fd..bb92a3ac 100644 --- a/src/types-internal.h +++ b/src/types-internal.h @@ -7,7 +7,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/util-internal.c b/src/util-internal.c index e6566226..9aecf278 100644 --- a/src/util-internal.c +++ b/src/util-internal.c @@ -9,7 +9,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/util-internal.h b/src/util-internal.h index ce3c8c3d..084d2cc5 100644 --- a/src/util-internal.h +++ b/src/util-internal.h @@ -9,7 +9,7 @@ */ /* - * Copyright (c) 2013, NLNet Labs, Versign, Inc. + * Copyright (c) 2013, NLnet Labs, Versign, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without