You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/11/28 14:09:50 UTC

[4/9] buildr git commit: Define the license

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 <pe...@realityforge.org>
Authored: Fri Nov 28 20:14:25 2014 +1100
Committer: Peter Donald <pe...@realityforge.org>
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          = 'users@buildr.apache.org'
   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