bsp: cvitek: remove GPL license declaration

GPL is conflict with Apache, which is used by RTT.

See <https://www.apache.org/licenses/GPL-compatibility.html>

Also clean up and remove some words such "LINUX".

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2024-12-19 16:13:14 +08:00
committed by Rbb666
parent 6b246612a6
commit 6a7e797712

View File

@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
/* SPDX-License-Identifier: Apache-2.0 */
#ifndef __TYPES_H
#define __TYPES_H
#ifndef __ASSEMBLY__
#ifdef CONFIG_64BIT
@@ -40,4 +41,4 @@ typedef unsigned long __u64;
#endif /* CONFIG_64BIT */
#endif /* __ASSEMBLY__ */
#endif /* _LINUX_TYPES_H */
#endif /* __TYPES_H */