Hi, > Sorry, it is me again. I think the link you provided did not point to the > head. It appears to be MIT license now.
If it is actually MIT just add it as MIT, although it’s a little odd the license in the header is different to the top level licence. I found it via a quick swf dump and grep: swfdump -abc ~/Downloads/InstallApacheFlex.swf > abc.txt grep "^[ ]*com\." abc.txt | sort -u Thanks, Justin