File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 ( ) + "." ) ;
You can’t perform that action at this time.
0 commit comments