NixOS Wiki:Copyrights: Difference between revisions
imported>Yuu mNo edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Contributions to the official NixOS Wiki fall into four broad categories: editing and creating articles, contributing to discussions in a page's discussion page, uploading images that are used in articles, and contributing to the wiki's source code on GitHub. | |||
== Creating and editing articles == | |||
By contributing to the NixOS Wiki in the form of editing pages on the website, either articles or discussion pages, contributors agree to release their changes under the same license as the wiki's infrastructure repository license, in particular the MIT License. When contributing content to the wiki, editors affirm that they have the legal authority to license their contributed content under the MIT License, either through content ownership, contributing original work, or by contributing content that is already in the public domain. The text of the license is reproduced below: | |||
<pre> | <pre> | ||
MIT License | MIT License | ||
Copyright (c) | Copyright (c) 2025 NixOS Foundation and contributors | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| Line 25: | Line 29: | ||
</pre> | </pre> | ||
== Contributing to the infrastructure == | |||
All contributions to the official NixOS Wiki infrastructure are exclusively handled through the [https://github.com/NixOS/nixos-wiki-infra GitHub repository]. Thus, any contributions must follow the guidelines set therein. | |||
== Contributing images == | |||
In general, contributions in the form of file uploads must follow the same copyright policy that governs textual contributions. The only notable exception to this are contributions that fall under the principle of fair use, which must be marked appropriately, and point to the copyright holder's copy of the material. | |||
In general, uploading images to the wiki should be avoided if there is an existing [https://commons.wikimedia.org/wiki/Main_Page Wikimedia Commons] image that can be used instead. See [[Help:Images]] for more details. | |||