mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
update year in copyright message
This line has not been touched in a long time... Let's update the copyright message with recent year. Signed-off-by: Christian Hesse <mail@eworm.de> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20161128170820.20371-1-list@eworm.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13270.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
294040102f
commit
7f7d6b2eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -3685,7 +3685,7 @@ usage_version (void)
|
|||
show_windows_version( M_INFO|M_NOPREFIX );
|
||||
#endif
|
||||
msg (M_INFO|M_NOPREFIX, "Originally developed by James Yonan");
|
||||
msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>");
|
||||
msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2016 OpenVPN Technologies, Inc. <sales@openvpn.net>");
|
||||
#ifndef ENABLE_SMALL
|
||||
#ifdef CONFIGURE_DEFINES
|
||||
msg (M_INFO|M_NOPREFIX, "Compile time defines: %s", CONFIGURE_DEFINES);
|
||||
|
|
|
|||
Loading…
Reference in a new issue