aboutsummaryrefslogtreecommitdiff
path: root/dev-tools
diff options
context:
space:
mode:
authorFrank Lichtenheld2023-01-10 17:05:31 +0100
committerGert Doering2023-01-10 17:24:37 +0100
commitccf9d57249acb9bc9a450aec3e613bda631415f5 (patch)
tree330f9d0bad44cafc940e342d775a7498aa95a8ce /dev-tools
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 'dev-tools')
-rwxr-xr-xdev-tools/gen-release-tarballs.sh2
-rwxr-xr-xdev-tools/reformat-all.sh2
-rwxr-xr-xdev-tools/update-copyright.sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-tools/gen-release-tarballs.sh b/dev-tools/gen-release-tarballs.sh
index 14734f6..13c5811 100755
--- a/dev-tools/gen-release-tarballs.sh
+++ b/dev-tools/gen-release-tarballs.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# gen-release-tarballs.sh - Generates release tarballs with signatures
#
-# Copyright (C) 2017-2022 - David Sommerseth <davids@openvpn.net>
+# Copyright (C) 2017-2023 - David Sommerseth <davids@openvpn.net>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/dev-tools/reformat-all.sh b/dev-tools/reformat-all.sh
index ff126b0..ed47228 100755
--- a/dev-tools/reformat-all.sh
+++ b/dev-tools/reformat-all.sh
@@ -2,7 +2,7 @@
# reformat-all.sh - Reformat all git files in the checked out
# git branch using uncrustify.
#
-# Copyright (C) 2016-2022 - David Sommerseth <davids@openvpn.net>
+# Copyright (C) 2016-2023 - David Sommerseth <davids@openvpn.net>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/dev-tools/update-copyright.sh b/dev-tools/update-copyright.sh
index 497b709..50fcd09 100755
--- a/dev-tools/update-copyright.sh
+++ b/dev-tools/update-copyright.sh
@@ -2,8 +2,8 @@
# update-copyright-sh - Simple tool to update the Copyright lines
# in all files checked into git
#
-# Copyright (C) 2016-2022 OpenVPN Inc <sales@openvpn.net>
-# Copyright (C) 2016-2022 David Sommerseth <davids@openvpn.net>
+# Copyright (C) 2016-2023 OpenVPN Inc <sales@openvpn.net>
+# Copyright (C) 2016-2023 David Sommerseth <davids@openvpn.net>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License