Skip to content

Commit eb3dfc6

Browse files
authored
fix: use cc-by-4.0 for docs copyright (#3)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
1 parent 4b4a0c3 commit eb3dfc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const jsonLd = {
6060
url: siteConfig.url,
6161
applicationCategory: 'DeveloperApplication',
6262
operatingSystem: 'Any',
63-
license: 'https://www.apache.org/licenses/LICENSE-2.0',
63+
license: 'https://creativecommons.org/licenses/by/4.0/',
6464
programmingLanguage: 'Python',
6565
codeRepository: siteConfig.githubUrl,
6666
offers: {

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Footer() {
55
return (
66
<footer className="footer">
77
<div className="footer-inner">
8-
<span className="footer-brand">© {new Date().getFullYear()} Mellea — Apache 2.0</span>
8+
<span className="footer-brand">© {new Date().getFullYear()} Mellea · Documentation distributed under CC BY 4.0</span>
99
<nav className="footer-links">
1010
<Link href="/blogs">Blog</Link>
1111
<Link href={siteConfig.docsUrl} target="_blank" rel="noopener noreferrer">Docs</Link>

0 commit comments

Comments
 (0)