You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2022/11/24 15:22:31 UTC

[jackrabbit-oak] 01/01: OAK-10011 : Configure SonarClould for Oak (add missing licence header)

This is an automated email from the ASF dual-hosted git repository.

angela pushed a commit to branch OAK-10011_licence
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit d2d76baff7d5aaf54dcf5196fa6f0d3804c3ce36
Author: angela <an...@adobe.com>
AuthorDate: Thu Nov 24 16:22:10 2022 +0100

    OAK-10011 : Configure SonarClould for Oak (add missing licence header)
---
 .github/workflows/build.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9c45940acc..5b09ded8cf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,3 +1,20 @@
+#   ~ 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.
+
 name: SonarCloud
 on:
   push: