aboutsummaryrefslogtreecommitdiff
path: root/dev-tools
diff options
context:
space:
mode:
authorDavid Sommerseth2021-06-09 23:32:30 +0200
committerGert Doering2021-06-15 10:41:07 +0200
commit05271322e7b5f453fe9d85310e500d3460ac8ca4 (patch)
tree098308fa8a01cf852a44cb8fd3fded406b19b68b /dev-tools
parentd2e5412aa48e028c07bc7a3a9447593b711a9e0c (diff)
downloadopenvpn-05271322e7b5f453fe9d85310e500d3460ac8ca4.zip
openvpn-05271322e7b5f453fe9d85310e500d3460ac8ca4.tar.gz
Update copyrights
- Update the update-copyright script to include more contributors as well as correcting a few typos - Correct a copyright address in the source code to now used address (dazo) - Update copyright year to 2021 Signed-off-by: David Sommerseth <davids@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20210609213231.22576-1-openvpn@sf.lists.topphemmelig.net> URL: https://www.mail-archive.com/search?l=mid&q=20210609213231.22576-1-openvpn@sf.lists.topphemmelig.net URL: https://sourceforge.net/p/openvpn/mailman/message/37299719/ 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.sh5
3 files changed, 5 insertions, 4 deletions
diff --git a/dev-tools/gen-release-tarballs.sh b/dev-tools/gen-release-tarballs.sh
index 9c4600e..f56a132 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-2018 - David Sommerseth <davids@openvpn.net>
+# Copyright (C) 2017-2021 - 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 befc589..db2c3c4 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-2018 - David Sommerseth <davids@openvpn.net>
+# Copyright (C) 2016-2021 - 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 a874631..7f87c7a 100755
--- a/dev-tools/update-copyright.sh
+++ b/dev-tools/update-copyright.sh
@@ -2,7 +2,8 @@
# update-copyright-sh - Simple tool to update the Copyright lines
# in all files checked into git
#
-# Copyright (C) 2016-2018 David Sommerseth <davids@openvpn.net>
+# Copyright (C) 2016-2021 OpenVPN Inc <sales@openvpn.net>
+# Copyright (C) 2016-2021 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
@@ -30,7 +31,7 @@ fi
# Only update Copyright lines with these owners
# The 'or' operator is GNU sed specific, and must be \|
-UPDATE_COPYRIGHT_LINES="@openvpn\.net\|@fox-it\.com\|@sophos.com\|@eurephia\.net\|@greenie\.muc\.de"
+UPDATE_COPYRIGHT_LINES="@openvpn\.net\|@fox-it\.com\|@sophos.com\|@eurephia\.org\|@greenie\.muc\.de\|@rozman.si\|@unstable\.cc\|@rfc2549.org\|@karger\.me\|selva.nair@"
COPY_YEAR="$1"
cd "$(git rev-parse --show-toplevel)"