This is really confusing. Most of the website on the internet use jQuery and Bootstrap. How do you meet the following condition:
You are free to use any jQuery Foundation project in any other project (even commercial projects) as long as the copyright header is left intact.
Ben Buchanan (200ok)
I make some bits of the web.
The common minification options have a preserve option, commonly something like:
/*! Preserve comments that have ! after the open comment */or
/* @preserve this comment marked with at-preserve */Basically check the docs of your minifier to see which one it requires.
The other thing to do is bundle the minified version supplied by the upstream project - they often have minimal comments with preservation syntax. jQuery does this - the license block is different in
jquery.jsandjquery.min.js.