Skip to content

Commit 5a80a5c

Browse files
calliclesclaude
andauthored
Add MIT license and legal disclaimers for open-source release (#4)
- Add MIT LICENSE file to repo root (copyright fiveonefour 2026) - Add Open-Source License, Disclaimer of Warranties, and Limitation of Liability sections to Terms of Use page - Add Self-Hosted Instances disclaimer and cross-reference to Terms disclaimers in Privacy Policy page - Update "last updated" dates to February 25, 2026 https://claude.ai/code/session_01Ed4v2P1kwimM9wMGD18VqV Co-authored-by: Claude <noreply@anthropic.com>
1 parent d8a0dd3 commit 5a80a5c

3 files changed

Lines changed: 62 additions & 2 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 fiveonefour
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

app/privacy/page.tsx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function PrivacyPage() {
88
<main className="flex-1">
99
<div className="mx-auto max-w-3xl px-4 py-12">
1010
<h1 className="text-3xl font-bold tracking-tight text-foreground">Privacy Policy</h1>
11-
<p className="mt-2 text-sm text-muted-foreground">Last updated: February 23, 2026</p>
11+
<p className="mt-2 text-sm text-muted-foreground">Last updated: February 25, 2026</p>
1212

1313
<section className="mt-8 space-y-4 text-sm leading-relaxed text-foreground">
1414
<p>
@@ -36,11 +36,26 @@ export default function PrivacyPage() {
3636
metadata. Legal signature records may be retained when required for compliance and
3737
evidentiary purposes.
3838
</p>
39+
<h2 className="text-lg font-semibold">Self-Hosted Instances</h2>
40+
<p>
41+
CLA Bot is open-source software. If you are using a self-hosted instance, the operator
42+
of that instance is responsible for its own data-handling practices. This privacy policy
43+
applies only to instances operated by the original maintainers.
44+
</p>
3945
<h2 className="text-lg font-semibold">Contact</h2>
4046
<p>
4147
For privacy requests, contact repository maintainers for the organization where you
4248
signed the CLA.
4349
</p>
50+
<h2 className="text-lg font-semibold">Disclaimer</h2>
51+
<p>
52+
This privacy policy is provided for informational purposes. The service is provided
53+
&ldquo;as is&rdquo; without warranties of any kind. See our{" "}
54+
<Link href="/terms" className="underline underline-offset-2">
55+
Terms of Use
56+
</Link>{" "}
57+
for full warranty and liability disclaimers.
58+
</p>
4459
</section>
4560

4661
<div className="mt-10">

app/terms/page.tsx

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function TermsPage() {
88
<main className="flex-1">
99
<div className="mx-auto max-w-3xl px-4 py-12">
1010
<h1 className="text-3xl font-bold tracking-tight text-foreground">Terms of Use</h1>
11-
<p className="mt-2 text-sm text-muted-foreground">Last updated: February 23, 2026</p>
11+
<p className="mt-2 text-sm text-muted-foreground">Last updated: February 25, 2026</p>
1212

1313
<section className="mt-8 space-y-4 text-sm leading-relaxed text-foreground">
1414
<p>
@@ -36,6 +36,30 @@ export default function TermsPage() {
3636
CLA Bot does not maintain independent user accounts. GitHub identity is the sole user
3737
management source.
3838
</p>
39+
<h2 className="text-lg font-semibold">Open-Source License</h2>
40+
<p>
41+
The source code for CLA Bot is released under the{" "}
42+
<Link href="https://opensource.org/licenses/MIT" className="underline underline-offset-2">
43+
MIT License
44+
</Link>
45+
. You are free to use, copy, modify, and distribute the software subject to the terms of
46+
that license.
47+
</p>
48+
<h2 className="text-lg font-semibold">Disclaimer of Warranties</h2>
49+
<p>
50+
THE SERVICE IS PROVIDED &ldquo;AS IS&rdquo; AND &ldquo;AS AVAILABLE&rdquo; WITHOUT
51+
WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED
52+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. WE
53+
DO NOT WARRANT THAT THE SERVICE WILL BE UNINTERRUPTED, ERROR-FREE, OR SECURE.
54+
</p>
55+
<h2 className="text-lg font-semibold">Limitation of Liability</h2>
56+
<p>
57+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE AUTHORS,
58+
COPYRIGHT HOLDERS, OR MAINTAINERS OF CLA BOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL,
59+
SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS, DATA, USE, OR
60+
GOODWILL, ARISING OUT OF OR IN CONNECTION WITH YOUR ACCESS TO OR USE OF (OR INABILITY TO
61+
USE) THE SERVICE, WHETHER BASED ON WARRANTY, CONTRACT, TORT, OR ANY OTHER LEGAL THEORY.
62+
</p>
3963
</section>
4064

4165
<div className="mt-10">

0 commit comments

Comments
 (0)