From e09e006f90fd1494a33cbe8b8753ad6d94183f63 Mon Sep 17 00:00:00 2001 From: Lucas Hinderberger Date: Thu, 20 Aug 2020 14:24:10 +0200 Subject: [PATCH] Added links to commit history and notice in LICENSE.md --- LICENSE.md | 4 ++++ content/_data/urls.json | 1 + content/_includes/default_layout.njk | 2 ++ 3 files changed, 7 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index 16a0aef..5c9822e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,10 @@ This website by [The Codeberg Documentation Contributors](CONTRIBUTORS.md) is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en). +Due to the wiki-like nature of this website, pages usually have multiple authors and are changed +frequently. Changes to the original versions of the works as well as their individual authors can be +looked up in [https://codeberg.org/Codeberg/Documentation/commits/branch/master](the website's commit history). + The Codeberg logos in this website are derivative works of mray's Codeberg Logo, licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en). diff --git a/content/_data/urls.json b/content/_data/urls.json index 29e417e..93da055 100644 --- a/content/_data/urls.json +++ b/content/_data/urls.json @@ -1,3 +1,4 @@ { + "commitHistoryMaster": "https://codeberg.org/Codeberg/Documentation/commits/branch/master", "docsSourcesMaster": "https://codeberg.org/codeberg/documentation/src/branch/master" } diff --git a/content/_includes/default_layout.njk b/content/_includes/default_layout.njk index f327cbd..262ff0f 100644 --- a/content/_includes/default_layout.njk +++ b/content/_includes/default_layout.njk @@ -77,6 +77,8 @@ This Website by The Codeberg Documentation Contributors is licensed under CC-BY-SA 4.0. It bundles third-party font software licensed under a different license. Please look at the LICENSE file for details.
+ + Changes to the original versions of the article as well as its individual authors can be looked up in this article's commit history
Codeberg and the Codeberg Logo are trademarks of Codeberg e.V.