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 2020/10/24 22:04:04 UTC

[groovy] branch master updated: add missing license headers

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 5080304  add missing license headers
5080304 is described below

commit 50803042d7873d1bc3971e8d94dbf7f5d536300b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Oct 25 08:03:56 2020 +1000

    add missing license headers
---
 src/test-resources/fail/String_03.groovy | 19 +++++++++++++++++++
 src/test-resources/fail/String_04.groovy | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/src/test-resources/fail/String_03.groovy b/src/test-resources/fail/String_03.groovy
index da41ab8..2fb0268 100644
--- a/src/test-resources/fail/String_03.groovy
+++ b/src/test-resources/fail/String_03.groovy
@@ -1,2 +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.
+ */
+
 def a = 'a
         '
\ No newline at end of file
diff --git a/src/test-resources/fail/String_04.groovy b/src/test-resources/fail/String_04.groovy
index 5769948..15623fd 100644
--- a/src/test-resources/fail/String_04.groovy
+++ b/src/test-resources/fail/String_04.groovy
@@ -1,2 +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.
+ */
+
 def a = "a
         "
\ No newline at end of file