Skip to content

Conversation

@JustinWonjaePark
Copy link
Contributor

Description

  • Accept license statement 'SPDX-license-identifier-XXXX'
  • Set 'unknown-license-reference' & 'LGE-Proprietary' as 'LGE-Proprietary'

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@JustinWonjaePark JustinWonjaePark requested a review from dd-jy April 24, 2025 07:48
@JustinWonjaePark JustinWonjaePark force-pushed the dev_scancode_result_cleanup branch from 531764d to 8a5a2a9 Compare April 24, 2025 07:51
Comment on lines +168 to +174
# Remove unknown-license-reference and leave only lge-proprietary
license_lower = [x.lower() for x in license_detected]
if (
KEYWORD_UNKNOWN_LICENSE_REFERENCE.lower() in license_lower
and KEYWORD_LGE_PROPRIETARY.lower() in license_lower
):
license_detected.remove(KEYWORD_UNKNOWN_LICENSE_REFERENCE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JustinWonjaePark
다른 문구에서 검출되었다면 unknown 유지해야 하는 것이 아닐지 문의드립니다.

@JustinWonjaePark JustinWonjaePark changed the title Dev scancode result cleanup Refining scancode result Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants