Skip to content

Commit 49ea4a4

Browse files
cursoragentsahil
andcommitted
Add MIT license documentation to security and privacy section
Co-authored-by: sahil <[email protected]>
1 parent 02e562a commit 49ea4a4

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,8 @@ navigation:
650650
collapsed: true
651651
icon: fa-light fa-user-shield
652652
contents:
653+
- page: MIT license
654+
path: security-and-privacy/license.mdx
653655
- page: TCPA consent guidelines
654656
path: tcpa-consent.mdx
655657
- link: Privacy policy
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: MIT License
3+
slug: security-and-privacy/license
4+
---
5+
6+
<Note>
7+
This documentation is licensed under the MIT License.
8+
</Note>
9+
10+
```text title="LICENSE" wordWrap
11+
MIT License
12+
13+
Copyright (c) VapiAI
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
```
33+

0 commit comments

Comments
 (0)