From 0adcce1f1fffd23f63180ba682afc5f7aafcb1ed Mon Sep 17 00:00:00 2001 From: Arjan H Date: Sun, 7 Jan 2024 20:25:43 +0100 Subject: [PATCH] Cosmetic: bump year --- debian/copyright | 4 ++-- gui/static/502.html | 2 +- gui/templates/base.tmpl | 2 +- install | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/copyright b/debian/copyright index 53998a7..145be97 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,11 +3,11 @@ Upstream-Name: labca-gui Source: https://github.com/hakwerk/labca Files: * -Copyright: 2022-2023 hakwerk +Copyright: 2022-2024 hakwerk 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. diff --git a/gui/static/502.html b/gui/static/502.html index 340d2b7..66225a1 100644 --- a/gui/static/502.html +++ b/gui/static/502.html @@ -118,7 +118,7 @@ diff --git a/gui/templates/base.tmpl b/gui/templates/base.tmpl index ce44571..7f98ddf 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 2da265b..6816472 100755 --- a/install +++ b/install @@ -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