From 571d045c75592b65ddf44c6f2fb0cbf17facb72f Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 26 Oct 2020 23:15:48 -0400 Subject: [PATCH] fix(docs): Explicit CC-BY-NC-SA license for docs. --- docs/README.md | 5 ++++- docs/docusaurus.config.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3e7c9e6a..fab8b874 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,10 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. +## License + +The ZMK Documentation is licensed [CC-BY-NC-SA](http://creativecommons.org/licenses/by-nc-sa/4.0/). + ### Installation ``` @@ -23,4 +27,3 @@ $ npm build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. - diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 9ebb9c63..b0906631 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -89,7 +89,7 @@ module.exports = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} ZMK Project Contributors, Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} ZMK Project Contributors. Creative Commons License`, }, algolia: { apiKey: "75325855fc90356828fe212d38e5ca34",