summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/contribute.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/contribute.md b/DOCS/contribute.md
index 19563e90c5..d3bf1d49a3 100644
--- a/DOCS/contribute.md
+++ b/DOCS/contribute.md
@@ -54,6 +54,9 @@ Sending patches
change in the same commit.
- If you add a new command line option, document it in options.rst. If you
add a new input property, document it in input.rst.
+- All new code must be LGPLv2.1+ licensed, or come with the implicit agreement
+ that it will be relicensed to LGPLv2.1+ later (see ``Copyright`` in the
+ repository root directory).
Code formatting
---------------