From 7947a6dd63979c7638f60d1a0954d9f78fd7df21 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 10 Nov 2016 12:34:48 +0530 Subject: Update copyright content for glusterfs binaries Change-Id: I2d5de7ae634d55ae32977e337f366586eab449e4 BUG: 1198849 Signed-off-by: Anoop C S Reviewed-on: http://review.gluster.org/15819 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Kaleb KEITHLEY CentOS-regression: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfsd/src/glusterfsd.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'glusterfsd/src') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 9a5edd4ddf4..20aabedf849 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2013 Red Hat, Inc. + Copyright (c) 2006-2016 Red Hat, Inc. This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesser @@ -87,14 +87,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-2013 Red Hat, Inc. \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" +const char *argp_program_version = "" \ + PACKAGE_NAME" "PACKAGE_VERSION \ + "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n" \ + "Copyright (c) 2006-2016 Red Hat, Inc. " \ + "\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 ">"; -- cgit