Skip to content

Commit 68a875a

Browse files
Update SourceCode.md FAQ 3
Added note that CodeSnip branding can't be re-used.
1 parent 52c99a8 commit 68a875a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SourceCode.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ CodeSnip's original code is open source.
5050

5151
The [Mozilla Public License 2.0](http://www.mozilla.org/MPL/2.0/) is used for most of the original source code. For full details see the Source Code section of CodeSnip's [License file](https://htmlpreview.github.io/?https://github.com/delphidabbler/codesnip/blob/master/Docs/License.html)<sup>1</sup>.
5252

53-
Third party code uses a variety of open source licenses. Any third party libraries are also open source.
53+
There are two exceptions:
54+
55+
1. Code linked in from the Delphi RTL and VCL libraries. Given that you need Delphi to compile CodeSnip, that's not really an issue providing you don't distribute the Delphi library source code.
56+
2. The program's branding (including the program icon, splash screen and the words "DelphiDabbler" and "CodeSnip") may not be used in any software derived from the CodeSnip source code. CodeSnip's [License file](https://htmlpreview.github.io/?https://github.com/delphidabbler/codesnip/blob/master/Docs/License.html)<sup>1</sup> provides full details.
5457

55-
The only exception is the code linked in from the Delphi RTL and VCL libraries. Given that you need Delphi to compile CodeSnip, that's not really an issue providing you don't distribute the Delphi library source code.
58+
Third party code uses a variety of open source licenses. Any third party libraries are also open source.
5659

5760
<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.
5861

0 commit comments

Comments
 (0)