docs/site: add "Copyright" chapter

This commit is contained in:
Gabriel Arazas 2023-07-20 16:48:44 +08:00
parent 7cfeecf217
commit 8c1c6fffed
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
title: Copyright
---
= Copyright
The NixOS configuration is licensed under MIT license since it is also what github:NixOS/nixpkgs[opts=repo] and github:nix-community/home-manager[opts=repo] project is under the same license.
Plus it makes upstreaming certain parts of the configuration (i.e., packages, modules) easier.
The code used to build the website is licensed under MIT license similar to the NixOS configuration.
I just want it to be consistent with the NixOS configuration.
Do whatever you want with it.
The content of the website is licensed under © 2023 Gabriel Arazas except for the code listings which are licensed under the same license as the NixOS configuration.

View File

@ -23,3 +23,5 @@
* link:{{< relref "./06-faq" >}}[Frequently asked questions]
* link:{{< relref "./07-acknowledgement" >}}[Acknowledgement]
* link:{{< relref "./08-copyright" >}}[Copyright]