Skip to content

Commit 4101338

Browse files
committed
video: driver: introduce GPL SPDX headers to build and config files
Introduce SPDX-License-Identifier: GPL-2.0-only headers across build and configuration files to standardize license annotation and improve license visibility. Change-Id: I2f3d1a3d56eccc4d8ffc1fa6670cd6186d2c67f1 Signed-off-by: Renjiang Han <renjiang@qti.qualcomm.com>
1 parent c083a95 commit 4101338

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Kbuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
13
ifeq ($(CONFIG_MSM_VIDC_ANDROID), m)
24
obj-m := msm_video/
35
else

config/chora_video.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0-onl
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
44
*/

video_kernel_headers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
12
# Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
23
#
3-
# This program is free software; you can redistribute it and/or modify it
4-
# under the terms of the GNU General Public License version 2 as published by
5-
# the Free Software Foundation.
6-
#
74
# This program is distributed in the hope that it will be useful, but WITHOUT
85
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
96
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for

0 commit comments

Comments
 (0)