diff --git a/debian/copyright b/debian/copyright index 145be97..a5daba4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,11 +3,11 @@ Upstream-Name: labca-gui Source: https://github.com/hakwerk/labca Files: * -Copyright: 2022-2024 hakwerk +Copyright: 2022-2025 hakwerk License: MPL 2.0 License: MPL 2.0 - Copyright (c) 2022-2024 hakwerk + Copyright (c) 2022-2025 hakwerk . Licensed under the Mozilla Public License 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gui/static/502.html b/gui/static/502.html index 66225a1..8fa3357 100644 --- a/gui/static/502.html +++ b/gui/static/502.html @@ -118,7 +118,7 @@

Please wait...

diff --git a/gui/templates/base.tmpl b/gui/templates/base.tmpl index 7f98ddf..a62d365 100644 --- a/gui/templates/base.tmpl +++ b/gui/templates/base.tmpl @@ -32,7 +32,7 @@ {{ if .Version }}{{ .Version }}{{ end }} diff --git a/install b/install index e1f8167..20cd14e 100755 --- a/install +++ b/install @@ -1,7 +1,7 @@ #!/usr/bin/env bash # LabCA: a private Certificate Authority for internal lab usage -# (c) 2018-2024 Arjan Hakkesteegt +# (c) 2018-2025 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