-
Notifications
You must be signed in to change notification settings - Fork 641
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
[ISSUE #4667] Fix some connectors have not been included in the package #4669
Conversation
Dependencies check failed. Please add known dependencies. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4669 +/- ##
============================================
- Coverage 17.39% 17.39% -0.01%
+ Complexity 1760 1759 -1
============================================
Files 797 797
Lines 29795 29795
Branches 2578 2578
============================================
- Hits 5184 5182 -2
- Misses 24131 24132 +1
- Partials 480 481 +1 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,28 @@ | |||
Copyright (c) 2012-2022 The ANTLR Project. All rights reserved. |
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.
I would like to know more. Is it necessary to add the corresponding LICENSE to each newly introduced jar package at the same time? What kind of LICENSE will be illegal?
我想了解一下。是每个新引入的jar包都需要同时加上对应的LICENSE吗?什么样的LICENSE将是不合法的?
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.
I would like to know more. Is it necessary to add the corresponding LICENSE to each newly introduced jar package at the same time? What kind of LICENSE will be illegal?
我想了解一下。是每个新引入的jar包都需要同时加上对应的LICENSE吗?什么样的LICENSE将是不合法的?
You can find the corresponding license in the documentation of the respective JAR package or in the project itself. It's not randomly written.
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.
License specification provided by @xwm1992 : https://www.apache.org/legal/resolved.html
Fixes #4667
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation