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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Why? Two reasons. Firstly the code is a mess! It has dependencies throughout the
91
91
92
92
**I want to use some of the CodeSnip source code in my project, what are the rules?**
93
93
94
-
The following assumes that the code is covered by the Mozilla Public License (MPL) [v1.1](http://www.mozilla.org/MPL/1.1/) or [v2.0](http://www.mozilla.org/MPL/2.0/).
94
+
The following assumes that the code is covered by the Mozilla Public License (MPL) [v1.1](http://www.mozilla.org/MPL/1.1/) or [v2.0](http://www.mozilla.org/MPL/2.0/). Read CodeSnip's [License file](https://htmlpreview.github.io/?https://github.com/delphidabbler/codesnip/blob/master/Docs/License.html)<sup>5</sup> to find out which source files the MPL applies to. For files covered by other licenses, please read the appropriate license text.
95
95
96
96
> **This answer is not authoritative** - please refer to the relevant license text for that. This is just a brief overview for which I make no warranty of accuracy. If this answer conflicts with the licenses then the relevant license takes precedence.
97
97
@@ -117,6 +117,8 @@ Footnotes:
117
117
118
118
<sup>**4**</sup> "Suitable" here means that the version of the license you use should be the same as that covering the source file that the code was copied from. So what about the case of copying code from files covered by different versions of the license? Just don't do it!
119
119
120
+
<sup>**5**</sup> This license file relates to the current release. Versions for other releases etc. may vary slightly. Look at the file `License.html` for the release you are interested in.
121
+
120
122
## FAQ 8
121
123
122
124
**How do I contribute code / bug fixes to the project?**
@@ -135,7 +137,7 @@ You can't anymore. CodeSnip source has been moved to a [Git repository](https://
135
137
136
138
**Can I use CodeSnip source code in my GPL or LGPL licensed project?**
137
139
138
-
This answer covers files using the Mozilla Public License (MPL) [v1.1](http://www.mozilla.org/MPL/1.1/) or [v2.0](http://www.mozilla.org/MPL/2.0/). For other licenses, please read the license concerned and check out what the [Free Software Foundation](http://www.fsf.org/) has to say about it.
140
+
This answer covers files using the Mozilla Public License (MPL) [v1.1](http://www.mozilla.org/MPL/1.1/) or [v2.0](http://www.mozilla.org/MPL/2.0/) only. Read CodeSnip's [License file](https://htmlpreview.github.io/?https://github.com/delphidabbler/codesnip/blob/master/Docs/License.html)<sup>1</sup> to find out which source files the MPL applies to. For files covered by other licenses, please read the appropriate license text and then check out what the [Free Software Foundation](http://www.fsf.org/) has to say about it.
139
141
140
142
> **This answer is not authoritative** - please refer to the relevant license text for that. This is just a brief overview for which I make no warranty of accuracy. If this answer conflicts with the licenses then the relevant license takes precedence.
141
143
@@ -159,6 +161,8 @@ The MPL v1.1 and the GPL / LGPL are not considered to be compatible. Therefore y
159
161
160
162
There is an exception in the case of source code covered by the MPL / GPL / LGPL tri-license which is GPL / LGPL compatible.
161
163
164
+
<sup>**1**</sup> This license file relates to the current release. Versions for other releases etc. may vary slightly. Look at the file `License.html` for the release you are interested in.
165
+
162
166
## FAQ 11
163
167
164
168
**Why are you still using Delphi XE to compile CodeSnip?**
0 commit comments