aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/ec.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 49d89909b4ed..f8fb736e38df 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -1,11 +1,14 @@
/*
- * ec.c - ACPI Embedded Controller Driver (v2.1)
+ * ec.c - ACPI Embedded Controller Driver (v2.2)
*
- * Copyright (C) 2006-2008 Alexey Starikovskiy <[email protected]>
- * Copyright (C) 2006 Denis Sadykov <[email protected]>
- * Copyright (C) 2004 Luming Yu <[email protected]>
- * Copyright (C) 2001, 2002 Andy Grover <[email protected]>
- * Copyright (C) 2001, 2002 Paul Diefenbaugh <[email protected]>
+ * Copyright (C) 2001-2014 Intel Corporation
+ * Author: 2014 Lv Zheng <[email protected]>
+ * 2006, 2007 Alexey Starikovskiy <[email protected]>
+ * 2006 Denis Sadykov <[email protected]>
+ * 2004 Luming Yu <[email protected]>
+ * 2001, 2002 Andy Grover <[email protected]>
+ * 2001, 2002 Paul Diefenbaugh <[email protected]>
+ * Copyright (C) 2008 Alexey Starikovskiy <[email protected]>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*