You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2015/10/05 15:07:26 UTC

svn commit: r1706837 - in /sling/trunk/tooling/ide: check_staged_release.sh sign.sh

Author: rombert
Date: Mon Oct  5 13:07:26 2015
New Revision: 1706837

URL: http://svn.apache.org/viewvc?rev=1706837&view=rev
Log:
Add license headers to tooling/ide/*.sh

While technically not required since these files are not distributed,
it is more consitent to add these headers rather than ignore then
when performing the rat checks.

Modified:
    sling/trunk/tooling/ide/check_staged_release.sh
    sling/trunk/tooling/ide/sign.sh

Modified: sling/trunk/tooling/ide/check_staged_release.sh
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/check_staged_release.sh?rev=1706837&r1=1706836&r2=1706837&view=diff
==============================================================================
--- sling/trunk/tooling/ide/check_staged_release.sh (original)
+++ sling/trunk/tooling/ide/check_staged_release.sh Mon Oct  5 13:07:26 2015
@@ -1,4 +1,21 @@
 #!/bin/sh
+#
+# 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.
 VERSION=${1}
 DOWNLOAD=${2:-/tmp/sling-staging}
 mkdir ${DOWNLOAD} 2>/dev/null

Modified: sling/trunk/tooling/ide/sign.sh
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/sign.sh?rev=1706837&r1=1706836&r2=1706837&view=diff
==============================================================================
--- sling/trunk/tooling/ide/sign.sh (original)
+++ sling/trunk/tooling/ide/sign.sh Mon Oct  5 13:07:26 2015
@@ -1,4 +1,21 @@
 #!/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.
 
 DIR=$1