diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-08-09 12:20:10 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-08-10 10:57:44 -0700 |
commit | 92963fd0a09c912e6ababbcfe45d28ddebb0b645 (patch) | |
tree | bbf3ec8a4abd1ac8ce8fa628f1b7515b9b168d23 /cli/src | |
parent | a61282f6b9c0c6fab63596b0d92d015027194c50 (diff) |
Change Copyright current year
Change-Id: Id1f1a91cf15d933d5621a0073ddaebe02df0f159
BUG: 3348
Reviewed-on: http://review.gluster.com/198
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'cli/src')
-rw-r--r-- | cli/src/cli-cmd-misc.c | 2 | ||||
-rw-r--r-- | cli/src/cli-cmd-parser.c | 2 | ||||
-rw-r--r-- | cli/src/cli-cmd-peer.c | 2 | ||||
-rw-r--r-- | cli/src/cli-cmd-system.c | 2 | ||||
-rw-r--r-- | cli/src/cli-cmd-volume.c | 2 | ||||
-rw-r--r-- | cli/src/cli-cmd.c | 2 | ||||
-rw-r--r-- | cli/src/cli-cmd.h | 2 | ||||
-rw-r--r-- | cli/src/cli-mem-types.h | 2 | ||||
-rw-r--r-- | cli/src/cli-rl.c | 2 | ||||
-rw-r--r-- | cli/src/cli-rpc-ops.c | 2 | ||||
-rw-r--r-- | cli/src/cli.c | 4 | ||||
-rw-r--r-- | cli/src/cli.h | 2 | ||||
-rw-r--r-- | cli/src/input.c | 2 | ||||
-rw-r--r-- | cli/src/registry.c | 2 |
14 files changed, 15 insertions, 15 deletions
diff --git a/cli/src/cli-cmd-misc.c b/cli/src/cli-cmd-misc.c index 336655106..40f419cde 100644 --- a/cli/src/cli-cmd-misc.c +++ b/cli/src/cli-cmd-misc.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index bec5bee82..a005c8f88 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-cmd-peer.c b/cli/src/cli-cmd-peer.c index 7d87e2afa..3b41195a1 100644 --- a/cli/src/cli-cmd-peer.c +++ b/cli/src/cli-cmd-peer.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-cmd-system.c b/cli/src/cli-cmd-system.c index 461315d9c..061cf4e83 100644 --- a/cli/src/cli-cmd-system.c +++ b/cli/src/cli-cmd-system.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index d02aab843..151c5cb82 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-cmd.c b/cli/src/cli-cmd.c index 0fc4ca494..982d39d1b 100644 --- a/cli/src/cli-cmd.c +++ b/cli/src/cli-cmd.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 9673a4af7..86c0ea97a 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-mem-types.h b/cli/src/cli-mem-types.h index 1d15b84ef..3c49d2183 100644 --- a/cli/src/cli-mem-types.h +++ b/cli/src/cli-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-rl.c b/cli/src/cli-rl.c index e0061d125..80b14620f 100644 --- a/cli/src/cli-rl.c +++ b/cli/src/cli-rl.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 5e34c0d05..b15cc4b2e 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/cli.c b/cli/src/cli.c index 641c1bd5e..e4e7444e8 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify @@ -83,7 +83,7 @@ static char argp_doc[] = ""; const char *argp_program_version = "" \ PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__ \ "\nRepository revision: " GLUSTERFS_REPOSITORY_REVISION "\n" \ - "Copyright (c) 2006-2010 Gluster Inc. " \ + "Copyright (c) 2006-2011 Gluster Inc. " \ "<http://www.gluster.com>\n" \ "GlusterFS comes with ABSOLUTELY NO WARRANTY.\n" \ "You may redistribute copies of GlusterFS under the terms of "\ diff --git a/cli/src/cli.h b/cli/src/cli.h index c14a015a6..aa09e8108 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/input.c b/cli/src/input.c index 5bbd21c7f..a88d35874 100644 --- a/cli/src/input.c +++ b/cli/src/input.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/cli/src/registry.c b/cli/src/registry.c index 96b048a6e..ea6afef3c 100644 --- a/cli/src/registry.c +++ b/cli/src/registry.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify |