---
 drivers/md/persistent-data/dm-block-manager.c            |    2 +-
 drivers/md/persistent-data/dm-block-manager.h            |    2 +-
 drivers/md/persistent-data/dm-btree-internal.h           |    2 +-
 drivers/md/persistent-data/dm-btree-remove.c             |    2 +-
 drivers/md/persistent-data/dm-btree-spine.c              |    2 +-
 drivers/md/persistent-data/dm-btree.c                    |    2 +-
 drivers/md/persistent-data/dm-btree.h                    |    2 +-
 drivers/md/persistent-data/dm-bufio.c                    |    5 +----
 drivers/md/persistent-data/dm-bufio.h                    |    2 --
 drivers/md/persistent-data/dm-persistent-data-internal.h |    3 +--
 drivers/md/persistent-data/dm-space-map-checker.c        |    6 ++++++
 drivers/md/persistent-data/dm-space-map-checker.h        |    6 ++++++
 drivers/md/persistent-data/dm-space-map-common.c         |    6 ++++++
 drivers/md/persistent-data/dm-space-map-common.h         |    2 +-
 drivers/md/persistent-data/dm-space-map-disk.c           |    2 +-
 drivers/md/persistent-data/dm-space-map-disk.h           |    2 +-
 drivers/md/persistent-data/dm-space-map-metadata.c       |    2 +-
 drivers/md/persistent-data/dm-space-map-metadata.h       |    2 +-
 drivers/md/persistent-data/dm-space-map.h                |    2 +-
 drivers/md/persistent-data/dm-transaction-manager.c      |    2 +-
 drivers/md/persistent-data/dm-transaction-manager.h      |    2 +-
 21 files changed, 35 insertions(+), 23 deletions(-)

Index: linux-3.1-rc9/drivers/md/persistent-data/dm-block-manager.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-block-manager.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-block-manager.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-block-manager.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-block-manager.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-block-manager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-btree-internal.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-btree-internal.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-btree-internal.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-btree-remove.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-btree-remove.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-btree-remove.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-btree-spine.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-btree-spine.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-btree-spine.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-btree.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-btree.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-btree.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-btree.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-btree.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-btree.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-bufio.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-bufio.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-bufio.c
@@ -1,8 +1,6 @@
 /*
  * Copyright (C) 2009-2011 Red Hat Czech, s.r.o.
  *
- * Mikulas Patocka <mpatocka@redhat.com>
- *
  * This file is released under the GPL.
  */
 
@@ -1495,7 +1493,6 @@ MODULE_PARM_DESC(allocated_vmalloc_bytes
 module_param_named(current_allocated_bytes, dm_bufio_current_allocated, ulong, 0444);
 MODULE_PARM_DESC(current_allocated_bytes, "Memory currently used by the cache");
 
-MODULE_AUTHOR("Mikulas Patocka <mpatocka@redhat.com>");
+MODULE_AUTHOR("Mikulas Patocka <dm-devel@redhat.com>");
 MODULE_DESCRIPTION(DM_NAME " buffered I/O library");
 MODULE_LICENSE("GPL");
-
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-bufio.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-bufio.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-bufio.h
@@ -1,8 +1,6 @@
 /*
  * Copyright (C) 2009-2011 Red Hat Czech, s.r.o.
  *
- * Mikulas Patocka <mpatocka@redhat.com>
- *
  * This file is released under the GPL.
  */
 
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-persistent-data-internal.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-persistent-data-internal.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-persistent-data-internal.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
@@ -17,4 +17,3 @@ static inline unsigned dm_hash_block(dm_
 }
 
 #endif	/* _PERSISTENT_DATA_INTERNAL_H */
-
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-checker.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-checker.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-checker.c
@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2011 Red Hat, Inc.
+ *
+ * This file is released under the GPL.
+ */
+
 #include "dm-space-map-checker.h"
 
 #include <linux/device-mapper.h>
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-checker.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-checker.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-checker.h
@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2011 Red Hat, Inc.
+ *
+ * This file is released under the GPL.
+ */
+
 #ifndef SNAPSHOTS_SPACE_MAP_CHECKER_H
 #define SNAPSHOTS_SPACE_MAP_CHECKER_H
 
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-common.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-common.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-common.c
@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2011 Red Hat, Inc.
+ *
+ * This file is released under the GPL.
+ */
+
 #include "dm-space-map-common.h"
 #include "dm-transaction-manager.h"
 
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-common.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-common.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-common.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-disk.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-disk.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-disk.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-disk.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-disk.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-disk.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-metadata.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-metadata.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-metadata.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-metadata.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map-metadata.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map-metadata.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-space-map.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-space-map.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-space-map.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-transaction-manager.c
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-transaction-manager.c
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-transaction-manager.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
Index: linux-3.1-rc9/drivers/md/persistent-data/dm-transaction-manager.h
===================================================================
--- linux-3.1-rc9.orig/drivers/md/persistent-data/dm-transaction-manager.h
+++ linux-3.1-rc9/drivers/md/persistent-data/dm-transaction-manager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011 Red Hat, Inc.
  *
  * This file is released under the GPL.
  */
