You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2016/05/27 10:24:58 UTC

groovy git commit: add missing license file

Repository: groovy
Updated Branches:
  refs/heads/master 2aa3bc1ce -> 85ff6d9a4


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/85ff6d9a
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/85ff6d9a
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/85ff6d9a

Branch: refs/heads/master
Commit: 85ff6d9a442b460fb40f9e7634df40a8a6f40617
Parents: 2aa3bc1
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:24:28 2016 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/85ff6d9a/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;