Update copyright year to 2026 (#7302)

* Update copyright year to 2026

* Update footer year to current year dynamically
This commit is contained in:
Melroy van den Berg
2026-02-27 11:54:16 +01:00
committed by GitHub
parent c8e57b7f9f
commit 5e75bc5fcb

View File

@@ -1,4 +1,5 @@
module.exports = function aboutBruno({ version }) {
const currentYear = new Date().getFullYear();
return `
<!DOCTYPE html>
<html lang="en">
@@ -168,7 +169,7 @@ module.exports = function aboutBruno({ version }) {
</svg>
<h2 class="title">Bruno ${version}</h2>
<footer class="footer">
©2025 Bruno Software Inc
©${currentYear} Bruno Software Inc
</footer>
</body>
</html>