apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
903 stars 144 forks source link

xtable poms are missing license details #531

Closed pjfanning closed 1 month ago

pjfanning commented 2 months ago

Feature Request / Improvement

License is not defined in

https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_3/1.1.0/pekko-actor_3-1.1.0.pom shows how license can be declared.

<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>

Are you willing to submit PR?

Code of Conduct

rangareddy commented 2 months ago

Hi @pjfanning

I will work on this jira.

Do you want me to add Licence in all pom.xml files or only xtable parent pom.xml? For Spark project, Licence tag is added to Spark parent pom file only.

rangareddy commented 1 month ago

Created a pull request:

https://github.com/apache/incubator-xtable/pull/533