Skip to content

Commit 4116c3e

Browse files
committed
docs(README): Trying to clarify some doubts
1 parent 0a427c3 commit 4116c3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ When creating your entry, please do as follows:
4848

4949
This challenge is mainly to allow us to learn something new. This means that copying code from others will be allowed, under these conditions:
5050
1. You can only use pure Object Pascal with no calls to any operating system's `API` or external `C/C++` libraries.
51+
There's been a bit of confusion about this restriction. \
52+
To clear that out: You can use any package/custom code you want. \
53+
As long as it compiles cross-platform and itself is only pure Object Pascal. \
54+
Anything from the `Jedi Project` or even `mORMmot` ( or anything else ), if it compiles cross-platform is allowed.
5155
2. The code must have some sort of mention/attribution to the original author, in case you've used someone else's code.
5256
3. It's not a blatant copy just for the sake of submission.
5357
4. It adds something of value, not just a different code formatting.

0 commit comments

Comments
 (0)