]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dev-tools: Added script for updating copyright years in files
authorDavid Sommerseth <davids@openvpn.net>
Mon, 19 Dec 2016 18:52:12 +0000 (19:52 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Wed, 21 Dec 2016 11:54:01 +0000 (12:54 +0100)
commit9e2bbbc7bc9bb126ed1061cf0c2ee2fb5ffc919d
tree803235cdfc6545581e5e58da3fea7c79788bf193
parent117dadc02d163a3e93c28ef7bd296c8dfa1f6156
dev-tools: Added script for updating copyright years in files

Very simple tool which modifies the Copyright lines in all git checked-in
files with an updated year.  Lines only listing a single year (2016) will
be modified to list a range instead.

Only the Copyright lines owners of specific owners will be modified.  The
script will need to be slightly updated to cover more owners.  See the
UPDATE_COPYRIGHT_LINES line in the script for the currently set owners.

v2 - On-the-fly-commit-update: use vendor/ instead of cmocka and
     add @sophos.com to the list of copyright holders to update

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Steffan Karger <steffan@karger.me>
Message-Id: <1482173532-25132-1-git-send-email-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13645.html
(cherry picked from commit da8f11f895bb78174d4412d82a6992c398da495a)
dev-tools/update-copyright.sh [new file with mode: 0755]