summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-05-18 14:04:58 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2022-05-27 14:19:58 +0200
commitcd689f3d32af7c4ff887201f0c84863ca80baca7 (patch)
treed5d1679c3aab839122619efaaae630d369cb7721 /CONTRIBUTING.md
parent272928bbbffbfb7a147e32695dd5500ff1b62933 (diff)
downloaddbus-cd689f3d32af7c4ff887201f0c84863ca80baca7.tar.gz
COPYING, CONTRIBUTING.md: Specifically mention the MIT license
This is the license we encourage contributors to use for new code, so we should certainly have a reference copy of it. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d141fb8b..96413c0b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -180,11 +180,15 @@ http://vsftpd.beasts.org/ has other good security suggestions.
### Licensing
-Please match the existing licensing (a dual-license: AFL-2.1 or GPL-2+,
-recipient's choice). Entirely new modules can be placed under a more
-permissive license: to avoid license proliferation, our preferred
-permissive license is the variant of the MIT/X11 license used by the
-Expat XML library (for example see the top of tools/ci-build.sh).
+Please match the existing licensing, which is generally a dual-license:
+AFL-2.1 or GPL-2+, recipient's choice (`AFL-2.1 OR GPL-2.0-or-later`
+in SPDX notation).
+
+Entirely new modules can be placed under a more permissive license:
+to avoid license proliferation, our preferred permissive license is
+the variant of the MIT/X11 license used by the Expat XML library (`MIT`
+in SPDX notation), which can be found in LICENSES/MIT.txt. For example,
+tools/ci-build.sh is under this license.
### Build systems