ButtonIcon and TextInputIcon were implemented based on Button and TextInput, no other examples were used, so I think those are fine. ToogleSwitch was implemented based on the example from this post: http://yonaskolb.com/blog/2012/1/18/flex-toggle-switch-spark-skin.html There is a reference to it in the code header, but there is no license notice in the example itself. I tried to contact the author about this, still no answer. I made some modifications to ToggleSwitch, as there was a bug in the original example which I fixed for FlatSpark. I think this file might be more troublesome.
On Wed, Sep 3, 2014 at 12:59 AM, Justin Mclean <jus...@classsoftware.com> wrote: > Hi, > > Just had a quick look and it looks like it would be reasonably easy to > donate, and IMO the zip from github is probably in good enough form to be > the donation. A few files would need to be removed from it for the final > grant. > > Here's what I can see: > - The original inspiration is under CC/MIT so that's fine. As far as I can > tell no code was copied or modified. May be polite to add an addition to > LICENSE file after donation. > - The code is already Apache licensed > - Code is missing Apache headers but that can be done after donation > - A few compiled swf examples and expressInstall.swf would need to be > removed, again that can be done after donation > - There's no images or other binaries that would cause any copyright issues > - Both of the fonts you use (FontAwesome and Lato) are licensed under SIL > OFL (Category B) After donation a small modification to the LICENSE would > be required I think. > > Re the examples ButtonIcon, TextInputIcon and ToggleSwitch do you know > were the original code came from? Depending on how that's licensed an how > much you have modified this these file may or may be able to be accepted by > Apache. Either way I'm sure it's something that can be worked out. > > Thanks, > Justin