]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
update year in copyright message
authorChristian Hesse <mail@eworm.de>
Mon, 28 Nov 2016 17:08:20 +0000 (18:08 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 28 Nov 2016 18:54:28 +0000 (19:54 +0100)
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>
(cherry picked from commit 7f7d6b2eb0f69f0e8952028488d7aa02619ad76f)

src/openvpn/options.c

index b0885269ce8242547f11d74c1df07607efffe7ce..c402b535c9b69deba0d362631ac4742d284dc835 100644 (file)
@@ -3533,7 +3533,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);