Skip to content

Commit b9d3a1c

Browse files
GeneAIclaude
andcommitted
fix: Correct license terminology from "open source" to "Fair Source"
IMPORTANT: Fair Source License 0.9 is NOT an open source license according to the Open Source Initiative (OSI). It is "source available" with usage restrictions. Key differences: - Open Source: No usage restrictions (MIT, Apache, GPL, etc.) - Fair Source: Free for ≤5 employees, commercial license required for 6+ Changes: - "open source" → "Fair Source licensed" (4 instances) - Updated in: - website/app/dev-dashboard/page.tsx (CTA section) - website/app/dashboard/page.tsx (CTA section) - website/app/framework/page.tsx (hero + community sections) This ensures accurate representation of licensing terms and prevents potential legal/trust issues from license misrepresentation. User feedback: "You keep saying empathy is open source. Is that right? Can we say that?" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d1151bd commit b9d3a1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/app/dashboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export default function MedicalDashboard() {
298298
Build Your Own Medical Wizards
299299
</h2>
300300
<p className="text-xl text-[var(--text-secondary)] mb-8">
301-
The Empathy Framework is open source and production-ready.
301+
The Empathy Framework is Fair Source licensed and production-ready.
302302
Start building anticipatory AI for healthcare today.
303303
</p>
304304
<div className="flex flex-col sm:flex-row gap-4 justify-center">

website/app/dev-dashboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export default function DevDashboard() {
408408
Build Your Own Development Intelligence
409409
</h2>
410410
<p className="text-xl text-[var(--text-secondary)] mb-8">
411-
The Empathy Framework is open source and production-ready.
411+
The Empathy Framework is Fair Source licensed and production-ready.
412412
Start building anticipatory AI for software development today.
413413
</p>
414414
<div className="flex flex-col sm:flex-row gap-4 justify-center">

website/app/framework/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function FrameworkPage() {
2525
Empathy Framework <span className="text-gradient">Core</span>
2626
</h1>
2727
<p className="text-2xl text-[var(--text-secondary)] mb-8">
28-
Open source foundation for building Level 4 Anticipatory AI systems
28+
Fair Source foundation for building Level 4 Anticipatory AI systems
2929
</p>
3030
<div className="flex flex-col sm:flex-row gap-4 justify-center">
3131
<a
@@ -229,7 +229,7 @@ result = await wizard.analyze({"data": your_data})`}
229229
<div className="max-w-4xl mx-auto text-center">
230230
<h2 className="text-4xl font-bold mb-6">Join the Community</h2>
231231
<p className="text-xl text-[var(--text-secondary)] mb-12">
232-
The Empathy Framework is open source and welcomes contributions from developers worldwide.
232+
The Empathy Framework is Fair Source licensed and welcomes contributions from developers worldwide.
233233
</p>
234234

235235
<div className="grid md:grid-cols-3 gap-6">

0 commit comments

Comments
 (0)