aboutsummaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2021-09-30 10:11:13 +0000
committerHåvard Pettersen <havardpe@oath.com>2021-09-30 10:11:13 +0000
commit7b5fb381d957b767c81ea86947a2f76eaab3d2a5 (patch)
treec5eab24313f0f4a3aaa4d68ffb1f6c26d2e66650 /eval
parentb0013e8204c9fdf2ad266b124ff36e7efbbd28de (diff)
update copyright
Diffstat (limited to 'eval')
-rw-r--r--eval/src/tests/instruction/best_similarity_function/CMakeLists.txt2
-rw-r--r--eval/src/tests/instruction/best_similarity_function/best_similarity_function_test.cpp2
-rw-r--r--eval/src/vespa/eval/instruction/best_similarity_function.cpp2
-rw-r--r--eval/src/vespa/eval/instruction/best_similarity_function.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/eval/src/tests/instruction/best_similarity_function/CMakeLists.txt b/eval/src/tests/instruction/best_similarity_function/CMakeLists.txt
index fbcf435aad1..dd83f4c72a8 100644
--- a/eval/src/tests/instruction/best_similarity_function/CMakeLists.txt
+++ b/eval/src/tests/instruction/best_similarity_function/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright Verizon Media. 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(eval_best_similarity_function_test_app TEST
SOURCES
best_similarity_function_test.cpp
diff --git a/eval/src/tests/instruction/best_similarity_function/best_similarity_function_test.cpp b/eval/src/tests/instruction/best_similarity_function/best_similarity_function_test.cpp
index 68cdd28fc1c..b461dc756d7 100644
--- a/eval/src/tests/instruction/best_similarity_function/best_similarity_function_test.cpp
+++ b/eval/src/tests/instruction/best_similarity_function/best_similarity_function_test.cpp
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. 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/eval/eval/fast_value.h>
#include <vespa/eval/eval/tensor_function.h>
diff --git a/eval/src/vespa/eval/instruction/best_similarity_function.cpp b/eval/src/vespa/eval/instruction/best_similarity_function.cpp
index e8f401b90b5..a8531d84cf0 100644
--- a/eval/src/vespa/eval/instruction/best_similarity_function.cpp
+++ b/eval/src/vespa/eval/instruction/best_similarity_function.cpp
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. 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 "best_similarity_function.h"
#include <vespa/eval/eval/operation.h>
diff --git a/eval/src/vespa/eval/instruction/best_similarity_function.h b/eval/src/vespa/eval/instruction/best_similarity_function.h
index 25fd44e8f28..5b61eaec085 100644
--- a/eval/src/vespa/eval/instruction/best_similarity_function.h
+++ b/eval/src/vespa/eval/instruction/best_similarity_function.h
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. 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.
#pragma once