summaryrefslogtreecommitdiff
path: root/scalalib/test
diff options
context:
space:
mode:
authorGuillaume Massé <masgui@gmail.com>2018-02-26 19:11:59 +0100
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-26 10:11:59 -0800
commitc537a7ba76f320fb770ad49817701932c7744640 (patch)
treeff745eec8a5918bee6b6012191d0292bb4aa4b42 /scalalib/test
parent2a59977d9c4aa23513d2c38a9fa151f9c11e8dc0 (diff)
downloadmill-c537a7ba76f320fb770ad49817701932c7744640.tar.gz
mill-c537a7ba76f320fb770ad49817701932c7744640.tar.bz2
mill-c537a7ba76f320fb770ad49817701932c7744640.zip
Add predefined licenses from spdx (#144)
* Add predefined licenses from spdx * Fix License usages
Diffstat (limited to 'scalalib/test')
-rw-r--r--scalalib/test/src/mill/scalalib/HelloWorldTests.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/scalalib/test/src/mill/scalalib/HelloWorldTests.scala b/scalalib/test/src/mill/scalalib/HelloWorldTests.scala
index 2499f09f..2bb51ad6 100644
--- a/scalalib/test/src/mill/scalalib/HelloWorldTests.scala
+++ b/scalalib/test/src/mill/scalalib/HelloWorldTests.scala
@@ -85,9 +85,7 @@ object HelloWorldTests extends TestSuite {
organization = "com.lihaoyi",
description = "hello world ready for real world publishing",
url = "https://github.com/lihaoyi/hello-world-publish",
- licenses = Seq(
- License("Apache License, Version 2.0",
- "http://www.apache.org/licenses/LICENSE-2.0")),
+ licenses = Seq(License.Common.Apache2),
scm = SCM(
"https://github.com/lihaoyi/hello-world-publish",
"scm:git:https://github.com/lihaoyi/hello-world-publish"