You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2018/07/13 11:38:10 UTC

[incubator-openwhisk] branch master updated: Add missing license header for wrk lua file. (#3877)

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

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 4346e05  Add missing license header for wrk lua file. (#3877)
4346e05 is described below

commit 4346e056bfedb95168f3dac6703b0a12222dfe6d
Author: Martin Henke <ma...@web.de>
AuthorDate: Fri Jul 13 13:38:07 2018 +0200

    Add missing license header for wrk lua file. (#3877)
---
 tests/performance/wrk_tests/post.lua | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/tests/performance/wrk_tests/post.lua b/tests/performance/wrk_tests/post.lua
index ab5401b..f46c6cc 100644
--- a/tests/performance/wrk_tests/post.lua
+++ b/tests/performance/wrk_tests/post.lua
@@ -1 +1,17 @@
+--
+-- 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.
+--
 wrk.method = "POST"