aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/mixed_112_dot_product
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/tests/instruction/mixed_112_dot_product')
-rw-r--r--eval/src/tests/instruction/mixed_112_dot_product/CMakeLists.txt2
-rw-r--r--eval/src/tests/instruction/mixed_112_dot_product/mixed_112_dot_product_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/eval/src/tests/instruction/mixed_112_dot_product/CMakeLists.txt b/eval/src/tests/instruction/mixed_112_dot_product/CMakeLists.txt
index fae2f185afb..02c7b74d19a 100644
--- a/eval/src/tests/instruction/mixed_112_dot_product/CMakeLists.txt
+++ b/eval/src/tests/instruction/mixed_112_dot_product/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(eval_mixed_112_dot_product_test_app TEST
SOURCES
mixed_112_dot_product_test.cpp
diff --git a/eval/src/tests/instruction/mixed_112_dot_product/mixed_112_dot_product_test.cpp b/eval/src/tests/instruction/mixed_112_dot_product/mixed_112_dot_product_test.cpp
index d3c4d89cf47..ea4277315a7 100644
--- a/eval/src/tests/instruction/mixed_112_dot_product/mixed_112_dot_product_test.cpp
+++ b/eval/src/tests/instruction/mixed_112_dot_product/mixed_112_dot_product_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/eval/eval/fast_value.h>
#include <vespa/eval/eval/simple_value.h>