Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Add MIT license into pom.xml (instead of Apache)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Holub committed May 5, 2016
1 parent 866f7e2 commit 5b74cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<url>https://github.com/logentries/le_java</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down

3 comments on commit 5b74cff

@raupachz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this change done?
Are you really sure you can change a license on the fly?
Did you ask all the commiters if they are fine with the change?

@StephenHynes7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raupachz looks like this was done because the actual license file is MIT https://github.com/logentries/le_java/blob/master/LICENSE and has been since 2013.

@raupachz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clarification.

Please sign in to comment.