This is really minor, but ideally, even though you have them licensed all together under MIT license, to ensure that the contents of the package are properly attributed and licensed, they ought to contain the license as a header on top of all their files:
Specifically:
ccod-1.2.8/ccod.c: UNKNOWN
[Copyright: 2004-2008 Joshua J Baker]
ccod-1.2.8/csp.h: UNKNOWN
[Copyright: 2004 Joshua J Baker]
ccod-1.2.8/csp.c: UNKNOWN
[Copyright: 2004 Joshua J Baker]
ccod-1.2.8/examples/csp/binary.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/servervars.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/sessions.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/includes.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/result.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/form.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/upload.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/buffering.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/cspgb.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/redirect.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/csp/cookies.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/weight.c: UNKNOWN
[Copyright: Notice and Credits]
ccod-1.2.8/examples/other/tetris.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/adventure.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/main.h: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/misc.h: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/misc.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/datime.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/actions1.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/init.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/funcs.h: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/actions2.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/score.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/main.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/adventure/src/share.h: *No copyright* UNKNOWN
ccod-1.2.8/examples/other/win.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/gotos.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/nonscript.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/inline.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/infunc.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/loop1.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/loop2.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/cppex.cpp: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/hsect.cpp: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/loop3.c: *No copyright* UNKNOWN
ccod-1.2.8/examples/ccod/hello.c: *No copyright* UNKNOWN
An ideal example of header would be:
http://code.google.com/p/dcsharp/source/browse/trunk/base/ProtocolHelper.cs