From 3d8bc3cbafa84a46e43e46f69d3e7d617d746012 Mon Sep 17 00:00:00 2001 From: Basavanagowda Kanur Date: Thu, 26 Feb 2009 21:14:23 +0530 Subject: updated copyright header to extend copyright upto 2009 updated copyright header to include 2009. Signed-off-by: Anand V. Avati --- glusterfs-guts/src/glusterfs-guts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glusterfs-guts/src/glusterfs-guts.c') diff --git a/glusterfs-guts/src/glusterfs-guts.c b/glusterfs-guts/src/glusterfs-guts.c index 3efac3a35..b1a1d355f 100644 --- a/glusterfs-guts/src/glusterfs-guts.c +++ b/glusterfs-guts/src/glusterfs-guts.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2008 Z RESEARCH, Inc. + Copyright (c) 2008-2009 Z RESEARCH, Inc. This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify @@ -63,7 +63,7 @@ static int32_t guts_print_version (void) { printf ("%s\n", argp_program_version); - printf ("Copyright (c) 2006, 2007 Z RESEARCH Inc. \n"); + printf ("Copyright (c) 2006-2009 Z RESEARCH Inc. \n"); printf ("GlusterFS comes with ABSOLUTELY NO WARRANTY.\nYou may redistribute copies of GlusterFS under the terms of the GNU General Public License.\n"); exit (0); } -- cgit