Skip to content

Commit cb3f556

Browse files
davidamaceyclaude
andcommitted
docs: Update remaining MIT license references to AGPL-3.0
Updated all remaining references to MIT license across the repository to reflect the AGPL-3.0 license change in v0.1.0. CHANGES: - docs-site/src/pages/index.tsx: Update stats display (MIT → AGPL-3.0) - docs-site/docusaurus.config.ts: Update footer copyright text - docs/DOCUMENTATION_IMPLEMENTATION_SUMMARY.md: Update license references - backend/Dockerfile.prod: Update OCI label org.opencontainers.image.licenses - frontend/Dockerfile.prod: Update OCI label org.opencontainers.image.licenses All OpenTranscribe project license references now correctly show AGPL-3.0. Third-party dependency licenses (MIT, Apache, BSD, etc.) in CHANGELOG.md and security reports remain unchanged as they reference external libraries. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1cbb8e5 commit cb3f556

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

backend/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LABEL org.opencontainers.image.title="OpenTranscribe Backend" \
4343
org.opencontainers.image.description="AI-powered transcription backend with WhisperX and PyAnnote" \
4444
org.opencontainers.image.vendor="OpenTranscribe" \
4545
org.opencontainers.image.authors="OpenTranscribe Contributors" \
46-
org.opencontainers.image.licenses="MIT" \
46+
org.opencontainers.image.licenses="AGPL-3.0" \
4747
org.opencontainers.image.source="https://github.com/davidamacey/OpenTranscribe" \
4848
org.opencontainers.image.documentation="https://github.com/davidamacey/OpenTranscribe/blob/master/README.md"
4949

docs-site/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const config: Config = {
163163
],
164164
},
165165
],
166-
copyright: `Copyright © ${new Date().getFullYear()} OpenTranscribe. Open Source under MIT License.`,
166+
copyright: `Copyright © ${new Date().getFullYear()} OpenTranscribe. Open Source under AGPL-3.0 License.`,
167167
},
168168
prism: {
169169
theme: prismThemes.github,

docs-site/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function HomepageStats() {
8686
</div>
8787
<div className="col col--3">
8888
<div className={styles.stat}>
89-
<div className={styles.statNumber}>MIT</div>
89+
<div className={styles.statNumber}>AGPL-3.0</div>
9090
<div className={styles.statLabel}>Open Source</div>
9191
</div>
9292
</div>

docs/DOCUMENTATION_IMPLEMENTATION_SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Fully configured Docusaurus site with:
100100
- Troubleshooting (common errors and solutions)
101101
- Security & Privacy (data security, encryption)
102102
- Development & Contribution (how to contribute, tech stack)
103-
- Licensing & Legal (MIT license, commercial use)
103+
- Licensing & Legal (AGPL-3.0 license, commercial use)
104104

105105
### 4. Custom Homepage
106106
**Files:**
@@ -118,7 +118,7 @@ Fully configured Docusaurus site with:
118118
- 🔍 Hybrid Search
119119
- 🔒 Privacy-First
120120
- ⚡ Production-Ready
121-
- Statistics section (70x speed, 50+ languages, 100% local, MIT license)
121+
- Statistics section (70x speed, 50+ languages, 100% local, AGPL-3.0 license)
122122
- Demo placeholder section
123123
- Call-to-action section
124124
- Custom blue color scheme

frontend/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LABEL org.opencontainers.image.title="OpenTranscribe Frontend" \
3636
org.opencontainers.image.description="Svelte-based Progressive Web App for AI-powered transcription" \
3737
org.opencontainers.image.vendor="OpenTranscribe" \
3838
org.opencontainers.image.authors="OpenTranscribe Contributors" \
39-
org.opencontainers.image.licenses="MIT" \
39+
org.opencontainers.image.licenses="AGPL-3.0" \
4040
org.opencontainers.image.source="https://github.com/davidamacey/OpenTranscribe" \
4141
org.opencontainers.image.documentation="https://github.com/davidamacey/OpenTranscribe/blob/master/README.md"
4242

0 commit comments

Comments
 (0)