summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2012-03-12 13:18:32 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2012-03-12 13:18:32 +0800
commit35d735d38c306e4863f52d68638229ca1109d3a0 (patch)
treee58e438a9578e9737703671995960c283c413ef0
parent80167b1e5474148c9ab6bb36e9dd7f124a88ac4c (diff)
ENGR00176552 mx6: fix license issue of mx6q msl
Add license header to android.h Fix the copyright to devices.c Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
-rw-r--r--arch/arm/mach-mx6/android.h18
-rw-r--r--arch/arm/mach-mx6/devices.c2
2 files changed, 19 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/android.h b/arch/arm/mach-mx6/android.h
index b90ad0ea1893..5ee01f10a5ce 100644
--- a/arch/arm/mach-mx6/android.h
+++ b/arch/arm/mach-mx6/android.h
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2012 Freescale Semiconductor, Inc. All Rights Reserved.
+ *
+ * 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.
+
+ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
#ifndef ANDROID_H
#define ANDROID_H
diff --git a/arch/arm/mach-mx6/devices.c b/arch/arm/mach-mx6/devices.c
index 9078194a93e8..ee7dfbf46ae4 100644
--- a/arch/arm/mach-mx6/devices.c
+++ b/arch/arm/mach-mx6/devices.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved.
*
* 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