Skip to content

Commit 1a5ded8

Browse files
committed
Add README
1 parent 6193ef3 commit 1a5ded8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/policies/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Policies
2+
3+
> Project legal policies.
4+
5+
The following documents set forth the legal policies for the project:
6+
7+
- [Code of Conduct][stdlib-code-of-conduct]
8+
- [Copyright][stdlib-copyright]
9+
- [License][stdlib-license]
10+
- [Privacy Policy][stdlib-privacy-policy]
11+
- [Terms of Use][stdlib-terms-of-use]
12+
- [List of Official Domains][stdlib-domains]
13+
14+
These documents are periodically updated. Please refer to the project [git history][stdlib-git-commit-log] to view the changes.
15+
16+
<section class="links">
17+
18+
[stdlib-code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
19+
20+
[stdlib-copyright]: https://github.com/stdlib-js/stdlib/blob/develop/NOTICE
21+
22+
[stdlib-license]: https://github.com/stdlib-js/stdlib/blob/develop/LICENSE
23+
24+
[stdlib-privacy-policy]: https://github.com/stdlib-js/stdlib/blob/develop/PRIVACY
25+
26+
[stdlib-terms-of-use]: https://github.com/stdlib-js/stdlib/blob/develop/docs/policies/terms_of_use.md
27+
28+
[stdlib-domains]: https://github.com/stdlib-js/stdlib/blob/develop/docs/policies/domains.md
29+
30+
[stdlib-git-commit-log]: https://github.com/stdlib-js/stdlib/commits/develop/
31+
32+
</section>
33+
34+
<!-- /.links -->

0 commit comments

Comments
 (0)