Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for False positive GPL3 license (not a bug) #3932

Open
pombredanne opened this issue Sep 26, 2024 · 1 comment · May be fixed by #4106
Open

Add test for False positive GPL3 license (not a bug) #3932

pombredanne opened this issue Sep 26, 2024 · 1 comment · May be fixed by #4106
Labels

Comments

@pombredanne
Copy link
Member

See https://github.com/antoniocorreia/cprojects/blob/d14b520bb863d2aec4b713546b366595328ddd8a/patterns/list4/samsung-kernel-msm7x30/refactoring8/example80.c#L173

We do not detect it correctly.
Adding

{
		.chip	= {
			.base	= S5PC100_GPL1(0),
			.ngpio	= S5PC100_GPIO_L1_NR,
			.label	= "GPL1",
		},
	}, {
		.chip	= {
			.base	= S5PC100_GPL2(0),
			.ngpio	= S5PC100_GPIO_L2_NR,
			.label	= "GPL2",
		},
	}, {
		.chip	= {
			.base	= S5PC100_GPL3(0),
			.ngpio	= S5PC100_GPIO_L3_NR,
			.label	= "GPL3",
		},

as a test would be great,

@samarthbc
Copy link

@pombredanne I would love to take up and solve this issue, could you please guide me on how to proceed

alok1304 added a commit to alok1304/scancode-toolkit that referenced this issue Jan 19, 2025
@alok1304 alok1304 linked a pull request Jan 19, 2025 that will close this issue
6 tasks
alok1304 added a commit to alok1304/scancode-toolkit that referenced this issue Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants