-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathterms.html
More file actions
50 lines (41 loc) · 2.89 KB
/
Copy pathterms.html
File metadata and controls
50 lines (41 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms of Use — ADO Attach</title>
<style>
body { font-family: "Segoe UI", system-ui, sans-serif; max-width: 720px; margin: 40px auto; padding: 0 20px; line-height: 1.6; color: #323130; }
h1 { font-size: 1.5em; border-bottom: 1px solid #edebe9; padding-bottom: 8px; }
h2 { font-size: 1.15em; margin-top: 1.5em; }
p, li { font-size: 0.95em; }
.updated { color: #605e5c; font-size: 0.85em; }
</style>
</head>
<body>
<h1>Terms of Use</h1>
<p class="updated">Last updated: March 23, 2026</p>
<h2>Acceptance</h2>
<p>By installing or using the <strong>ADO Attach</strong> Outlook add-in ("the Add-in"), you agree to these terms. If you do not agree, do not install or use the Add-in.</p>
<h2>Description</h2>
<p>The Add-in allows you to attach emails from Microsoft Outlook to Azure DevOps work items. It operates as a client-side application with no backend server.</p>
<h2>License</h2>
<p>The Add-in is provided under the <a href="https://github.com/amd989/OutlookADOIntegration/blob/master/LICENSE">MIT License</a>. You may use it free of charge for personal or commercial purposes.</p>
<h2>Your responsibilities</h2>
<ul>
<li>You are responsible for safeguarding your Azure DevOps credentials (Personal Access Tokens and/or Entra ID accounts).</li>
<li>You are responsible for ensuring you have appropriate permissions to attach emails to work items in your Azure DevOps organization.</li>
<li>You must comply with your organization's policies regarding email and data handling.</li>
</ul>
<h2>Disclaimer of warranties</h2>
<p>The Add-in is provided <strong>"as is"</strong> and <strong>"as available"</strong>, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement.</p>
<h2>Limitation of liability</h2>
<p>In no event shall the developer be liable for any claim, damages, or other liability arising from the use of or inability to use the Add-in, including but not limited to data loss, service interruptions, or unauthorized access resulting from compromised credentials.</p>
<h2>Third-party services</h2>
<p>The Add-in interacts with Microsoft Azure DevOps and Microsoft Entra ID. Your use of those services is governed by Microsoft's own terms of service. The developer is not responsible for the availability or behavior of third-party services.</p>
<h2>Changes to these terms</h2>
<p>These terms may be updated at any time. Continued use of the Add-in after changes constitutes acceptance of the revised terms.</p>
<h2>Contact</h2>
<p>Questions about these terms can be directed to the project's <a href="https://github.com/amd989/OutlookADOIntegration/issues">GitHub Issues</a> page.</p>
</body>
</html>