File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments