From 01ab32c029c8a759623ac169126597759fd5075f Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Mon, 20 Jan 2025 10:45:19 +0000 Subject: [PATCH] [web] bump copyright year for Server Pro/CE to 2025 (#22950) GitOrigin-RevId: 7747e64e787e22beb5caf6e47255ab6eeeb74d23 --- services/web/app/views/layout/thin-footer-bootstrap-5.pug | 2 +- services/web/app/views/layout/thin-footer.pug | 2 +- .../features/ui/components/bootstrap-5/footer/thin-footer.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/app/views/layout/thin-footer-bootstrap-5.pug b/services/web/app/views/layout/thin-footer-bootstrap-5.pug index 0baef6a3fb..1f06a054fc 100644 --- a/services/web/app/views/layout/thin-footer-bootstrap-5.pug +++ b/services/web/app/views/layout/thin-footer-bootstrap-5.pug @@ -7,7 +7,7 @@ footer.site-footer if !settings.nav.hide_powered_by li //- year of Server Pro release, static - | © 2024 + | © 2025 | a(href='https://www.overleaf.com/for/enterprises') Powered by Overleaf diff --git a/services/web/app/views/layout/thin-footer.pug b/services/web/app/views/layout/thin-footer.pug index bc9ff70764..6eeecf628a 100644 --- a/services/web/app/views/layout/thin-footer.pug +++ b/services/web/app/views/layout/thin-footer.pug @@ -9,7 +9,7 @@ footer.site-footer else if !settings.nav.hide_powered_by li //- year of Server Pro release, static - | © 2024 + | © 2025 | a(href='https://www.overleaf.com/for/enterprises') Powered by Overleaf diff --git a/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx b/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx index 11c84aaf1a..f8ce7d369b 100644 --- a/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx +++ b/services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx @@ -60,7 +60,7 @@ function ThinFooter({ {showPoweredBy ? ( <>
  • - {/* year of Server Pro release, static */}© 2024{' '} + {/* year of Server Pro release, static */}© 2025{' '} Powered by Overleaf