You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/04/07 13:30:53 UTC

[10/50] [abbrv] groovy git commit: add license header to test groovy file

add license header to test groovy file


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

Branch: refs/heads/parrot
Commit: 3d752e352d9a32ba14ce07030e4a306654e37dde
Parents: 64d4f84
Author: zhangbo <zh...@nanchao.org>
Authored: Sat Oct 8 09:52:27 2016 +0800
Committer: paulk <pa...@asert.com.au>
Committed: Wed Mar 8 17:50:01 2017 +1000

----------------------------------------------------------------------
 src/test/groovy/bugs/Groovy7909Bug.groovy | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/3d752e35/src/test/groovy/bugs/Groovy7909Bug.groovy
----------------------------------------------------------------------
diff --git a/src/test/groovy/bugs/Groovy7909Bug.groovy b/src/test/groovy/bugs/Groovy7909Bug.groovy
index b1e1f97..5eb6454 100644
--- a/src/test/groovy/bugs/Groovy7909Bug.groovy
+++ b/src/test/groovy/bugs/Groovy7909Bug.groovy
@@ -1,3 +1,21 @@
+/*
+ *  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.
+ */
 package groovy.bugs
 
 import gls.CompilableTestSupport