mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Added links to commit history and notice in LICENSE.md
This commit is contained in:
parent
6429e03f8a
commit
e09e006f90
3 changed files with 7 additions and 0 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"commitHistoryMaster": "https://codeberg.org/Codeberg/Documentation/commits/branch/master",
|
||||
"docsSourcesMaster": "https://codeberg.org/codeberg/documentation/src/branch/master"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,6 +77,8 @@
|
|||
This Website by <a href="{{ urls.docsSourcesMaster }}/CONTRIBUTORS.md">The Codeberg Documentation Contributors</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC-BY-SA 4.0</a>.
|
||||
It bundles third-party font software licensed under a different license.
|
||||
Please look at <a href="{{ urls.docsSourcesMaster }}/LICENSE.md">the LICENSE file</a> for details.<br>
|
||||
|
||||
Changes to the original versions of the article as well as its individual authors can be looked up in <a href="{{ urls.commitHistoryMaster }}/{{ page.inputPath }}" target="_blank">this article's commit history</a><br>
|
||||
|
||||
Codeberg and the Codeberg Logo are trademarks of Codeberg e.V.<br>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue