diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-30 21:38:49 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-30 21:38:49 +0000 |
commit | d7fa38f2a93ad5923e96bf8d97d3cbc7fec5bd8b (patch) | |
tree | 6e9171f68529c828bf6881ca9a4a65198ed23fb2 /options.c | |
parent | Fixed bug where the remote_X environmental variables were not being (diff) | |
download | openvpn-d7fa38f2a93ad5923e96bf8d97d3cbc7fec5bd8b.tar.xz |
Update copyright to 2009.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4477 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-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-2008 OpenVPN Technologies, Inc. <sales@openvpn.net> + * Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@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 @@ -2729,7 +2729,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-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>"); + msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>"); openvpn_exit (OPENVPN_EXIT_STATUS_USAGE); /* exit point */ } |