You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/06 15:47:55 UTC

[incubator-hop] branch master updated: HOP-2122 (#441)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 93c5f2c  HOP-2122 (#441)
93c5f2c is described below

commit 93c5f2c367705a3fca9673d4444a8e73c17b3a51
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Dec 6 16:47:49 2020 +0100

    HOP-2122 (#441)
    
    Add ASF header to dockerfile
---
 Dockerfile.unit-tests | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Dockerfile.unit-tests b/Dockerfile.unit-tests
index 2cb1f1a..c432f7c 100644
--- a/Dockerfile.unit-tests
+++ b/Dockerfile.unit-tests
@@ -1,3 +1,20 @@
+#
+# 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 openjdk:8-alpine
 MAINTAINER Apache Hop