You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SourceCode.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@ If your project is for private use (i.e. you will not be distributing the projec
94
94
If you do intend to distribute your project, then the following rules apply to the original CodeSnip code.
95
95
96
96
1. If you just use one or more source files unchanged you must not change the MPL license statement in the file's header comments. You must also advertise<sup>1</sup> that your product uses some MPLd code and provide a means by which users can obtain the source code<sup>2</sup>.
97
-
2. If you modify one or more source files then leave the header comment relating to the license unchanged. You must then advertise1 the use of MPLd code and provide a means to obtain the modified source files<sup>3</sup>.
98
-
3. If you copy and paste some code from one of the MPLd source files into one of you own source files then that file must also adopt the MPL. You must add a suitable<sup>4</sup> MPL license block to the source file. As you will now expect you must advertise1 that the product contains MPLd code and provide a means to obtain the relevant files3.
97
+
2. If you modify one or more source files then leave the header comment relating to the license unchanged. You must then advertise<sup>1</sup> the use of MPLd code and provide a means to obtain the modified source files<sup>3</sup>.
98
+
3. If you copy and paste some code from one of the MPLd source files into one of you own source files then that file must also adopt the MPL. You must add a suitable<sup>4</sup> MPL license block to the source file. As you will now expect you must advertise<sup>1</sup> that the product contains MPLd code and provide a means to obtain the relevant files<sup>3</sup>.
99
99
100
100
Using MPLd code from CodeSnip **does not** mean you have to make your other source files available. But there's no way out of complying with these requirements for MPLd code.
0 commit comments