Cosmetic: bump year

This commit is contained in:
Arjan H
2024-01-07 20:25:43 +01:00
parent 33208bf347
commit 0adcce1f1f
4 changed files with 5 additions and 5 deletions

4
debian/copyright vendored
View File

@@ -3,11 +3,11 @@ Upstream-Name: labca-gui
Source: https://github.com/hakwerk/labca
Files: *
Copyright: 2022-2023 hakwerk <github@hakwerk.com>
Copyright: 2022-2024 hakwerk <github@hakwerk.com>
License: MPL 2.0
License: MPL 2.0
Copyright (c) 2022-2023 hakwerk
Copyright (c) 2022-2024 hakwerk
.
Licensed under the Mozilla Public License 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@@ -118,7 +118,7 @@
<small></small>
</div>
<div class="col-sm-6 footer text-muted text-right" id="footer">
<small>Copyright &copy; 2018-2023 <a href="https://lab-ca.net/">LabCA</a></small>
<small>Copyright &copy; 2018-2024 <a href="https://lab-ca.net/">LabCA</a></small>
</div>
</div>
</div>

View File

@@ -32,7 +32,7 @@
<small>{{ if .Version }}{{ .Version }}{{ end }}</small>
</div>
<div class="col-sm-6 footer text-muted text-right" id="footer">
<small>Copyright &copy; 2018-2023 <a href="https://lab-ca.net/">LabCA</a></small>
<small>Copyright &copy; 2018-2024 <a href="https://lab-ca.net/">LabCA</a></small>
</div>
</div>
</div>

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# LabCA: a private Certificate Authority for internal lab usage
# (c) 2018-2023 Arjan Hakkesteegt
# (c) 2018-2024 Arjan Hakkesteegt
#
# Install with this command from a Linux machine (only tested with Debian and Ubuntu):
# curl -sSL https://raw.githubusercontent.com/hakwerk/labca/master/install | bash