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

incubator-groovy git commit: added license header

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 161a5c74b -> e2d765087


added license header


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

Branch: refs/heads/master
Commit: e2d7650870b782197878ce9cf9ae58ba7c81d48a
Parents: 161a5c7
Author: Keegan Witt <ke...@gmail.com>
Authored: Sun Aug 2 19:47:20 2015 -0400
Committer: Keegan Witt <ke...@gmail.com>
Committed: Sun Aug 2 19:47:20 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/e2d76508/src/test/groovy/bugs/Groovy7520Bug.groovy
----------------------------------------------------------------------
diff --git a/src/test/groovy/bugs/Groovy7520Bug.groovy b/src/test/groovy/bugs/Groovy7520Bug.groovy
index 1f07c20..bbfb452 100644
--- a/src/test/groovy/bugs/Groovy7520Bug.groovy
+++ b/src/test/groovy/bugs/Groovy7520Bug.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
 
 class Groovy7520Bug extends GroovyTestCase {