4401. [misc] Change LICENSE to MPL 2.0.
added print.h includes, updated copyrights
update copyright notice
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
didn't compile
add RCS id string
conform to recent ratelimiter API changes
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. */
made rate limiter test conform to the new API
include isc/time.h; minor style lint
fixed uninitialized variable; use the UNUSED() macro
convert sender, arg, action, etc. to ev_sender, ev_arg, ev_action, etc.
isc_task_create() API change
update copyrights
fixed copyright year
added ratelimiter_test