You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Felipe Leme <ja...@felipeal.net> on 2004/03/08 18:58:54 UTC

License conversion status

Hi  all,

I converted all remaining Java files (i.e., those that haven't been
converted yet) on jakarta-taglibs and jakarta-taglibs-sandbox to the new
ASF 2.0 license. 

So, we're almost done - next step is to convert the non-java files (like
xml and docs) and eventually changing the Ant scripts - I'll do that on
dbtags and random first, whose new versions are about to be released.

Regards,

Felipe

PS: I compiled all projects before and after the changes. The only one I
failed was sandbox/latka. But I changed it anyway, as it was an old
taglib (circa 2001) that has been broken probably for a long time (as
Latka's API changed)

PPS: here is a small shell script to check if the Java files have the
license:

for i in `find . -name "*.java"|xargs`; do if ! grep LICENSE-2.0 $i >
/dev/null; then echo "$i does not have it"; fi; done



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org