aboutsummaryrefslogtreecommitdiff
path: root/sample/sample-keys/gen-sample-keys.sh
diff options
context:
space:
mode:
authorFrank Lichtenheld2023-01-10 17:05:31 +0100
committerGert Doering2023-01-10 17:24:37 +0100
commitccf9d57249acb9bc9a450aec3e613bda631415f5 (patch)
tree330f9d0bad44cafc940e342d775a7498aa95a8ce /sample/sample-keys/gen-sample-keys.sh
parent533c170fb60882547152e3b3222c8f7788d6b80f (diff)
downloadopenvpn-ccf9d57249acb9bc9a450aec3e613bda631415f5.zip
openvpn-ccf9d57249acb9bc9a450aec3e613bda631415f5.tar.gz
Update copyright year to 2023
Manually excluded ovpn_dco_win.h because it is an imported file. ovpn_dco_linux.h is already excluded because it still says 2021. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20230110160531.81010-1-frank@lichtenheld.com> URL: https://patchwork.openvpn.net/project/openvpn2/patch/20230110160531.81010-1-frank@lichtenheld.com/ Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'sample/sample-keys/gen-sample-keys.sh')
-rwxr-xr-xsample/sample-keys/gen-sample-keys.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/sample-keys/gen-sample-keys.sh b/sample/sample-keys/gen-sample-keys.sh
index b9e7370..1bbc380 100755
--- a/sample/sample-keys/gen-sample-keys.sh
+++ b/sample/sample-keys/gen-sample-keys.sh
@@ -3,7 +3,7 @@
# Run this script to set up a test CA, and test key-certificate pair for a
# server, and various clients.
#
-# Copyright (C) 2014-2022 Steffan Karger <steffan@karger.me>
+# Copyright (C) 2014-2023 Steffan Karger <steffan@karger.me>
set -eu
command -v openssl >/dev/null 2>&1 || { echo >&2 "Unable to find openssl. Please make sure openssl is installed and in your path."; exit 1; }