licensing - JavaScript license information for merged and minified file -
i add own copyright statement , license text on top of minified file, contains third party libraries own code. can without worries, if keep license comments of third party libraries (all mit license) intact?
so, clarification, final file this:
/* license */ /* underscore license */ [ ... minified underscore code ...] /* jquery license */ [ ... minified jquery code ...] [ ... minified code ...]
both underscore , jquery licensed under mit license, long keep licenses intact in code, should fine.
Comments
Post a Comment