diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-08-09 12:30:19 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-08-10 10:57:19 -0700 |
commit | b58dc65f2ac305056a25a2177cee9a03cd1bdca2 (patch) | |
tree | 6cfd60b34ffe01ce0487b12b00160af1f4ed5af7 /scheduler | |
parent | 2153b8400bc05f1a9e10c7b650dd96a4617121f1 (diff) |
Change Copyright current year
Change-Id: I2d10f2be44f518f496427f257988f1858e888084
BUG: 3348
Reviewed-on: http://review.gluster.com/200
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'scheduler')
-rw-r--r-- | scheduler/alu/src/alu-mem-types.h | 2 | ||||
-rw-r--r-- | scheduler/alu/src/alu.c | 2 | ||||
-rw-r--r-- | scheduler/alu/src/alu.h | 2 | ||||
-rw-r--r-- | scheduler/nufa/src/nufa-mem-types.h | 2 | ||||
-rw-r--r-- | scheduler/nufa/src/nufa.c | 2 | ||||
-rw-r--r-- | scheduler/random/src/random-mem-types.h | 2 | ||||
-rw-r--r-- | scheduler/random/src/random.c | 2 | ||||
-rw-r--r-- | scheduler/random/src/random.h | 2 | ||||
-rw-r--r-- | scheduler/rr/src/rr-mem-types.h | 2 | ||||
-rw-r--r-- | scheduler/rr/src/rr-options.c | 2 | ||||
-rw-r--r-- | scheduler/rr/src/rr-options.h | 2 | ||||
-rw-r--r-- | scheduler/rr/src/rr.c | 2 | ||||
-rw-r--r-- | scheduler/rr/src/rr.h | 2 | ||||
-rw-r--r-- | scheduler/switch/src/switch-mem-types.h | 2 | ||||
-rw-r--r-- | scheduler/switch/src/switch.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/scheduler/alu/src/alu-mem-types.h b/scheduler/alu/src/alu-mem-types.h index 21dbaa150..92702f286 100644 --- a/scheduler/alu/src/alu-mem-types.h +++ b/scheduler/alu/src/alu-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-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/scheduler/alu/src/alu.c b/scheduler/alu/src/alu.c index 43d38ae1a..58bef60ae 100644 --- a/scheduler/alu/src/alu.c +++ b/scheduler/alu/src/alu.c @@ -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/scheduler/alu/src/alu.h b/scheduler/alu/src/alu.h index 367994552..c716ad8e5 100644 --- a/scheduler/alu/src/alu.h +++ b/scheduler/alu/src/alu.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/scheduler/nufa/src/nufa-mem-types.h b/scheduler/nufa/src/nufa-mem-types.h index c0199bccd..945dafa7c 100644 --- a/scheduler/nufa/src/nufa-mem-types.h +++ b/scheduler/nufa/src/nufa-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-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/scheduler/nufa/src/nufa.c b/scheduler/nufa/src/nufa.c index e9f8f2979..1bf477bdc 100644 --- a/scheduler/nufa/src/nufa.c +++ b/scheduler/nufa/src/nufa.c @@ -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/scheduler/random/src/random-mem-types.h b/scheduler/random/src/random-mem-types.h index a1a1249ad..ff30d9244 100644 --- a/scheduler/random/src/random-mem-types.h +++ b/scheduler/random/src/random-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-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/scheduler/random/src/random.c b/scheduler/random/src/random.c index da1f40283..03a284b66 100644 --- a/scheduler/random/src/random.c +++ b/scheduler/random/src/random.c @@ -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/scheduler/random/src/random.h b/scheduler/random/src/random.h index e61a52c58..154b1bdfb 100644 --- a/scheduler/random/src/random.h +++ b/scheduler/random/src/random.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/scheduler/rr/src/rr-mem-types.h b/scheduler/rr/src/rr-mem-types.h index 898332120..cb05323cd 100644 --- a/scheduler/rr/src/rr-mem-types.h +++ b/scheduler/rr/src/rr-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-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/scheduler/rr/src/rr-options.c b/scheduler/rr/src/rr-options.c index 3353950bf..505b1713e 100644 --- a/scheduler/rr/src/rr-options.c +++ b/scheduler/rr/src/rr-options.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-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/scheduler/rr/src/rr-options.h b/scheduler/rr/src/rr-options.h index 899838818..1b0a1ef3d 100644 --- a/scheduler/rr/src/rr-options.h +++ b/scheduler/rr/src/rr-options.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-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/scheduler/rr/src/rr.c b/scheduler/rr/src/rr.c index 15498777d..e7b556e67 100644 --- a/scheduler/rr/src/rr.c +++ b/scheduler/rr/src/rr.c @@ -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/scheduler/rr/src/rr.h b/scheduler/rr/src/rr.h index 8c51e5306..3bd95929b 100644 --- a/scheduler/rr/src/rr.h +++ b/scheduler/rr/src/rr.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/scheduler/switch/src/switch-mem-types.h b/scheduler/switch/src/switch-mem-types.h index 4f47e57db..7039b035d 100644 --- a/scheduler/switch/src/switch-mem-types.h +++ b/scheduler/switch/src/switch-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-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/scheduler/switch/src/switch.c b/scheduler/switch/src/switch.c index 28a0e4bdb..1362e5cc9 100644 --- a/scheduler/switch/src/switch.c +++ b/scheduler/switch/src/switch.c @@ -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 |