diff options
author | Sheogorath | 2019-06-10 17:24:28 +0200 |
---|---|---|
committer | Sheogorath | 2019-06-10 17:35:36 +0200 |
commit | 7cdb325e1c6ff50d1d4cf8e2c31bb6661dc6a1c9 (patch) | |
tree | ca2ef20036b749ea6650e4d907dc6ee8d5fcfdae | |
parent | 02929cd4bf6da3596dde33ebfd8369e0914929a5 (diff) |
Move DCO into docs section
The DCO currently resides in an own directory creating a pointless
additional click/tab in order to reach end read it. It also just
clutteres the directory structure of the project.
Therefore this patch provides moves the DCO into an own legal section in
the docs directory, which is hopefully a more reasonable place.
This section can also be extended in future in order to host other legal
documents as well.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | docs/legal/developer-certificate-of-origin.txt (renamed from contribute/developer-certificate-of-origin) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05228746..781e0d91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ We use the Developer Certificate of Origin (DCO) as a additional safeguard for the CodiMD project. This is a well established and widely used mechanism to assure contributors have confirmed their right to license their contribution under the project's license. -Please read [contribute/developer-certificate-of-origin][dcofile]. +Please read [docs/legal/developer-certificate-of-origin.txt][dcofile]. If you can certify it, then just add a line to every git commit message: ```` diff --git a/contribute/developer-certificate-of-origin b/docs/legal/developer-certificate-of-origin.txt index a6bbb984..a6bbb984 100644 --- a/contribute/developer-certificate-of-origin +++ b/docs/legal/developer-certificate-of-origin.txt |