diff options
| author | Vijay Bellur <vijay@gluster.com> | 2009-10-05 13:16:32 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-07 03:53:02 -0700 | 
| commit | e31b712714920c8133269b416a0c9efd5c6ec44e (patch) | |
| tree | c538b9f2f6e382f1292efd7b897d6d6842b7d3dc /glusterfsd/src/glusterfsd.c | |
| parent | c77583a4ae5ecf716edb4b7c7834fc804ba36dad (diff) | |
Changed occurrences of Z Research to Gluster.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 96323d37890..6211788be06 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1,5 +1,5 @@  /* -   Copyright (c) 2006-2009 Z RESEARCH, Inc. <http://www.zresearch.com> +   Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com>     This file is part of GlusterFS.     GlusterFS is free software; you can redistribute it and/or modify @@ -77,8 +77,8 @@ static char argp_doc[] = "--volfile-server=SERVER [MOUNT-POINT]\n"       \  const char *argp_program_version = "" \              PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__ \              "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n"  \ -            "Copyright (c) 2006-2009 Z RESEARCH Inc. "             \ -            "<http://www.zresearch.com>\n"                                \ +            "Copyright (c) 2006-2009 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.";  | 
