Skip to content
Snippets Groups Projects
Commit 695047b0 authored by Marco Holz's avatar Marco Holz
Browse files

Add CC BY 4.0 license notice

parent 79d777fe
No related branches found
No related tags found
2 merge requests!4planning#347: Abschluss MVP Entwicklungsportal,!3Add CC BY 4.0 license notice
......@@ -78,7 +78,10 @@ export function Footer({ logo, copyright, children }: FooterOptions) {
Copyright © {new Date().getFullYear()} {copyright}
</p>
</div>
) : null}
) : null}.
Wenn nicht anders vermerkt, sind die Inhalte dieser Webseite lizensiert unter der <a href="https://creativecommons.org/licenses/by/4.0/deed.de">Creative Commons Namensnennung 4.0 International Public License (CC BY 4.0)</a>.
</div>
</footer>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment