I’m developing a JavaScript application that uses several open source JavaScript projects. All their licenses have a phrase like “You must give any other recipients of the Work or Derivative Works a copy of this License”. Does this mean I need to make a massive HTML comment at the top of my webpage with all the licences of the software that I use?
I’m developing a JavaScript application that uses several open source JavaScript projects. All their
Share
Without knowing which particular licenses it’s hard to be definitive, but for most licenses you only need to put the notice in the source code itself (so you can put in HTML comments, or comments in your javascript code that requires these other libraries), and if the license is long, you can put a link in the source code and say “license available here”.