Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 305c29363 -> c3074762d


add missing license file


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

Branch: refs/heads/GROOVY_2_4_X
Commit: dc6f2677d4e6a3b5f5bd93e437b11eefeced9d6d
Parents: 305c293
Author: paulk <pa...@asert.com.au>
Authored: Fri May 27 20:24:28 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri May 27 20:30:09 2016 +1000

----------------------------------------------------------------------
 .../org/codehaus/groovy/ast/Groovy7862Bug.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/dc6f2677/src/test/org/codehaus/groovy/ast/Groovy7862Bug.java
----------------------------------------------------------------------
diff --git a/src/test/org/codehaus/groovy/ast/Groovy7862Bug.java 
b/src/test/org/codehaus/groovy/ast/Groovy7862Bug.java
index 73ebe5b..4d7c1c7 100644
--- a/src/test/org/codehaus/groovy/ast/Groovy7862Bug.java
+++ b/src/test/org/codehaus/groovy/ast/Groovy7862Bug.java
@@ -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 org.codehaus.groovy.ast;
 
 import groovy.lang.GroovyShell;

Reply via email to