[Sheepdog] [PATCH] update copyright year

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Tue Apr 27 11:36:15 CEST 2010


Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 collie/collie.c          |    2 +-
 collie/collie.h          |    2 +-
 collie/group.c           |    2 +-
 collie/net.c             |    2 +-
 collie/store.c           |    2 +-
 collie/vdi.c             |    2 +-
 collie/work.c            |   21 ++++++++-------------
 include/logger.h         |   28 ++++++++--------------------
 include/meta.h           |    2 +-
 include/sheepdog_proto.h |    2 +-
 lib/event.c              |    2 +-
 lib/logger.c             |   19 +++++++------------
 lib/net.c                |    2 +-
 shepherd/shepherd.c      |    2 +-
 shepherd/treeview.c      |    2 +-
 shepherd/treeview.h      |    2 +-
 16 files changed, 36 insertions(+), 58 deletions(-)

diff --git a/collie/collie.c b/collie/collie.c
index 112509d..8c31ff6 100644
--- a/collie/collie.c
+++ b/collie/collie.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/collie.h b/collie/collie.h
index 3123a57..d827eb4 100644
--- a/collie/collie.h
+++ b/collie/collie.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/group.c b/collie/group.c
index 9216e60..9247438 100644
--- a/collie/group.c
+++ b/collie/group.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/net.c b/collie/net.c
index 586c7f1..8877535 100644
--- a/collie/net.c
+++ b/collie/net.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/store.c b/collie/store.c
index 9d8c9ff..ce69e62 100644
--- a/collie/store.c
+++ b/collie/store.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/vdi.c b/collie/vdi.c
index 6747afa..baf978f 100644
--- a/collie/vdi.c
+++ b/collie/vdi.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/work.c b/collie/work.c
index 7ecda34..bb67750 100644
--- a/collie/work.c
+++ b/collie/work.c
@@ -1,21 +1,16 @@
 /*
- * Copyright (C) 2007 FUJITA Tomonori <tomof at acm.org>
- * Copyright (C) 2007 Mike Christie <michaelc at cs.wisc.edu>
+ * Copyright (C) 2009-2010 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 as
- * published by the Free Software Foundation, version 2 of the
- * License.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * modify it under the terms of the GNU General Public License version
+ * 2 as published by the Free Software Foundation.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * This code is based on bs.c from Linux target framework (tgt):
+ *   Copyright (C) 2007 FUJITA Tomonori <tomof at acm.org>
+ *   Copyright (C) 2007 Mike Christie <michaelc at cs.wisc.edu>
  */
 #include <errno.h>
 #include <string.h>
diff --git a/include/logger.h b/include/logger.h
index 66b114b..6785a25 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -1,28 +1,16 @@
 /*
- * iSCSI Safe Logging and Tracing Library
+ * Copyright (C) 2009-2010 Nippon Telegraph and Telephone Corporation.
  *
- * Copyright (C) 2004 Dmitry Yusupov, Alex Aizman
- * maintained by open-iscsi at googlegroups.com
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License version
+ * 2 as published by the Free Software Foundation.
  *
- * circular buffer code based on log.c from dm-multipath project
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  *
- * heavily based on code from log.c:
- *   Copyright (C) 2002-2003 Ardis Technolgies <roman at ardistech.com>,
- *   licensed under the terms of the GNU GPL v2.0,
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published
- * by the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * See the file COPYING included with this distribution for more details.
+ * This code is based on log.h from Linux target framework (tgt).
+ *   Copyright (C) 2004 Dmitry Yusupov, Alex Aizman
  */
-
 #ifndef LOGGER_H
 #define LOGGER_H
 
diff --git a/include/meta.h b/include/meta.h
index 34b297b..74bdfcf 100644
--- a/include/meta.h
+++ b/include/meta.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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 c66f8bb..c4f6a13 100644
--- a/include/sheepdog_proto.h
+++ b/include/sheepdog_proto.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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 e8cd359..a24d3cb 100644
--- a/lib/event.c
+++ b/lib/event.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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 fb864f3..ce324f8 100644
--- a/lib/logger.c
+++ b/lib/logger.c
@@ -1,20 +1,15 @@
 /*
- * Copyright (C) 2002-2003 Ardis Technolgies <roman at ardistech.com>
+ * Copyright (C) 2009-2010 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 as
- * published by the Free Software Foundation, version 2 of the
- * License.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * modify it under the terms of the GNU General Public License version
+ * 2 as published by the Free Software Foundation.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * This code is based on log.c from Linux target framework (tgt):
+ *   Copyright (C) 2002-2003 Ardis Technolgies <roman at ardistech.com>
  */
 #include <ctype.h>
 #include <fcntl.h>
diff --git a/lib/net.c b/lib/net.c
index 40d3d00..12f6a37 100644
--- a/lib/net.c
+++ b/lib/net.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/shepherd/shepherd.c b/shepherd/shepherd.c
index 372b19b..da1263b 100644
--- a/shepherd/shepherd.c
+++ b/shepherd/shepherd.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/shepherd/treeview.c b/shepherd/treeview.c
index 4762b3e..7bbdef6 100644
--- a/shepherd/treeview.c
+++ b/shepherd/treeview.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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/shepherd/treeview.h b/shepherd/treeview.h
index c3905a6..d18fe67 100644
--- a/shepherd/treeview.h
+++ b/shepherd/treeview.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Nippon Telegraph and Telephone Corporation.
+ * Copyright (C) 2009-2010 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