HI, > It found that RAT said there are 4 binaries in the source kit. Font.fla, > font.swf, empty.swf and thumbs.db.
The four files are: ./FlexUnit4UIListener/src/fonts/fonts.fla ./FlexUnit4UIListener/src/fonts/fonts.swf ./FlexUnit4UIListener/src/skins/empty.swf ./FlexUnit4UIListener/src/skins/Thumbs.db Fonts.fla embeds MyriadPro, MyriadProBold and MyriadProSemiCond. These are all Adobe fonts and the licence is here: http://www.adobe.com/cfusion/type/font_license_info.cfm?ID=ADBE&Name=Myriad%20Pro&PSName=MyriadPro-BoldCond&applanguage=en_US http://www.adobe.com/cfusion/type/font_license_info.cfm?ID=ADBE&Name=Myriad%20Pro&PSName=MyriadPro-Regular&applanguage=en_US http://www.adobe.com/cfusion/type/font_license_info.cfm?ID=ADBE&Name=Myriad%20Pro&PSName=MyriadPro-SemiCn&applanguage=en_US We can get rights to use these fonts but may be safer to just remove them. For instance embed right are "editable" (more than we need) and I have a legal copy of font folio so I'm legally able to distribute an application using them - others however may not be able to. http://store1.adobe.com/cfusion/store/html/index.cfm?store=OLS-US&event=displayFontPackage&code=1706 And Adobe could of course give us permission to use but that's probable a whole lot of effort for not much. Would we need to compile to fla as part of the building or can we check in both the fla and swf? Another (slightly ugly) option is to default to whatever the default font is or non embed the fonts. This file can be deleted from git and is not required for source or binary packages. ./FlexUnit4UIListener/src/skins/Thumbs.db And removing empty.swf seems to have no effect on the build so looks like we can remove that as well. Thanks, Justin