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 2021/04/07 02:45:04 UTC

[groovy] 03/04: add license header

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

commit be16079ce9a1a43e6e85d533b70769a99171437d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Apr 7 12:43:27 2021 +1000

    add license header
---
 .muse/codenarc.sh | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.muse/codenarc.sh b/.muse/codenarc.sh
index ab3bc85..c9c5bdb 100644
--- a/.muse/codenarc.sh
+++ b/.muse/codenarc.sh
@@ -1,4 +1,22 @@
 #!/usr/bin/env bash
+# ----------------------------------------------------------------------------
+# 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.
+# ----------------------------------------------------------------------------
 commit=$2
 cmd=$3