Skip to content

Commit 7bd6898

Browse files
Prot10claude
andcommitted
chore: Update license to AGPL-3.0 on website
- Updated Hero section badge from MIT to AGPL - Updated Footer copyright text to reference AGPL-3.0 - Updated OpenSource section description to explain AGPL terms 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4d16ee4 commit 7bd6898

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const links = {
9898
<!-- Bottom Bar -->
9999
<div class="mt-12 pt-8 border-t border-white/10 flex flex-col sm:flex-row justify-between items-center gap-4">
100100
<p class="text-sm text-gray-500">
101-
&copy; {currentYear} MyMacCleaner. Released under MIT License.
101+
&copy; {currentYear} MyMacCleaner. Released under AGPL-3.0 License.
102102
</p>
103103
<div class="flex items-center gap-4">
104104
<a

website/src/components/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<div class="text-sm text-gray-500">macOS</div>
8888
</div>
8989
<div>
90-
<div class="text-3xl font-bold text-white">MIT</div>
90+
<div class="text-3xl font-bold text-white">AGPL</div>
9191
<div class="text-sm text-gray-500">License</div>
9292
</div>
9393
</div>

website/src/components/OpenSource.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</h2>
2020

2121
<p class="text-lg text-gray-400 mb-6 leading-relaxed">
22-
MyMacCleaner is completely open source under the MIT license. View the code, contribute features, report bugs, or fork it for your own projects.
22+
MyMacCleaner is open source under the AGPL-3.0 license. View the code, contribute features, report bugs, or fork it — just keep your modifications open source too.
2323
</p>
2424

2525
<ul class="space-y-3 mb-8">

0 commit comments

Comments
 (0)