twitter-kit-android icon indicating copy to clipboard operation
twitter-kit-android copied to clipboard

Fix incorrect license information of pom

Open chibatching opened this issue 7 years ago • 1 comments

Twitter Kit for Android is licensed under Apache Licenses 2.0. But pom file indicate that TwitterKit Agreement licenses.

  <licenses>
    <license>
      <name>TwitterKit Agreement</name>
      <url>https://dev.twitter.com/overview/terms/twitterkit.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

I'm not sure how pom file is genarated in this project. But I found incorrect information in gradle.properites, and fix it.

chibatching avatar Jan 19 '18 06:01 chibatching

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 19 '18 06:01 CLAassistant