Skip to content

Conversation

@JustinWonjaePark
Copy link
Contributor

Description

Take expression 'UNLICENSED' as a license expression and return value.

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 self-assigned this Jan 23, 2026
@JustinWonjaePark JustinWonjaePark marked this pull request as ready for review January 23, 2026 05:50
@JustinWonjaePark JustinWonjaePark added the chore [PR/Issue] Refactoring, maintenance the code label Jan 23, 2026
Signed-off-by: Wonjae Park <j.wonjae.park@gmail.com>
@JustinWonjaePark JustinWonjaePark merged commit f21b40f into main Jan 23, 2026
6 checks passed
@JustinWonjaePark JustinWonjaePark deleted the dev_fix_npm_unlicensed branch January 23, 2026 06:14
if isinstance(t, str):
t = t.strip()
if t and t.upper() != 'UNLICENSED':
if t:
Copy link
Contributor

Choose a reason for hiding this comment

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

@JustinWonjaePark 변수명 t ㅠㅠ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore [PR/Issue] Refactoring, maintenance the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants