[Sheepdog] [PATCH] update copyright year to 2011

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Tue Mar 8 20:16:44 CET 2011


Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 INSTALL                  |    2 +-
 README                   |    2 +-
 collie/collie.c          |    2 +-
 collie/treeview.c        |    2 +-
 collie/treeview.h        |    2 +-
 include/logger.h         |    2 +-
 include/sheep.h          |    2 +-
 include/sheepdog_proto.h |    2 +-
 lib/event.c              |    2 +-
 lib/logger.c             |    2 +-
 lib/net.c                |    2 +-
 sheep/group.c            |    2 +-
 sheep/sdnet.c            |    2 +-
 sheep/sheep.c            |    2 +-
 sheep/sheep_priv.h       |    2 +-
 sheep/store.c            |    2 +-
 sheep/vdi.c              |    2 +-
 sheep/work.c             |    2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/INSTALL b/INSTALL
index cc63f86..35ea317 100644
--- a/INSTALL
+++ b/INSTALL
@@ -78,4 +78,4 @@ Please read the README file, the sheep(8) or collie(8) man page for further
 usage instructions.
 
 ===============================================================================
-Copyright (C) 2009-2010, Nippon Telegraph and Telephone Corporation.
+Copyright (C) 2009-2011, Nippon Telegraph and Telephone Corporation.
diff --git a/README b/README
index f3b7ed2..549c05d 100644
--- a/README
+++ b/README
@@ -161,4 +161,4 @@ Test Environment
     - Debian lenny amd64
 
 ===============================================================================
-Copyright (C) 2009-2010, Nippon Telegraph and Telephone Corporation.
+Copyright (C) 2009-2011, Nippon Telegraph and Telephone Corporation.
diff --git a/collie/collie.c b/collie/collie.c
index bb0be69..fb1998c 100644
--- a/collie/collie.c
+++ b/collie/collie.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/collie/treeview.c b/collie/treeview.c
index be03294..2270018 100644
--- a/collie/treeview.c
+++ b/collie/treeview.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/collie/treeview.h b/collie/treeview.h
index fa54e6e..0e23c93 100644
--- a/collie/treeview.h
+++ b/collie/treeview.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/include/logger.h b/include/logger.h
index 6785a25..68899a5 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/include/sheep.h b/include/sheep.h
index 5b2257f..87d7c2a 100644
--- a/include/sheep.h
+++ b/include/sheep.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/include/sheepdog_proto.h b/include/sheepdog_proto.h
index d43988f..954d276 100644
--- a/include/sheepdog_proto.h
+++ b/include/sheepdog_proto.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/lib/event.c b/lib/event.c
index a02053f..dd4d777 100644
--- a/lib/event.c
+++ b/lib/event.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/lib/logger.c b/lib/logger.c
index 80646ed..247a7db 100644
--- a/lib/logger.c
+++ b/lib/logger.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/lib/net.c b/lib/net.c
index 7afcdf4..56994e3 100644
--- a/lib/net.c
+++ b/lib/net.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/sheep/group.c b/sheep/group.c
index d2c68bf..6168212 100644
--- a/sheep/group.c
+++ b/sheep/group.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/sheep/sdnet.c b/sheep/sdnet.c
index b69f539..25853d4 100644
--- a/sheep/sdnet.c
+++ b/sheep/sdnet.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/sheep/sheep.c b/sheep/sheep.c
index 19df6ef..3ea6d25 100644
--- a/sheep/sheep.c
+++ b/sheep/sheep.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/sheep/sheep_priv.h b/sheep/sheep_priv.h
index 2687df3..cebfd4d 100644
--- a/sheep/sheep_priv.h
+++ b/sheep/sheep_priv.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/sheep/store.c b/sheep/store.c
index bcac0b4..8942d46 100644
--- a/sheep/store.c
+++ b/sheep/store.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/sheep/vdi.c b/sheep/vdi.c
index 6e21f7c..ae21dec 100644
--- a/sheep/vdi.c
+++ b/sheep/vdi.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
diff --git a/sheep/work.c b/sheep/work.c
index 8016435..a696bea 100644
--- a/sheep/work.c
+++ b/sheep/work.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2011 Nippon Telegraph and Telephone Corporation.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version
-- 
1.5.6.5




More information about the sheepdog mailing list