Skip to content

Commit 6a7e797

Browse files
unicornxRbb666
authored andcommitted
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 <[email protected]>
1 parent 6b24661 commit 6a7e797

File tree

1 file changed

+5
-4
lines changed
  • bsp/cvitek/drivers/libraries

1 file changed

+5
-4
lines changed

bsp/cvitek/drivers/libraries/types.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
2-
#ifndef _LINUX_TYPES_H
3-
#define _LINUX_TYPES_H
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#ifndef __TYPES_H
4+
#define __TYPES_H
45

56
#ifndef __ASSEMBLY__
67
#ifdef CONFIG_64BIT
@@ -40,4 +41,4 @@ typedef unsigned long __u64;
4041

4142
#endif /* CONFIG_64BIT */
4243
#endif /* __ASSEMBLY__ */
43-
#endif /* _LINUX_TYPES_H */
44+
#endif /* __TYPES_H */

0 commit comments

Comments
 (0)