diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8bb2a8d..cebab19 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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: { diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index ffb2133..010a3fa 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -5,7 +5,7 @@ export default function Footer() { return (