diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-02-07 20:16:57 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-04-15 19:51:56 +0300 |
commit | 5fdca4c2531dea152c9ea359a2acac4aea2d88fb (patch) | |
tree | 8f1dc9e4cd657c38ceb6f292a3af4a6a963ec414 /.clang-format | |
parent | 26d1a0b60801350cd2f6ae465ba6be9f12492a04 (diff) |
licenses: Replace deprecated GPL-2.0 with GPL-2.0-only
The GPL-2.0 SPDX identifier is deprecated, replace it with GPL-2.0-only.
The files in include/linux/ are not touched as they're copied verbatim
from the kernel sources.
Rename the GPL-2.0.txt license file to GPL-2.0-only.txt, and add a
GPL-2.0.txt symlink to support the include/linux/ headers.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 0f4d2b52..bef07cd8 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # # clang-format configuration file. Intended for clang-format >= 4. # |