summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Zhu <Richard.Zhu@freescale.com>2014-11-19 15:53:03 +0800
committerRichard Zhu <Richard.Zhu@freescale.com>2014-11-21 09:49:51 +0800
commite9ec8c7348fd55d607042055b1dff8dad2e423fd (patch)
tree73cbec710df1af6219f127092b94555f1bea9a13 /include
parentde33b64547c017219d8624b03b9f82b2c2a275d2 (diff)
MLK-9843-02 arm: mcc: set dual copyright of mcc common header
set the dual bsd/gpl copyright of the mcc common codes implemented in linux bsp release. Signed-off-by: Richard Zhu <Richard.Zhu@freescale.com> (cherry picked from commit 2df3613c8a2635c55b4a4e7b98b74df49ff16299)
Diffstat (limited to 'include')
-rwxr-xr-xinclude/linux/mcc_api.h20
-rwxr-xr-xinclude/linux/mcc_common.h20
2 files changed, 18 insertions, 22 deletions
diff --git a/include/linux/mcc_api.h b/include/linux/mcc_api.h
index a91359e009dd..133e71c7f465 100755
--- a/include/linux/mcc_api.h
+++ b/include/linux/mcc_api.h
@@ -1,18 +1,16 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
- * Freescale IMX Linux-specific MCC implementation.
+ * This file contains prototypes for MCC library API functions
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
+ * Copyright (C) 2014 Freescale Semiconductor, Inc. All Rights Reserved.
*
- * This program is distributed in the hope 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, see <http://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: GPL-2.0+ and/or BSD-3-Clause
+ * The GPL-2.0+ license for this file can be found in the COPYING.GPL file
+ * included with this distribution or at
+ * http://www.gnu.org/licenses/gpl-2.0.html
+ * The BSD-3-Clause License for this file can be found in the COPYING.BSD file
+ * included with this distribution or at
+ * http://opensource.org/licenses/BSD-3-Clause
*/
#ifndef __MCC_API__
diff --git a/include/linux/mcc_common.h b/include/linux/mcc_common.h
index 7c33d84a3770..30f085a4418c 100755
--- a/include/linux/mcc_common.h
+++ b/include/linux/mcc_common.h
@@ -1,18 +1,16 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
- * Freescale IMX Linux-specific MCC implementation.
+ * This is the MCC library header file
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
+ * Copyright (C) 2014 Freescale Semiconductor, Inc. All Rights Reserved.
*
- * This program is distributed in the hope 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, see <http://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: GPL-2.0+ and/or BSD-3-Clause
+ * The GPL-2.0+ license for this file can be found in the COPYING.GPL file
+ * included with this distribution or at
+ * http://www.gnu.org/licenses/gpl-2.0.html
+ * The BSD-3-Clause License for this file can be found in the COPYING.BSD file
+ * included with this distribution or at
+ * http://opensource.org/licenses/BSD-3-Clause
*/
#ifndef __MCC_COMMON__