summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Zhu <Richard.Zhu@freescale.com>2014-11-19 15:54:15 +0800
committerRichard Zhu <Richard.Zhu@freescale.com>2014-11-21 09:49:51 +0800
commit67f859dc0a2a31c432f06d72e8a262b3647ce312 (patch)
tree3b05d1e8c441829be30a6da47ed6a2e757259c69 /include
parentd14f448d0dd6080bc640e38b3d57e74c9285ee67 (diff)
MLK-9843-04 arm: mcc: set dual copyright of mcc plt header
set the dual bsd/gpl copyright of the mcc platform related codes implemented in linux bsp release. Signed-off-by: Richard Zhu <Richard.Zhu@freescale.com> (cherry picked from commit 033569a04650e9f63c66f501ec78c1cbf87af5af)
Diffstat (limited to 'include')
-rw-r--r--include/linux/mcc_config_linux.h20
-rw-r--r--include/linux/mcc_imx6sx.h21
-rw-r--r--include/linux/mcc_linux.h20
3 files changed, 26 insertions, 35 deletions
diff --git a/include/linux/mcc_config_linux.h b/include/linux/mcc_config_linux.h
index 49339904fd3d..7711621c56aa 100644
--- a/include/linux/mcc_config_linux.h
+++ b/include/linux/mcc_config_linux.h
@@ -1,18 +1,16 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
- * Freescale IMX Linux-specific MCC implementation.
+ * This is the Linux MCC configuration 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_LINUX_CONFIG_
diff --git a/include/linux/mcc_imx6sx.h b/include/linux/mcc_imx6sx.h
index 36b182606729..c714e13292ef 100644
--- a/include/linux/mcc_imx6sx.h
+++ b/include/linux/mcc_imx6sx.h
@@ -1,18 +1,13 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
- * Freescale IMX Linux-specific MCC implementation.
+ * Copyright (C) 2014 Freescale Semiconductor, Inc. All Rights Reserved.
*
- * 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.
- *
- * 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
*/
/*
diff --git a/include/linux/mcc_linux.h b/include/linux/mcc_linux.h
index a2806c7ffcec..86555cd7d4a0 100644
--- a/include/linux/mcc_linux.h
+++ b/include/linux/mcc_linux.h
@@ -1,18 +1,16 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
- * Freescale IMX Linux-specific MCC implementation.
+ * This file contains prototypes for Linux-specific MCC library 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_LINUX__