Skip to content

Commit

Permalink
feat: docs license (#17010)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam3k committed Mar 23, 2023
1 parent 721c717 commit b3634f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Expand Up @@ -39,3 +39,7 @@ To autofix JS files, run this from the root folder (not the `docs` folder):
```shell
npm run fix:docsjs
```

## License

© OpenJS Foundation and ESLint contributors, [www.openjsf.org](https://www.openjsf.org/). Content licensed under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
2 changes: 1 addition & 1 deletion docs/src/_data/sites/en.yml
Expand Up @@ -86,7 +86,7 @@ footer:
change_language: Change Language
language: Language
copyright: >
&copy; OpenJS Foundation and ESLint contributors, <a href="https://www.openjsf.org">www.openjsf.org</a>
&copy; OpenJS Foundation and ESLint contributors, <a href="https://www.openjsf.org">www.openjsf.org</a>. Content licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
links:
open_jsf: The OpenJS Foundation
terms: Terms of Use
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/sites/zh-hans.yml
Expand Up @@ -84,7 +84,7 @@ footer:
change_language: 更改语言
language: 语言
copyright: >
&copy; OpenJS Foundation and ESLint contributors, <a href="https://www.openjsf.org">www.openjsf.org</a>
&copy; OpenJS Foundation and ESLint contributors, <a href="https://www.openjsf.org">www.openjsf.org</a>. Content licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
links:
open_jsf: OpenJS 基金会
terms: 使用条款
Expand Down

0 comments on commit b3634f6

Please sign in to comment.