Define the license
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/3d20e6f4 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/3d20e6f4 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/3d20e6f4 Branch: refs/heads/master Commit: 3d20e6f458cb5e7e48f63faa9e4faa608d1cb943 Parents: 42bf28b Author: Peter Donald <[email protected]> Authored: Fri Nov 28 20:14:25 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Fri Nov 28 20:14:25 2014 +1100 ---------------------------------------------------------------------- buildr.gemspec | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/3d20e6f4/buildr.gemspec ---------------------------------------------------------------------- diff --git a/buildr.gemspec b/buildr.gemspec index 2188048..5f47706 100644 --- a/buildr.gemspec +++ b/buildr.gemspec @@ -29,6 +29,7 @@ Gem::Specification.new do |spec| spec.email = '[email protected]' spec.homepage = 'http://buildr.apache.org/' spec.summary = 'Build like you code' + spec.licenses = ['Apache-2.0'] spec.description = <<-TEXT Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted
