mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
mediatek: fix SPDX license identifier on local DTS files
The SPDX license identifier must be in the first line of a file, unless there is a shebang (then it's the second line). Fix this for the local files, do not care about the upstream patches. While at it, update the identifiers where necessary. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
41581c90cd
commit
f9d085efc8
@ -1,8 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2018 MediaTek Inc.
|
* Copyright (c) 2018 MediaTek Inc.
|
||||||
* Author: Ryder Lee <ryder.lee@mediatek.com>
|
* Author: Ryder Lee <ryder.lee@mediatek.com>
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: (GPL-2.0-only OR MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 MediaTek Inc.
|
* Copyright (c) 2017 MediaTek Inc.
|
||||||
* Author: Ming Huang <ming.huang@mediatek.com>
|
* Author: Ming Huang <ming.huang@mediatek.com>
|
||||||
* Sean Wang <sean.wang@mediatek.com>
|
* Sean Wang <sean.wang@mediatek.com>
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: (GPL-2.0-only OR MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
||||||
/*
|
/*
|
||||||
* Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
|
* Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
||||||
/*
|
/*
|
||||||
* Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
|
* Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user