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

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


The following commit(s) were added to refs/heads/master by this push:
     new 20af90c  Update Dockerfiles include ASF license header (#94)
20af90c is described below

commit 20af90cbcca3d49f88f7df01055a465c88798c90
Author: Matt Rutkowski <[email protected]>
AuthorDate: Wed Jun 19 20:09:13 2019 -0500

    Update Dockerfiles include ASF license header (#94)
---
 actionloop/Dockerfile | 17 ++++++++++++++++-
 golang1.11/Dockerfile | 16 ++++++++++++++++
 golang1.12/Dockerfile | 16 ++++++++++++++++
 3 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/actionloop/Dockerfile b/actionloop/Dockerfile
index 1560470..7be367f 100644
--- a/actionloop/Dockerfile
+++ b/actionloop/Dockerfile
@@ -1,3 +1,19 @@
+#
+# 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.
+#
 FROM ubuntu:xenial
 RUN apt-get update && apt-get install -y \
     curl \
@@ -8,4 +24,3 @@ RUN mkdir /action
 WORKDIR /action
 ADD proxy /bin/proxy
 ENTRYPOINT [ "/bin/proxy" ]
-
diff --git a/golang1.11/Dockerfile b/golang1.11/Dockerfile
index f1cfbd7..e5fd676 100644
--- a/golang1.11/Dockerfile
+++ b/golang1.11/Dockerfile
@@ -1,3 +1,19 @@
+#
+# 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.
+#
 FROM golang:1.11.6
 RUN echo "deb http://deb.debian.org/debian stretch-backports main contrib 
non-free" \
      >>/etc/apt/sources.list &&\
diff --git a/golang1.12/Dockerfile b/golang1.12/Dockerfile
index 9284f7c..6a9d711 100644
--- a/golang1.12/Dockerfile
+++ b/golang1.12/Dockerfile
@@ -1,3 +1,19 @@
+#
+# 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.
+#
 FROM golang:1.12.4
 RUN echo "deb http://deb.debian.org/debian stretch-backports main contrib 
non-free" \
      >>/etc/apt/sources.list &&\

Reply via email to