-
Notifications
You must be signed in to change notification settings - Fork 1.1k
update license #94
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
update license #94
Conversation
|
You should send an email to our community to check whether you can add hive apache license to our project |
…to update_license
…to update_license
example/rocketmq/pom.xml
Outdated
| <artifactId>netty-buffer</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| <version>0.8.0-SNAPSHOT</version> |
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.
seems <version> is not needed because the root pom is iotdb
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.
use <version>${project.version}</version> ?
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.
No, you can omit the declaration in this case..
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.
ok
jixuan1989
left a comment
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.
LGPL 2.1 seems not be used.
And pls make sure that EDL license file is included. |
jt2594838
left a comment
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.
Several InputStreams in tests seem left unclosed.
tsfile/src/test/java/org/apache/iotdb/tsfile/write/WriteTest.java
Outdated
Show resolved
Hide resolved
removed |
@jixuan1989 added |
I have put inputstream into a try() |
Jira issue:
https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-45?filter=allopenissues
Replace org.json with alibaba.fastjson
Remove netty dependency
Update license and notice file
Add license in Licenses/