mirror of
https://github.com/quantum5/qcal.git
synced 2025-07-26 19:34:10 -04:00
*cal: remove 2022 year detection
This commit is contained in:
parent
a018c47408
commit
3c269ab7c6
|
@ -143,7 +143,7 @@
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="text-muted">Copyright © 2022<%= new Date().getFullYear() > 2022 ? `–${new Date().getFullYear()}` : '' %>
|
<p class="text-muted">Copyright © 2022-<%= new Date().getFullYear() %>
|
||||||
<a href="https://quantum5.ca">Quantum</a>.
|
<a href="https://quantum5.ca">Quantum</a>.
|
||||||
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</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>
|
Source code available on <a href="https://github.com/quantum5/qcal">GitHub</a>.<br>
|
||||||
|
|
|
@ -145,8 +145,7 @@
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="text-muted">Copyright © 2022<%= new Date().getFullYear() > 2022 ? `–${new Date().getFullYear()}`
|
<p class="text-muted">Copyright © 2022-<%= new Date().getFullYear() %>
|
||||||
: '' %>
|
|
||||||
<a href="https://quantum5.ca">Quantum</a>.
|
<a href="https://quantum5.ca">Quantum</a>.
|
||||||
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</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>
|
Source code available on <a href="https://github.com/quantum5/qcal">GitHub</a>.<br>
|
||||||
|
|
|
@ -120,8 +120,7 @@
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="text-muted">Copyright © 2022<%= new Date().getFullYear() > 2022 ? `–${new Date().getFullYear()}`
|
<p class="text-muted">Copyright © 2022-<%= new Date().getFullYear() %>
|
||||||
: '' %>
|
|
||||||
<a href="https://quantum5.ca">Quantum</a>.
|
<a href="https://quantum5.ca">Quantum</a>.
|
||||||
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</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>
|
Source code available on <a href="https://github.com/quantum5/qcal">GitHub</a>.<br>
|
||||||
|
|
Loading…
Reference in a new issue