1

How can I disclose the source of a software with Mozilla Public License? Do I have to give a link to the source code from the software?

Is there any problem to give the source of original repository (my software is copied) instead of modified version (changes made by me)?

gnat
  • 21,442
  • 29
  • 112
  • 288

1 Answers1

1

The Mozilla FAQ page on MPL licensed code makes clear in Q9 and Q10 that if you distribute software containing MPL licensed code, you must make available the source of the MPL licensed portion of code "including any Modifications that you have created".

So it's not ok to give the source of the original code instead of your modified version.

Disclaimer: this is a personal opinion and not legal advice. For legal advice, please consult a lawyer or a qualified legal expert in your jurisdiction

Christophe
  • 74,672
  • 10
  • 115
  • 187