This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 2f38920 add missing license header
2f38920 is described below
commit 2f38920354fff7dd70f6c5872f049a9cae1be0a7
Author: Paul King <[email protected]>
AuthorDate: Mon Jan 20 11:01:12 2020 +1000
add missing license header
---
src/test/groovy/bugs/groovy8966/Groovy8966.groovy | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/src/test/groovy/bugs/groovy8966/Groovy8966.groovy
b/src/test/groovy/bugs/groovy8966/Groovy8966.groovy
index d2b8a82..1d10101 100644
--- a/src/test/groovy/bugs/groovy8966/Groovy8966.groovy
+++ b/src/test/groovy/bugs/groovy8966/Groovy8966.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.groovy8966
import groovy.test.GroovyTestCase