Skip to content

Commit

Permalink
Change license in build.sbt to match repository (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpgambhir authored Feb 5, 2025
1 parent d66063f commit 0ee45be
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 @@ -183,7 +183,7 @@ addArtifact(ItTest / packageBin / artifact, ItTest / packageBin)

pomIncludeRepository := { _ => false }

licenses := Seq("GNU Affero General Public License, Version 3" -> url("http://www.gnu.org/licenses/agpl-3.0.html"))
licenses := Seq("Apache License 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0"))

homepage := Some(url("https://github.com/epfl-lara/inox"))

Expand Down

0 comments on commit 0ee45be

Please sign in to comment.