From 91104654d2bd62c30c0adf01c150c2cb2a642eb0 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Tue, 20 Jun 2017 00:19:19 +0200 Subject: Add copyright notice. --- docker/Dockerfile.ci | 1 + docker/Dockerfile.run | 1 + 2 files changed, 2 insertions(+) (limited to 'docker') diff --git a/docker/Dockerfile.ci b/docker/Dockerfile.ci index 6407c2b3d16..67a8dafdda5 100644 --- a/docker/Dockerfile.ci +++ b/docker/Dockerfile.ci @@ -1,3 +1,4 @@ +# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. FROM vespabuild COPY vespa-ci-internal.sh /vespa-ci-internal.sh diff --git a/docker/Dockerfile.run b/docker/Dockerfile.run index 77e737279dd..19d0fd345c3 100644 --- a/docker/Dockerfile.run +++ b/docker/Dockerfile.run @@ -1,3 +1,4 @@ +# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. FROM centos:7 # Needed to run vespa -- cgit v1.2.3