Skip to content

Commit 738c1be

Browse files
authored
Update Footer.tsx
1 parent 87f022c commit 738c1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default function Footer() {
55
<footer className="w-full py-6 mt-12 text-center text-gray-600">
66
<p className="text-sm">
77
Copyright © 2024 - 2025 Ed Bates (TECHBLIP LLC)<br />
8-
This software is released under the MIT License. See the LICENSE file for details
8+
This software is released under the Apache-2.0 license. See the LICENSE file for details
99
</p>
1010
</footer>
1111
);
12-
}
12+
}

0 commit comments

Comments
 (0)