From: Christian Hesse Date: Mon, 28 Nov 2016 17:08:20 +0000 (+0100) Subject: update year in copyright message X-Git-Tag: v2.4_rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f7d6b2eb0f69f0e8952028488d7aa02619ad76f;p=thirdparty%2Fopenvpn.git 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 Acked-by: Gert Doering 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 --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 7c2b989d8..63dcc2427 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -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. "); + msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2016 OpenVPN Technologies, Inc. "); #ifndef ENABLE_SMALL #ifdef CONFIGURE_DEFINES msg (M_INFO|M_NOPREFIX, "Compile time defines: %s", CONFIGURE_DEFINES);