Do I need to paste open source license information at the top of my webpage?
Posted
by
Rich
on Programmers
See other posts from Programmers
or by Rich
Published on 2011-01-30T21:33:33Z
Indexed on
2011/01/30
23:32 UTC
Read the original article
Hit count: 227
JavaScript
|licensing
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 ask this question because I've never seen the source code of a webpage that does this.
© Programmers or respective owner