summaryrefslogtreecommitdiffstats
path: root/glusterfs-guts/src/glusterfs-guts.c
diff options
context:
space:
mode:
authorBasavanagowda Kanur <gowda@gluster.com>2009-02-26 21:14:23 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-02-26 22:18:46 +0530
commit3d8bc3cbafa84a46e43e46f69d3e7d617d746012 (patch)
treeffe0109e85683225b4fb9d7eb0fc904ef8be023b /glusterfs-guts/src/glusterfs-guts.c
parent6fb7cda0a92b333e9c3861eb35f6f9ae3a1c03a2 (diff)
updated copyright header to extend copyright upto 2009
updated copyright header to include 2009. Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'glusterfs-guts/src/glusterfs-guts.c')
-rw-r--r--glusterfs-guts/src/glusterfs-guts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glusterfs-guts/src/glusterfs-guts.c b/glusterfs-guts/src/glusterfs-guts.c
index 3efac3a35be..b1a1d355f93 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. <http://www.zresearch.com>
+ Copyright (c) 2008-2009 Z RESEARCH, Inc. <http://www.zresearch.com>
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. <http://www.zresearch.com>\n");
+ printf ("Copyright (c) 2006-2009 Z RESEARCH Inc. <http://www.zresearch.com>\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);
}