All source files have been updated to carry the full ASF license. The CVS commit notices won't hit the list because they are larger than 100K.
I have attached the sed script that was used for the update, just in case
there are any questions in the future as to what was done.
For each .java file in the CVS modules, I did:
$ sed -f license.sed $file > $file.sed
$ mv $file.sed $file
The sed script inserted the new license to the front of each Java file, and
deleted the earlier license if present.
--- Noel
license.sed
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
