diff options
author | Basavanagowda Kanur <gowda@gluster.com> | 2009-02-26 21:14:23 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-26 22:18:46 +0530 |
commit | 3d8bc3cbafa84a46e43e46f69d3e7d617d746012 (patch) | |
tree | ffe0109e85683225b4fb9d7eb0fc904ef8be023b /glusterfs-guts | |
parent | 6fb7cda0a92b333e9c3861eb35f6f9ae3a1c03a2 (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')
-rw-r--r-- | glusterfs-guts/src/fuse-bridge.c | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/fuse-extra.c | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/fuse-extra.h | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/glusterfs-fuse.h | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/glusterfs-guts.c | 4 | ||||
-rw-r--r-- | glusterfs-guts/src/glusterfs-guts.h | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-extra.c | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-lowlevel.h | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-parse.c | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-parse.h | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-replay.c | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-replay.h | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-tables.c | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-tables.h | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-trace.c | 2 | ||||
-rw-r--r-- | glusterfs-guts/src/guts-trace.h | 2 |
16 files changed, 17 insertions, 17 deletions
diff --git a/glusterfs-guts/src/fuse-bridge.c b/glusterfs-guts/src/fuse-bridge.c index 0972563c6..f0bf05ebd 100644 --- a/glusterfs-guts/src/fuse-bridge.c +++ b/glusterfs-guts/src/fuse-bridge.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2006-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 diff --git a/glusterfs-guts/src/fuse-extra.c b/glusterfs-guts/src/fuse-extra.c index 93574d174..95bd0f3ad 100644 --- a/glusterfs-guts/src/fuse-extra.c +++ b/glusterfs-guts/src/fuse-extra.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2006-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 diff --git a/glusterfs-guts/src/fuse-extra.h b/glusterfs-guts/src/fuse-extra.h index c7d2877c0..30e3a3f76 100644 --- a/glusterfs-guts/src/fuse-extra.h +++ b/glusterfs-guts/src/fuse-extra.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2007-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 diff --git a/glusterfs-guts/src/glusterfs-fuse.h b/glusterfs-guts/src/glusterfs-fuse.h index f446202fb..76d1a9333 100644 --- a/glusterfs-guts/src/glusterfs-fuse.h +++ b/glusterfs-guts/src/glusterfs-fuse.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2006-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 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. <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); } diff --git a/glusterfs-guts/src/glusterfs-guts.h b/glusterfs-guts/src/glusterfs-guts.h index eda1788a9..fd1bc52b8 100644 --- a/glusterfs-guts/src/glusterfs-guts.h +++ b/glusterfs-guts/src/glusterfs-guts.h @@ -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 diff --git a/glusterfs-guts/src/guts-extra.c b/glusterfs-guts/src/guts-extra.c index dd4ad466f..e1eb4f3ce 100644 --- a/glusterfs-guts/src/guts-extra.c +++ b/glusterfs-guts/src/guts-extra.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2007-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 diff --git a/glusterfs-guts/src/guts-lowlevel.h b/glusterfs-guts/src/guts-lowlevel.h index 498b5d01e..0061d0c23 100644 --- a/glusterfs-guts/src/guts-lowlevel.h +++ b/glusterfs-guts/src/guts-lowlevel.h @@ -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 diff --git a/glusterfs-guts/src/guts-parse.c b/glusterfs-guts/src/guts-parse.c index dd17a737e..3be324a7a 100644 --- a/glusterfs-guts/src/guts-parse.c +++ b/glusterfs-guts/src/guts-parse.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 diff --git a/glusterfs-guts/src/guts-parse.h b/glusterfs-guts/src/guts-parse.h index 7791b1215..68486ff14 100644 --- a/glusterfs-guts/src/guts-parse.h +++ b/glusterfs-guts/src/guts-parse.h @@ -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 diff --git a/glusterfs-guts/src/guts-replay.c b/glusterfs-guts/src/guts-replay.c index a5447464d..0fdce0fdc 100644 --- a/glusterfs-guts/src/guts-replay.c +++ b/glusterfs-guts/src/guts-replay.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 diff --git a/glusterfs-guts/src/guts-replay.h b/glusterfs-guts/src/guts-replay.h index 532060d2b..81936e5c7 100644 --- a/glusterfs-guts/src/guts-replay.h +++ b/glusterfs-guts/src/guts-replay.h @@ -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 diff --git a/glusterfs-guts/src/guts-tables.c b/glusterfs-guts/src/guts-tables.c index 2992b3e2c..71f3927a9 100644 --- a/glusterfs-guts/src/guts-tables.c +++ b/glusterfs-guts/src/guts-tables.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2006-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 diff --git a/glusterfs-guts/src/guts-tables.h b/glusterfs-guts/src/guts-tables.h index ff27300fa..8aa89078a 100644 --- a/glusterfs-guts/src/guts-tables.h +++ b/glusterfs-guts/src/guts-tables.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2006-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 diff --git a/glusterfs-guts/src/guts-trace.c b/glusterfs-guts/src/guts-trace.c index 51d8a68d6..40e2194ee 100644 --- a/glusterfs-guts/src/guts-trace.c +++ b/glusterfs-guts/src/guts-trace.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2006-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 diff --git a/glusterfs-guts/src/guts-trace.h b/glusterfs-guts/src/guts-trace.h index c877b2bcf..2b6a064b8 100644 --- a/glusterfs-guts/src/guts-trace.h +++ b/glusterfs-guts/src/guts-trace.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. <http://www.zresearch.com> + Copyright (c) 2006-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 |