Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: mtk-vcodec: replace GPLv2 with SPDX

Replace the GPLv2 boilerplate with the corresponding SPDX reference.

Signed-off-by: Alexandre Courbot <acourbot@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

authored by

Alexandre Courbot and committed by
Mauro Carvalho Chehab
9293e39c b76bfa6d

+32 -450
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include <media/v4l2-event.h> 17 4 #include <media/v4l2-mem2mem.h>
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 15 2 16 3 #ifndef _MTK_VCODEC_DEC_H_ 17 4 #define _MTK_VCODEC_DEC_H_
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include <linux/slab.h> 17 4 #include <linux/interrupt.h>
+1 -13
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 14 2 15 3 #include <linux/clk.h> 16 4 #include <linux/of_address.h>
+1 -13
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 14 2 15 3 #ifndef _MTK_VCODEC_DEC_PM_H_ 16 4 #define _MTK_VCODEC_DEC_PM_H_
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 15 2 16 3 #ifndef _MTK_VCODEC_DRV_H_ 17 4 #define _MTK_VCODEC_DRV_H_
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include <media/v4l2-event.h> 17 4 #include <media/v4l2-mem2mem.h>
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 15 2 16 3 #ifndef _MTK_VCODEC_ENC_H_ 17 4 #define _MTK_VCODEC_ENC_H_
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include <linux/slab.h> 17 4 #include <linux/interrupt.h>
+1 -13
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_pm.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 14 2 15 3 #include <linux/clk.h> 16 4 #include <linux/of_address.h>
+1 -13
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_pm.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 14 2 15 3 #ifndef _MTK_VCODEC_ENC_PM_H_ 16 4 #define _MTK_VCODEC_ENC_PM_H_
+1 -13
drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 14 2 15 3 #include <linux/errno.h> 16 4 #include <linux/wait.h>
+1 -13
drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 14 2 15 3 #ifndef _MTK_VCODEC_INTR_H_ 16 4 #define _MTK_VCODEC_INTR_H_
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_util.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include <linux/module.h> 17 4
+1 -14
drivers/media/platform/mtk-vcodec/mtk_vcodec_util.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 15 2 16 3 #ifndef _MTK_VCODEC_UTIL_H_ 17 4 #define _MTK_VCODEC_UTIL_H_
+1 -13
drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 14 2 15 3 #include <linux/module.h> 16 4 #include <linux/slab.h>
+1 -14
drivers/media/platform/mtk-vcodec/vdec/vdec_vp8_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Jungchang Tsao <jungchang.tsao@mediatek.com> 4 - * PC Chen <pc.chen@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include <linux/slab.h> 17 4 #include "../vdec_drv_if.h"
+1 -15
drivers/media/platform/mtk-vcodec/vdec/vdec_vp9_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 - * Kai-Sean Yang <kai-sean.yang@mediatek.com> 5 - * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - */ 1 + // SPDX-License-Identifier: GPL-2.0 16 2 17 3 #include <linux/fs.h> 18 4 #include <linux/slab.h>
+1 -13
drivers/media/platform/mtk-vcodec/vdec_drv_base.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 14 2 15 3 #ifndef _VDEC_DRV_BASE_ 16 4 #define _VDEC_DRV_BASE_
+1 -14
drivers/media/platform/mtk-vcodec/vdec_drv_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include <linux/interrupt.h> 17 4 #include <linux/kernel.h>
+1 -14
drivers/media/platform/mtk-vcodec/vdec_drv_if.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 15 2 16 3 #ifndef _VDEC_DRV_IF_H_ 17 4 #define _VDEC_DRV_IF_H_
+1 -14
drivers/media/platform/mtk-vcodec/vdec_ipi_msg.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 15 2 16 3 #ifndef _VDEC_IPI_MSG_H_ 17 4 #define _VDEC_IPI_MSG_H_
+1 -13
drivers/media/platform/mtk-vcodec/vdec_vpu_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 14 2 15 3 #include "mtk_vcodec_drv.h" 16 4 #include "mtk_vcodec_util.h"
+1 -13
drivers/media/platform/mtk-vcodec/vdec_vpu_if.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 14 2 15 3 #ifndef _VDEC_VPU_IF_H_ 16 4 #define _VDEC_VPU_IF_H_
+1 -16
drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Jungchang Tsao <jungchang.tsao@mediatek.com> 4 - * Daniel Hsiao <daniel.hsiao@mediatek.com> 5 - * PoChun Lin <pochun.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - */ 1 + // SPDX-License-Identifier: GPL-2.0 17 2 18 3 #include <linux/interrupt.h> 19 4 #include <linux/kernel.h>
+1 -15
drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 - * PoChun Lin <pochun.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - */ 1 + // SPDX-License-Identifier: GPL-2.0 16 2 17 3 #include <linux/interrupt.h> 18 4 #include <linux/kernel.h>
+1 -16
drivers/media/platform/mtk-vcodec/venc_drv_base.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 - * Jungchang Tsao <jungchang.tsao@mediatek.com> 5 - * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 17 2 18 3 #ifndef _VENC_DRV_BASE_ 19 4 #define _VENC_DRV_BASE_
+1 -16
drivers/media/platform/mtk-vcodec/venc_drv_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 - * Jungchang Tsao <jungchang.tsao@mediatek.com> 5 - * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - */ 1 + // SPDX-License-Identifier: GPL-2.0 17 2 18 3 #include <linux/interrupt.h> 19 4 #include <linux/kernel.h>
+1 -16
drivers/media/platform/mtk-vcodec/venc_drv_if.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 - * Jungchang Tsao <jungchang.tsao@mediatek.com> 5 - * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 17 2 18 3 #ifndef _VENC_DRV_IF_H_ 19 4 #define _VENC_DRV_IF_H_
+1 -16
drivers/media/platform/mtk-vcodec/venc_ipi_msg.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Jungchang Tsao <jungchang.tsao@mediatek.com> 4 - * Daniel Hsiao <daniel.hsiao@mediatek.com> 5 - * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 17 2 18 3 #ifndef _VENC_IPI_MSG_H_ 19 4 #define _VENC_IPI_MSG_H_
+1 -14
drivers/media/platform/mtk-vcodec/venc_vpu_if.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PoChun Lin <pochun.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0 15 2 16 3 #include "mtk_vpu.h" 17 4 #include "venc_ipi_msg.h"
+1 -14
drivers/media/platform/mtk-vcodec/venc_vpu_if.h
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: PoChun Lin <pochun.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 15 2 16 3 #ifndef _VENC_VPU_IF_H_ 17 4 #define _VENC_VPU_IF_H_