You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/04/09 12:53:42 UTC

[sling-org-apache-sling-app-cms] branch master updated: Adding a license header

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 8602d24  Adding a license header
8602d24 is described below

commit 8602d24c12c868b63accc2172332f88af31c0063
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Apr 9 08:53:28 2020 -0400

    Adding a license header
---
 builder/src/main/scripts/fix_package_namespace.sh | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/builder/src/main/scripts/fix_package_namespace.sh b/builder/src/main/scripts/fix_package_namespace.sh
index 34aa7fc..1e5d5fc 100644
--- a/builder/src/main/scripts/fix_package_namespace.sh
+++ b/builder/src/main/scripts/fix_package_namespace.sh
@@ -1,4 +1,24 @@
 #!/bin/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.
+#
+#
+# This script fixes Jackrabbit content packages created on Sling CMS < 0.16.2 
+# which have an incorrect URL for the Sling namespace
+#
 
 PACKAGE=$1
 unzip $PACKAGE -d out