From 0c55dc92a3bf889c67fac1ca855e6e33e1994904 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 9 Oct 2023 09:44:29 +0200 Subject: Update copyright --- streamingvisitors/src/tests/searchvisitor/CMakeLists.txt | 2 +- streamingvisitors/src/tests/searchvisitor/cfg/generate.sh | 1 + streamingvisitors/src/tests/searchvisitor/cfg/test.sd | 1 + streamingvisitors/src/tests/searchvisitor/searchvisitor_test.cpp | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) (limited to 'streamingvisitors/src/tests/searchvisitor') diff --git a/streamingvisitors/src/tests/searchvisitor/CMakeLists.txt b/streamingvisitors/src/tests/searchvisitor/CMakeLists.txt index 645513c33bc..87a1098f52d 100644 --- a/streamingvisitors/src/tests/searchvisitor/CMakeLists.txt +++ b/streamingvisitors/src/tests/searchvisitor/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(streamingvisitors_searchvisitor_test_app TEST SOURCES searchvisitor_test.cpp diff --git a/streamingvisitors/src/tests/searchvisitor/cfg/generate.sh b/streamingvisitors/src/tests/searchvisitor/cfg/generate.sh index 8a107453373..73301695f2d 100755 --- a/streamingvisitors/src/tests/searchvisitor/cfg/generate.sh +++ b/streamingvisitors/src/tests/searchvisitor/cfg/generate.sh @@ -1,4 +1,5 @@ #!/bin/sh +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. # Use this script to generate config files based on test.sd: # ./generate.sh diff --git a/streamingvisitors/src/tests/searchvisitor/cfg/test.sd b/streamingvisitors/src/tests/searchvisitor/cfg/test.sd index ba2be3f1d93..319c23827e4 100644 --- a/streamingvisitors/src/tests/searchvisitor/cfg/test.sd +++ b/streamingvisitors/src/tests/searchvisitor/cfg/test.sd @@ -1,3 +1,4 @@ +# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema test { document test { field id type int { diff --git a/streamingvisitors/src/tests/searchvisitor/searchvisitor_test.cpp b/streamingvisitors/src/tests/searchvisitor/searchvisitor_test.cpp index 5fd813bfda5..7cf333a4bee 100644 --- a/streamingvisitors/src/tests/searchvisitor/searchvisitor_test.cpp +++ b/streamingvisitors/src/tests/searchvisitor/searchvisitor_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 #include -- cgit v1.2.3