summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
-rwxr-xr-xdocker/build-vespa.sh2
-rwxr-xr-xdocker/build/build-vespa-internal.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/README.md b/docker/README.md
index b73969ba1ed..18ab6648f3e 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -1,4 +1,4 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Building Vespa RPM on Docker (OS X and Linux)
diff --git a/docker/build-vespa.sh b/docker/build-vespa.sh
index 4570bdf5b5a..f7b106b7800 100755
--- a/docker/build-vespa.sh
+++ b/docker/build-vespa.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e
if [ $# -ne 1 ]; then
diff --git a/docker/build/build-vespa-internal.sh b/docker/build/build-vespa-internal.sh
index 63eb0efacb8..dada151a29f 100755
--- a/docker/build/build-vespa-internal.sh
+++ b/docker/build/build-vespa-internal.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e
if [ $# -ne 3 ]; then