[PATCH EDAC 2/6] ghes_edac: add a MAINTAINERS entry and copyrights

From: Mauro Carvalho Chehab
Date: Wed Feb 20 2013 - 06:14:27 EST


Add the driver inside MAINTAINERS file and fill the driver's
Copyright information.

Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
---
MAINTAINERS | 7 +++++++
drivers/edac/ghes_edac.c | 11 +++++++++++
2 files changed, 18 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 35a56bc..889644d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2803,6 +2803,13 @@ W: bluesmoke.sourceforge.net
S: Maintained
F: drivers/edac/e7xxx_edac.c

+EDAC-GHES
+M: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
+L: linux-edac@xxxxxxxxxxxxxxx
+W: bluesmoke.sourceforge.net
+S: Maintained
+F: drivers/edac/ghes-edac.c
+
EDAC-I82443BXGX
M: Tim Small <tim@xxxxxxxxxxxxxxxx>
L: linux-edac@xxxxxxxxxxxxxxx
diff --git a/drivers/edac/ghes_edac.c b/drivers/edac/ghes_edac.c
index 565c516..ef54829 100644
--- a/drivers/edac/ghes_edac.c
+++ b/drivers/edac/ghes_edac.c
@@ -1,3 +1,14 @@
+/*
+ * GHES/EDAC Linux driver
+ *
+ * This file may be distributed under the terms of the GNU General Public
+ * License version 2.
+ *
+ * Copyright (c) 2013 by Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
+ *
+ * Red Hat Inc. http://www.redhat.com
+ */
+
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <acpi/ghes.h>
--
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/