You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2015/10/08 12:03:09 UTC

incubator-groovy git commit: Add licence header to performance module

Repository: incubator-groovy
Updated Branches:
  refs/heads/master c289ed419 -> cc2341a87


Add licence header to performance module


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/cc2341a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/cc2341a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/cc2341a8

Branch: refs/heads/master
Commit: cc2341a8756f6a862ad957af5d927f043fdc7625
Parents: c289ed4
Author: Cedric Champeau <cc...@apache.org>
Authored: Thu Oct 8 12:02:00 2015 +0200
Committer: Cedric Champeau <cc...@apache.org>
Committed: Thu Oct 8 12:02:00 2015 +0200

----------------------------------------------------------------------
 subprojects/performance/build.gradle | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/cc2341a8/subprojects/performance/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/performance/build.gradle b/subprojects/performance/build.gradle
index e7136a0..ecf40da 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -1,3 +1,22 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
+
 import java.text.DecimalFormat
 
 configurations {