summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2010-04-28 16:31:36 +0000
committerJames Yonan <james@openvpn.net>2010-04-28 16:31:36 +0000
commit564a21094e134329a5dcdac32c1803e707ae3195 (patch)
tree5752c2ce41ac502dcccf5c10bf3df12eb4c64dfa /options.c
parent059739e9341781d9019e07fc5119367c1630b012 (diff)
downloadopenvpn-564a21094e134329a5dcdac32c1803e707ae3195.tar.gz
openvpn-564a21094e134329a5dcdac32c1803e707ae3195.tar.xz
openvpn-564a21094e134329a5dcdac32c1803e707ae3195.zip
Updated copyright date to 2010.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5599 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index 812c3de..5d88433 100644
--- a/options.c
+++ b/options.c
@@ -5,7 +5,7 @@
* packet encryption, packet authentication, and
* packet compression.
*
- * Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ * Copyright (C) 2002-2010 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
@@ -2745,7 +2745,7 @@ usage_version (void)
{
msg (M_INFO|M_NOPREFIX, "%s", title_string);
msg (M_INFO|M_NOPREFIX, "Originally developed by James Yonan");
- msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>");
+ msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>");
openvpn_exit (OPENVPN_EXIT_STATUS_USAGE); /* exit point */
}