summaryrefslogtreecommitdiffstats
path: root/scheduler
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler')
-rw-r--r--scheduler/alu/src/alu-mem-types.h2
-rw-r--r--scheduler/alu/src/alu.c2
-rw-r--r--scheduler/alu/src/alu.h2
-rw-r--r--scheduler/nufa/src/nufa-mem-types.h2
-rw-r--r--scheduler/nufa/src/nufa.c2
-rw-r--r--scheduler/random/src/random-mem-types.h2
-rw-r--r--scheduler/random/src/random.c2
-rw-r--r--scheduler/random/src/random.h2
-rw-r--r--scheduler/rr/src/rr-mem-types.h2
-rw-r--r--scheduler/rr/src/rr-options.c2
-rw-r--r--scheduler/rr/src/rr-options.h2
-rw-r--r--scheduler/rr/src/rr.c2
-rw-r--r--scheduler/rr/src/rr.h2
-rw-r--r--scheduler/switch/src/switch-mem-types.h2
-rw-r--r--scheduler/switch/src/switch.c2
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 35c1b1c5..4821ad7e 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 c482ae9d..fc021932 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 b4ba35f2..6af1a13a 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 b1790796..909478cd 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 39740e3a..66394fce 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 e90df57f..83fa1776 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 d0bf55ea..93f5a363 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 2cfacaa7..01861bf1 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 818248a9..16d3e5fd 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 90efba70..23e6eeca 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 8a71b4e9..60875f8f 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 db70618f..54a98317 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 93733abd..37d33356 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 669615c7..4d7f3eef 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 7917be57..a8410bb1 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