-
Notifications
You must be signed in to change notification settings - Fork 54
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 license banner for ui packages #184
Conversation
/assign @RainbowMango @samzong |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the perspective of code reuse and maintainability, should the LicenseBanner be abstracted into a public function? It seems that there is a high degree of code overlap
893d07a
to
e4881d8
Compare
Yes, and thanks for your suggesion, I add |
…on-overlay/xterm-addon-zmodem Signed-off-by: warjiang <1096409085@qq.com>
Signed-off-by: warjiang <1096409085@qq.com>
Signed-off-by: warjiang <1096409085@qq.com>
e4881d8
to
8227f72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
nice job.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: samzong The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
PR #176 has already add license check for code across the project, there is need to add license for bundle ouput of ui packages.
before:

after:

Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: