Skip to content

Commit 8564500

Browse files
Merge pull request #10179 from mendix/olu-copyright-rename
renaming mendix tech to SISW
2 parents 245ea02 + ceda4fd commit 8564500

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ replacements = "github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootst
9292
# These are mainly (all?) Docsy settings
9393

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

9898
# Menu title if your navbar has a versions selector to access old versions of your site.

layouts/partials/footer.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414

1515

1616
<div id="mx-footer" class="mx-footer" data-test-id="mx-footer">
17-
<p class="mx-footer__copyright">© Mendix Technology BV <span id="mx-footer__copyright-year"></span>. All rights reserved</p>
17+
<p class="mx-footer__copyright">© Siemens Industry Software Netherlands B.V.
18+
<script type="text/javascript">
19+
var d=new Date();
20+
document.write(d.getFullYear() + ".");
21+
</script>
22+
All rights reserved</p>
1823
<ul class="mx-footer__links-list">
1924
<li>
2025
<a
@@ -68,8 +73,4 @@
6873
</ul>
6974
</div>
7075

71-
<script>
72-
document.getElementById("mx-footer__copyright-year").textContent = new Date().getFullYear();
73-
</script>
74-
7576
<script src="https://dock-static.mendix.com/main.js" async></script>

layouts/partials/print/print-footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col-4 text-left">
5-
<span>© Mendix Technology BV
5+
<span>© Siemens Industry Software Netherlands B.V.
66
<script type="text/javascript">
77
var d=new Date();
88
document.write(d.getFullYear() + ".");

0 commit comments

Comments
 (0)