summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/child_process
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/child_process')
-rw-r--r--vespalib/src/tests/child_process/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/child_process/child_process_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/child_process/CMakeLists.txt b/vespalib/src/tests/child_process/CMakeLists.txt
index f0b078d2dfc..b0503f7b08c 100644
--- a/vespalib/src/tests/child_process/CMakeLists.txt
+++ b/vespalib/src/tests/child_process/CMakeLists.txt
@@ -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.
vespa_add_executable(vespalib_child_process_test_app TEST
SOURCES
child_process_test.cpp
diff --git a/vespalib/src/tests/child_process/child_process_test.cpp b/vespalib/src/tests/child_process/child_process_test.cpp
index ada29cd370d..d8ed707c1bf 100644
--- a/vespalib/src/tests/child_process/child_process_test.cpp
+++ b/vespalib/src/tests/child_process/child_process_test.cpp
@@ -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.
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/vespalib/util/child_process.h>