diff options
author | 135e2 <[email protected]> | 2022-06-02 21:42:09 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-06-06 22:28:47 +0800 |
commit | fd9eee1cf643cdee42f05bb54a54ad3f853c8293 (patch) | |
tree | 1e879fcf3a5e53c095675be54b2743baa4e4da00 | |
parent | 1646bd9c1f37e0502c89d302accf5494af0beab6 (diff) | |
download | MeaninglessRecords-fd9eee1cf643cdee42f05bb54a54ad3f853c8293.tar.gz MeaninglessRecords-fd9eee1cf643cdee42f05bb54a54ad3f853c8293.tar.bz2 MeaninglessRecords-fd9eee1cf643cdee42f05bb54a54ad3f853c8293.zip |
docs: declare copyright
- Fix a typo: contents => content
-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/). |