Skip to content

Commit

Permalink
bsp: cvitek: remove GPL license declaration
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
unicornx authored and Rbb666 committed Dec 19, 2024
1 parent 6b24661 commit 6a7e797
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bsp/cvitek/drivers/libraries/types.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -40,4 +41,4 @@ typedef unsigned long __u64;

#endif /* CONFIG_64BIT */
#endif /* __ASSEMBLY__ */
#endif /* _LINUX_TYPES_H */
#endif /* __TYPES_H */

0 comments on commit 6a7e797

Please sign in to comment.