![]() |
FOSSology Advancing open source analysis and development |
Notes from bobg, 2008-10-25…
The first thing we do in a license analysis is a filter_license. When we’re all done we delete them (in filter_clean). What if we add a new license or make changes? DO we always have to start over with a new filter_license? Bobg thinks the answer is not always… But filter_license runs pretty quickly, in some cases it does need to be re-run. The model we have now works, but may not be the most efficient. Also this is very bSAM-specific.
Since bSAM is probably going to be phased out, we should just forget this.