diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-10-11 08:38:19 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-11 07:31:12 -0700 |
commit | 2854c559340d33473750fac65aace58506951276 (patch) | |
tree | 59938b6c32b21e1555990398d24ae00d1a89567b /scheduler | |
parent | 5d4800fa35d3a9ca08175fe2bbdd78c2b0b5e184 (diff) |
Copyright changes
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
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 35c1b1c..4821ad7 100644 --- a/scheduler/alu/src/alu-mem-types.h +++ b/scheduler/alu/src/alu-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2010 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 c482ae9..fc02193 100644 --- a/scheduler/alu/src/alu.c +++ b/scheduler/alu/src/alu.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 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 b4ba35f..6af1a13 100644 --- a/scheduler/alu/src/alu.h +++ b/scheduler/alu/src/alu.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 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 b179079..909478c 100644 --- a/scheduler/nufa/src/nufa-mem-types.h +++ b/scheduler/nufa/src/nufa-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2010 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 39740e3..66394fc 100644 --- a/scheduler/nufa/src/nufa.c +++ b/scheduler/nufa/src/nufa.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 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 e90df57..83fa177 100644 --- a/scheduler/random/src/random-mem-types.h +++ b/scheduler/random/src/random-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2010 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 d0bf55e..93f5a36 100644 --- a/scheduler/random/src/random.c +++ b/scheduler/random/src/random.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 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 2cfacaa..01861bf 100644 --- a/scheduler/random/src/random.h +++ b/scheduler/random/src/random.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 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 818248a..16d3e5f 100644 --- a/scheduler/rr/src/rr-mem-types.h +++ b/scheduler/rr/src/rr-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2010 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 90efba7..23e6eec 100644 --- a/scheduler/rr/src/rr-options.c +++ b/scheduler/rr/src/rr-options.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2010 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 8a71b4e..60875f8 100644 --- a/scheduler/rr/src/rr-options.h +++ b/scheduler/rr/src/rr-options.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2010 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 db70618..54a9831 100644 --- a/scheduler/rr/src/rr.c +++ b/scheduler/rr/src/rr.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 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 93733ab..37d3335 100644 --- a/scheduler/rr/src/rr.h +++ b/scheduler/rr/src/rr.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 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 669615c..4d7f3ee 100644 --- a/scheduler/switch/src/switch-mem-types.h +++ b/scheduler/switch/src/switch-mem-types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2010 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 7917be5..a8410bb 100644 --- a/scheduler/switch/src/switch.c +++ b/scheduler/switch/src/switch.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2006-2010 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify |