Skip to content

Commit

Permalink
Fixed conflicting licenses in readme vs pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwall committed Feb 12, 2014
1 parent 58cfcf5 commit 751bfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pomExtra := (
<url>http://github.com/dickwall/subcut</url>
<licenses>
<license>
<name>BSD-style</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down

0 comments on commit 751bfd6

Please sign in to comment.