From bd3e7659b207c8f3dd44988ebe2c1ca408cffff6 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sun, 7 Feb 2021 10:22:21 +1100 Subject: [PATCH] Add licensing guidelines to DEVEL.md --- DEVEL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEVEL.md b/DEVEL.md index ec949b5..de2ba82 100644 --- a/DEVEL.md +++ b/DEVEL.md @@ -62,6 +62,13 @@ Permissable folders: - There is no character limit for code, the reasons for this are two-fold: - Often harms readability. - Often impossible/hard in early bootstrap stages. +- **Licensing:** + - Generally, the project is licensed under the GNU GPL v3.0 (or any later + version). + - Documentation is licensed under CC-BY-SA-4.0. + - Patches are licensed under the license of the project which they are + patching. + - All files (excluding files within submodules) must comply with REUSE v3.0. ## git