You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/08/27 18:38:42 UTC

[openwhisk-apigateway] branch master updated: Add license to dockerfile fragments. (#355)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f66df9  Add license to dockerfile fragments. (#355)
6f66df9 is described below

commit 6f66df9c1389f7857ff27a1de960ebec064d3578
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Tue Aug 27 14:38:37 2019 -0400

    Add license to dockerfile fragments. (#355)
---
 .profiling.after  | 19 +++++++++++++++++++
 .profiling.before | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/.profiling.after b/.profiling.after
index 5d5060c..ae097d2 100644
--- a/.profiling.after
+++ b/.profiling.after
@@ -1,3 +1,22 @@
+#
+# 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 is a Dockerfile fragment, used by build_profiling.sh
+
 COPY ./api-gateway.conf.profiling /etc/api-gateway/api-gateway.conf
 RUN apt-get install -y git && mkdir -p /profiling && git clone https://github.com/openresty/stapxx.git && cd stapxx && git clone https://github.com/brendangregg/FlameGraph.git && apt-get remove -y git
 RUN apt-get install -y linux-headers-$(uname -r) kbuild gcc 
diff --git a/.profiling.before b/.profiling.before
index 9179931..593ffe7 100644
--- a/.profiling.before
+++ b/.profiling.before
@@ -1,3 +1,22 @@
+#
+# 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 is a Dockerfile fragment, used by build_profiling.sh
+
 FROM ubuntu:latest
 
 ENV DEBIAN_FRONTEND noninteractive