From a4388010f06ceb8fa9a33391bff47dabd027dbb1 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Tue, 19 Sep 2017 18:41:51 +0800 Subject: freescale: replace all GPL with BSD identifier. Replace all GPL with BSD identifier. Signed-off-by: Anson Huang --- plat/freescale/common/cpufreq.c | 10 +--------- plat/freescale/common/include/fsl_sip.h | 10 +--------- plat/freescale/common/include/imx8-pins.h | 3 ++- plat/freescale/common/include/imx8qm_pads.h | 2 +- plat/freescale/common/include/imx8qxp_pads.h | 2 +- plat/freescale/common/include/iomux.h | 3 ++- plat/freescale/common/include/sci/ipc.h | 2 +- plat/freescale/common/include/sci/rpc.h | 2 +- plat/freescale/common/include/sci/svc/pad/api.h | 2 +- plat/freescale/common/include/sci/svc/pm/api.h | 2 +- plat/freescale/common/include/sci/svc/rm/api.h | 2 +- plat/freescale/common/include/sci/types.h | 2 +- plat/freescale/common/sci/svc/pad/pad_rpc_clnt.c | 2 +- plat/freescale/common/sci/svc/pad/rpc.h | 2 +- plat/freescale/common/sci/svc/pm/pm_rpc_clnt.c | 2 +- plat/freescale/common/sci/svc/pm/rpc.h | 2 +- plat/freescale/common/sci/svc/rm/rm_rpc_clnt.c | 2 +- plat/freescale/common/sci/svc/rm/rpc.h | 2 +- plat/freescale/imx8mq/gpc.c | 10 +--------- plat/freescale/imx8mq/include/soc.h | 10 +--------- 20 files changed, 22 insertions(+), 52 deletions(-) diff --git a/plat/freescale/common/cpufreq.c b/plat/freescale/common/cpufreq.c index 5a53e1ce..6f22af6c 100644 --- a/plat/freescale/common/cpufreq.c +++ b/plat/freescale/common/cpufreq.c @@ -1,15 +1,7 @@ /* * Copyright 2017 NXP * - * 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. + * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/plat/freescale/common/include/fsl_sip.h b/plat/freescale/common/include/fsl_sip.h index b8807381..c4d3f955 100644 --- a/plat/freescale/common/include/fsl_sip.h +++ b/plat/freescale/common/include/fsl_sip.h @@ -1,15 +1,7 @@ /* * Copyright 2017 NXP * - * 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. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __SOC_FSL_SIP_H diff --git a/plat/freescale/common/include/imx8-pins.h b/plat/freescale/common/include/imx8-pins.h index 9a3d100a..a8f47f54 100644 --- a/plat/freescale/common/include/imx8-pins.h +++ b/plat/freescale/common/include/imx8-pins.h @@ -1,7 +1,8 @@ /* + * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __IMX8_PINS_H__ diff --git a/plat/freescale/common/include/imx8qm_pads.h b/plat/freescale/common/include/imx8qm_pads.h index e9791a6e..1bfd30bf 100644 --- a/plat/freescale/common/include/imx8qm_pads.h +++ b/plat/freescale/common/include/imx8qm_pads.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/include/imx8qxp_pads.h b/plat/freescale/common/include/imx8qxp_pads.h index f9d1aaf0..e680afc5 100644 --- a/plat/freescale/common/include/imx8qxp_pads.h +++ b/plat/freescale/common/include/imx8qxp_pads.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/include/iomux.h b/plat/freescale/common/include/iomux.h index 582d082b..19496bb1 100644 --- a/plat/freescale/common/include/iomux.h +++ b/plat/freescale/common/include/iomux.h @@ -1,7 +1,8 @@ /* + * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __IMX8_IOMUX_H__ diff --git a/plat/freescale/common/include/sci/ipc.h b/plat/freescale/common/include/sci/ipc.h index fad92a65..aec7ffb8 100644 --- a/plat/freescale/common/include/sci/ipc.h +++ b/plat/freescale/common/include/sci/ipc.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/include/sci/rpc.h b/plat/freescale/common/include/sci/rpc.h index a7fd01d0..f55f1c84 100644 --- a/plat/freescale/common/include/sci/rpc.h +++ b/plat/freescale/common/include/sci/rpc.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/include/sci/svc/pad/api.h b/plat/freescale/common/include/sci/svc/pad/api.h index c57b48a0..4d6d834f 100755 --- a/plat/freescale/common/include/sci/svc/pad/api.h +++ b/plat/freescale/common/include/sci/svc/pad/api.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/include/sci/svc/pm/api.h b/plat/freescale/common/include/sci/svc/pm/api.h index 2d88b7c7..ec70010d 100755 --- a/plat/freescale/common/include/sci/svc/pm/api.h +++ b/plat/freescale/common/include/sci/svc/pm/api.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/include/sci/svc/rm/api.h b/plat/freescale/common/include/sci/svc/rm/api.h index acf9338c..4a52b879 100755 --- a/plat/freescale/common/include/sci/svc/rm/api.h +++ b/plat/freescale/common/include/sci/svc/rm/api.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/include/sci/types.h b/plat/freescale/common/include/sci/types.h index c6dab07e..e6cb5df1 100755 --- a/plat/freescale/common/include/sci/types.h +++ b/plat/freescale/common/include/sci/types.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/sci/svc/pad/pad_rpc_clnt.c b/plat/freescale/common/sci/svc/pad/pad_rpc_clnt.c index b5e79f1d..0840e3f5 100755 --- a/plat/freescale/common/sci/svc/pad/pad_rpc_clnt.c +++ b/plat/freescale/common/sci/svc/pad/pad_rpc_clnt.c @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/sci/svc/pad/rpc.h b/plat/freescale/common/sci/svc/pad/rpc.h index c86b295a..e66af4f5 100755 --- a/plat/freescale/common/sci/svc/pad/rpc.h +++ b/plat/freescale/common/sci/svc/pad/rpc.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/sci/svc/pm/pm_rpc_clnt.c b/plat/freescale/common/sci/svc/pm/pm_rpc_clnt.c index 96b93c1a..59878d3c 100644 --- a/plat/freescale/common/sci/svc/pm/pm_rpc_clnt.c +++ b/plat/freescale/common/sci/svc/pm/pm_rpc_clnt.c @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/sci/svc/pm/rpc.h b/plat/freescale/common/sci/svc/pm/rpc.h index cbed56ab..36ffe76e 100755 --- a/plat/freescale/common/sci/svc/pm/rpc.h +++ b/plat/freescale/common/sci/svc/pm/rpc.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/sci/svc/rm/rm_rpc_clnt.c b/plat/freescale/common/sci/svc/rm/rm_rpc_clnt.c index 454d07bb..8cbdcac2 100755 --- a/plat/freescale/common/sci/svc/rm/rm_rpc_clnt.c +++ b/plat/freescale/common/sci/svc/rm/rm_rpc_clnt.c @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/common/sci/svc/rm/rpc.h b/plat/freescale/common/sci/svc/rm/rpc.h index 2a911874..7f83e8ce 100755 --- a/plat/freescale/common/sci/svc/rm/rpc.h +++ b/plat/freescale/common/sci/svc/rm/rpc.h @@ -2,7 +2,7 @@ * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: BSD-3-Clause */ /*! diff --git a/plat/freescale/imx8mq/gpc.c b/plat/freescale/imx8mq/gpc.c index ed40873f..9554d28d 100644 --- a/plat/freescale/imx8mq/gpc.c +++ b/plat/freescale/imx8mq/gpc.c @@ -1,15 +1,7 @@ /* * Copyright 2017 NXP * - * 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. + * SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/plat/freescale/imx8mq/include/soc.h b/plat/freescale/imx8mq/include/soc.h index ebce7ea8..44c158ea 100644 --- a/plat/freescale/imx8mq/include/soc.h +++ b/plat/freescale/imx8mq/include/soc.h @@ -1,15 +1,7 @@ /* * Copyright 2017 NXP * - * 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. + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __IMX_SOC_H -- cgit v1.2.3