Skip to content

Commit

Permalink
Merge pull request #22 from tegonal/bugfix/license-in-pom
Browse files Browse the repository at this point in the history
fix wrong license in pom
  • Loading branch information
robstoll committed Apr 11, 2024
2 parents c246bd6 + 9ac8e59 commit 3132d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ThisBuild / organizationHomepage := Some(url("http://tegonal.com"))
ThisBuild / homepage := Some(url("https://github.com/tegonal/scala-commons"))

ThisBuild / licenses := List(
"European Union Public Licence, Version 1.2" -> new URL("https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12")
"Apache License, Version 2.0" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")
)
Compile / unmanagedResourceDirectories += baseDirectory.value
Compile / unmanagedResources / includeFilter := "LICENSE.txt"
Expand Down

0 comments on commit 3132d2f

Please sign in to comment.