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.

ianal disclaimer


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -