aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog/src/test/log_message
diff options
context:
space:
mode:
Diffstat (limited to 'vespalog/src/test/log_message')
-rw-r--r--vespalog/src/test/log_message/CMakeLists.txt2
-rw-r--r--vespalog/src/test/log_message/log_message_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespalog/src/test/log_message/CMakeLists.txt b/vespalog/src/test/log_message/CMakeLists.txt
index c5e9a6eaa9e..0f1a7d45010 100644
--- a/vespalog/src/test/log_message/CMakeLists.txt
+++ b/vespalog/src/test/log_message/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(vespalog_log_message_test_app TEST
SOURCES
log_message_test.cpp
diff --git a/vespalog/src/test/log_message/log_message_test.cpp b/vespalog/src/test/log_message/log_message_test.cpp
index 02e58feca94..38cee980478 100644
--- a/vespalog/src/test/log_message/log_message_test.cpp
+++ b/vespalog/src/test/log_message/log_message_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 <gtest/gtest.h>
#include <vespa/log/log_message.h>