Skip to content

Commit

Permalink
Use SPDX for license name
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Apr 23, 2020
1 parent 96ca6ac commit 7c1a555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ allprojects { subproj ->

ext {
vendor = 'Trellis LDP'
homepage = 'https://www.trellisldp.org'
homepage = 'https://www.trellisldp.org/'
docURL = 'https://www.trellisldp.org/docs/trellis/current/apidocs/'
license = 'Apache 2'
license = 'Apache-2.0'

}

Expand Down Expand Up @@ -390,7 +390,7 @@ subprojects { subproj ->

licenses {
license {
name = 'Apache License, Version 2.0'
name = 'Apache-2.0'
url = 'https://www.apache.org/licenses/LICENSE-2.0.txt'
comments = 'Copyright (c) 2017-2020 Trellis LDP'
distribution = 'repo'
Expand Down

0 comments on commit 7c1a555

Please sign in to comment.