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

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


The following commit(s) were added to refs/heads/master by this push:
     new b4e52be  added license header to benchmark script
b4e52be is described below

commit b4e52bed17f9ccb07769cf0305ae50f6978c94a9
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Aug 22 16:14:39 2018 +0200

    added license header to benchmark script
---
 scripting-resolver/scripting-benchmark.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/scripting-resolver/scripting-benchmark.sh 
b/scripting-resolver/scripting-benchmark.sh
index 907e349..fdb7e71 100755
--- a/scripting-resolver/scripting-benchmark.sh
+++ b/scripting-resolver/scripting-benchmark.sh
@@ -1,4 +1,20 @@
 #!/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.
 URLS=$(cat <<EOF
 http://localhost:8080/content/srr/examples/hello.html
 http://localhost:8080/content/srr/examples/hello-v1.html

Reply via email to