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 config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ replacements = "github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootst
# These are mainly (all?) Docsy settings

[params]
copyright = "© Mendix Technology BV 2021. All rights reserved."
copyright = "© Siemens Industry Software Netherlands B.V. 2025. All rights reserved."
privacy_policy = "http://www.mendix.com/privacy-policy/"

# Menu title if your navbar has a versions selector to access old versions of your site.
Expand Down
11 changes: 6 additions & 5 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@


<div id="mx-footer" class="mx-footer" data-test-id="mx-footer">
<p class="mx-footer__copyright">© Mendix Technology BV <span id="mx-footer__copyright-year"></span>. All rights reserved</p>
<p class="mx-footer__copyright">© Siemens Industry Software Netherlands B.V.
<script type="text/javascript">
var d=new Date();
document.write(d.getFullYear() + ".");
</script>
All rights reserved</p>
<ul class="mx-footer__links-list">
<li>
<a
Expand Down Expand Up @@ -68,8 +73,4 @@
</ul>
</div>

<script>
document.getElementById("mx-footer__copyright-year").textContent = new Date().getFullYear();
</script>

<script src="https://dock-static.mendix.com/main.js" async></script>
2 changes: 1 addition & 1 deletion layouts/partials/print/print-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-4 text-left">
<span>© Mendix Technology BV
<span>© Siemens Industry Software Netherlands B.V.
<script type="text/javascript">
var d=new Date();
document.write(d.getFullYear() + ".");
Expand Down