Skip to content

Commit 0ee45be

Browse files
Change license in build.sbt to match repository (#232)
1 parent d66063f commit 0ee45be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ addArtifact(ItTest / packageBin / artifact, ItTest / packageBin)
183183

184184
pomIncludeRepository := { _ => false }
185185

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

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

0 commit comments

Comments
 (0)