diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-06-11 21:59:26 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-06-11 21:59:26 +0000 |
commit | eca86913db7af43c682fbcc793505fadcbc0e78f (patch) | |
tree | 71d56e2508b3643ec3b6d325a886e080fcf9c962 /options.c | |
parent | Updated version & changelog. (diff) | |
download | openvpn-eca86913db7af43c682fbcc793505fadcbc0e78f.tar.xz |
Updated copyright notice to 2008.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2995 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ * packet encryption, packet authentication, and * packet compression. * - * Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net> + * Copyright (C) 2002-2008 OpenVPN Solutions LLC <info@openvpn.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -2658,7 +2658,7 @@ usage_version (void) { msg (M_INFO|M_NOPREFIX, "%s", title_string); msg (M_INFO|M_NOPREFIX, "Developed by James Yonan"); - msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net>"); + msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2008 OpenVPN Solutions LLC <info@openvpn.net>"); openvpn_exit (OPENVPN_EXIT_STATUS_USAGE); /* exit point */ } |