diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 19 | 
1 files changed, 10 insertions, 9 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 2ad391b2450..cbb8c046bbd 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1,5 +1,5 @@  /* -   Copyright (c) 2006-2012 Red Hat, Inc. <http://www.redhat.com> +   Copyright (c) 2006-2013 Red Hat, Inc. <http://www.redhat.com>     This file is part of GlusterFS.     This file is licensed to you under your choice of the GNU Lesser @@ -79,14 +79,15 @@  static char gf_doc[] = "";  static char argp_doc[] = "--volfile-server=SERVER [MOUNT-POINT]\n"       \          "--volfile=VOLFILE [MOUNT-POINT]"; -const char *argp_program_version = "" \ -        PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__ \ -        "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n"  \ -        "Copyright (c) 2006-2011 Gluster Inc. "             \ -        "<http://www.gluster.com>\n"                                \ -        "GlusterFS comes with ABSOLUTELY NO WARRANTY.\n"              \ -        "You may redistribute copies of GlusterFS under the terms of "\ -        "the GNU General Public License."; +const char *argp_program_version = "" +        PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__ +        "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n" +        "Copyright (c) 2006-2013 Red Hat, Inc. <http://www.redhat.com/>\n" +        "GlusterFS comes with ABSOLUTELY NO WARRANTY.\n" +        "It is licensed to you under your choice of the GNU Lesser\n" +        "General Public License, version 3 or any later version (LGPLv3\n" +        "or later), or the GNU General Public License, version 2 (GPLv2),\n" +        "in all cases as published by the Free Software Foundation.";  const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";  static error_t parse_opts (int32_t key, char *arg, struct argp_state *_state);  | 
