*cal: remove 2022 year detection

This commit is contained in:
Quantum 2025-06-15 01:39:56 -04:00
parent a018c47408
commit 3c269ab7c6
3 changed files with 3 additions and 5 deletions

View file

@ -143,7 +143,7 @@
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">Copyright &copy; 2022<%= new Date().getFullYear() > 2022 ? `${new Date().getFullYear()}` : '' %>
<p class="text-muted">Copyright &copy; 2022-<%= new Date().getFullYear() %>
<a href="https://quantum5.ca">Quantum</a>.
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</a>.
Source code available on <a href="https://github.com/quantum5/qcal">GitHub</a>.<br>

View file

@ -145,8 +145,7 @@
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">Copyright &copy; 2022<%= new Date().getFullYear() > 2022 ? `${new Date().getFullYear()}`
: '' %>
<p class="text-muted">Copyright &copy; 2022-<%= new Date().getFullYear() %>
<a href="https://quantum5.ca">Quantum</a>.
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</a>.
Source code available on <a href="https://github.com/quantum5/qcal">GitHub</a>.<br>

View file

@ -120,8 +120,7 @@
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">Copyright &copy; 2022<%= new Date().getFullYear() > 2022 ? `${new Date().getFullYear()}`
: '' %>
<p class="text-muted">Copyright &copy; 2022-<%= new Date().getFullYear() %>
<a href="https://quantum5.ca">Quantum</a>.
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</a>.
Source code available on <a href="https://github.com/quantum5/qcal">GitHub</a>.<br>