aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/issue
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/issue')
-rw-r--r--vespalib/src/tests/issue/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/issue/issue_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/issue/CMakeLists.txt b/vespalib/src/tests/issue/CMakeLists.txt
index 7c8147979d7..b51e24a5e32 100644
--- a/vespalib/src/tests/issue/CMakeLists.txt
+++ b/vespalib/src/tests/issue/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_issue_test_app TEST
SOURCES
issue_test.cpp
diff --git a/vespalib/src/tests/issue/issue_test.cpp b/vespalib/src/tests/issue/issue_test.cpp
index 4799e032da2..366c7a64df9 100644
--- a/vespalib/src/tests/issue/issue_test.cpp
+++ b/vespalib/src/tests/issue/issue_test.cpp
@@ -1,4 +1,4 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/util/issue.h>
#include <vespa/vespalib/gtest/gtest.h>