diff options
-rw-r--r-- | ReadMe.md | 10 | ||||
-rw-r--r-- | source/about/index.md | 2 |
2 files changed, 9 insertions, 3 deletions
@@ -2,7 +2,7 @@ ## Description -Meaningless Records's repo, containing all the files used to generate [the Website](http://podcast.135e2.tk). +Meaningless Records' repo, containing all the files used to generate [the Website](http://podcast.135e2.tk). ## Setup @@ -16,4 +16,10 @@ npm install # NodeJS deps hexo server # Serve live hexo clean hexo generate # Generate to public/ -```
\ No newline at end of file +``` + +--- + +Copyright © 2022 Meaningless Records All rights reserved @ 135e2 <[email protected]> + +All documents & recordings in this repo (if not mentioned) are licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. diff --git a/source/about/index.md b/source/about/index.md index d79a7a1..726f5a6 100644 --- a/source/about/index.md +++ b/source/about/index.md @@ -15,4 +15,4 @@ It's built using the following awesome projects: - [chromate](https://github.com/guiqiqi/chromate), MIT License - [audacity](https://github.com/audacity/audacity), GPLv3, partially GPLv2 -All contents of the website (if not mentioned) are licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). +All content of the website (if not mentioned) is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). |