Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const jsonLd = {
url: siteConfig.url,
applicationCategory: 'DeveloperApplication',
operatingSystem: 'Any',
license: 'https://www.apache.org/licenses/LICENSE-2.0',
license: 'https://creativecommons.org/licenses/by/4.0/',
programmingLanguage: 'Python',
codeRepository: siteConfig.githubUrl,
offers: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Footer() {
return (
<footer className="footer">
<div className="footer-inner">
<span className="footer-brand">© {new Date().getFullYear()} Mellea — Apache 2.0</span>
<span className="footer-brand">© {new Date().getFullYear()} Mellea · Documentation distributed under CC BY 4.0</span>
<nav className="footer-links">
<Link href="/blogs">Blog</Link>
<Link href={siteConfig.docsUrl} target="_blank" rel="noopener noreferrer">Docs</Link>
Expand Down
Loading