4401. [misc] Change LICENSE to MPL 2.0.
update copyright notice
spelling
1883. [port] sunos: portability fixes. [RT #14814]
1851. [doc] Doxygen comment markup. [RT #11398]
Check return values or cast them to (void), as required by the coding standards; add exceptions to the coding standards for cases where this is not desirable
copyright update
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
word wrap copyright notice at column 70
protect sys/types.h and unistd.h from check-includes.pl removal recommendation
add RCS id string
Include unistd.h so FreeBSD doesn't complain about getopt() prototype missing.
Megacommit of dozens of files. Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/ ISC_LANG_ENDDECLS to header files that had function prototypes, and removed it from those that did not.
144. [cleanup] libdns header files too numerous to name were made to conform to the same style for multiple inclusion protection.
update copyright
update copyrights
gen-unix.h, gen-win32.h: platform-specific handling of option parsing and directory iteration. gen.c: use gen-unix.h/gen-win32.h