From 0c55dc92a3bf889c67fac1ca855e6e33e1994904 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 9 Oct 2023 09:44:29 +0200 Subject: Update copyright --- vespalib/src/tests/util/bfloat16/CMakeLists.txt | 2 +- vespalib/src/tests/util/bfloat16/bfloat16_test.cpp | 2 +- vespalib/src/tests/util/cgroup_resource_limits/CMakeLists.txt | 2 +- .../tests/util/cgroup_resource_limits/cgroup_resource_limits_test.cpp | 2 +- vespalib/src/tests/util/file_area_freelist/CMakeLists.txt | 2 +- vespalib/src/tests/util/file_area_freelist/file_area_freelist_test.cpp | 2 +- vespalib/src/tests/util/generation_hold_list/CMakeLists.txt | 2 +- .../src/tests/util/generation_hold_list/generation_hold_list_test.cpp | 2 +- vespalib/src/tests/util/generationhandler/CMakeLists.txt | 2 +- vespalib/src/tests/util/generationhandler/generationhandler_test.cpp | 2 +- vespalib/src/tests/util/generationhandler_stress/CMakeLists.txt | 2 +- .../util/generationhandler_stress/generation_handler_stress_test.cpp | 2 +- vespalib/src/tests/util/hamming/CMakeLists.txt | 2 +- vespalib/src/tests/util/hamming/hamming_test.cpp | 2 +- vespalib/src/tests/util/md5/CMakeLists.txt | 2 +- vespalib/src/tests/util/md5/md5_test.cpp | 2 +- vespalib/src/tests/util/memory_trap/CMakeLists.txt | 2 +- vespalib/src/tests/util/memory_trap/memory_trap_test.cpp | 2 +- vespalib/src/tests/util/mmap_file_allocator/CMakeLists.txt | 2 +- .../src/tests/util/mmap_file_allocator/mmap_file_allocator_test.cpp | 2 +- vespalib/src/tests/util/mmap_file_allocator_factory/CMakeLists.txt | 2 +- .../mmap_file_allocator_factory/mmap_file_allocator_factory_test.cpp | 2 +- vespalib/src/tests/util/process_memory_stats/CMakeLists.txt | 2 +- .../src/tests/util/process_memory_stats/process_memory_stats_test.cpp | 2 +- .../src/tests/util/process_memory_stats/process_memory_stats_test.sh | 2 +- vespalib/src/tests/util/rcuvector/CMakeLists.txt | 2 +- vespalib/src/tests/util/rcuvector/rcuvector_test.cpp | 2 +- vespalib/src/tests/util/size_literals/CMakeLists.txt | 2 +- vespalib/src/tests/util/size_literals/size_literals_test.cpp | 2 +- vespalib/src/tests/util/static_string/CMakeLists.txt | 2 +- vespalib/src/tests/util/static_string/static_string_test.cpp | 2 +- vespalib/src/tests/util/string_escape/CMakeLists.txt | 2 +- vespalib/src/tests/util/string_escape/string_escape_test.cpp | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) (limited to 'vespalib/src/tests/util') diff --git a/vespalib/src/tests/util/bfloat16/CMakeLists.txt b/vespalib/src/tests/util/bfloat16/CMakeLists.txt index fa5a8ae4fe2..6a6ed9b1997 100644 --- a/vespalib/src/tests/util/bfloat16/CMakeLists.txt +++ b/vespalib/src/tests/util/bfloat16/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. if(EXISTS /opt/vespa-deps/include/onnxruntime/core/framework/endian.h) vespa_add_executable(vespalib_bfloat16_test_app TEST SOURCES diff --git a/vespalib/src/tests/util/bfloat16/bfloat16_test.cpp b/vespalib/src/tests/util/bfloat16/bfloat16_test.cpp index 69e61fc530b..b0d93dde7d3 100644 --- a/vespalib/src/tests/util/bfloat16/bfloat16_test.cpp +++ b/vespalib/src/tests/util/bfloat16/bfloat16_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 diff --git a/vespalib/src/tests/util/cgroup_resource_limits/CMakeLists.txt b/vespalib/src/tests/util/cgroup_resource_limits/CMakeLists.txt index 79414f9ef9f..d7e99fcde29 100644 --- a/vespalib/src/tests/util/cgroup_resource_limits/CMakeLists.txt +++ b/vespalib/src/tests/util/cgroup_resource_limits/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_cgroup_resource_limits_test_app TEST SOURCES cgroup_resource_limits_test.cpp diff --git a/vespalib/src/tests/util/cgroup_resource_limits/cgroup_resource_limits_test.cpp b/vespalib/src/tests/util/cgroup_resource_limits/cgroup_resource_limits_test.cpp index a4e57f69ab8..77c109bb6eb 100644 --- a/vespalib/src/tests/util/cgroup_resource_limits/cgroup_resource_limits_test.cpp +++ b/vespalib/src/tests/util/cgroup_resource_limits/cgroup_resource_limits_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 diff --git a/vespalib/src/tests/util/file_area_freelist/CMakeLists.txt b/vespalib/src/tests/util/file_area_freelist/CMakeLists.txt index 13e821d1f95..30303eaed21 100644 --- a/vespalib/src/tests/util/file_area_freelist/CMakeLists.txt +++ b/vespalib/src/tests/util/file_area_freelist/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_file_area_freelist_test_app TEST SOURCES file_area_freelist_test.cpp diff --git a/vespalib/src/tests/util/file_area_freelist/file_area_freelist_test.cpp b/vespalib/src/tests/util/file_area_freelist/file_area_freelist_test.cpp index e844a66f5e9..470680e0f8f 100644 --- a/vespalib/src/tests/util/file_area_freelist/file_area_freelist_test.cpp +++ b/vespalib/src/tests/util/file_area_freelist/file_area_freelist_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 diff --git a/vespalib/src/tests/util/generation_hold_list/CMakeLists.txt b/vespalib/src/tests/util/generation_hold_list/CMakeLists.txt index c85b2537745..bf607a6fec6 100644 --- a/vespalib/src/tests/util/generation_hold_list/CMakeLists.txt +++ b/vespalib/src/tests/util/generation_hold_list/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_generation_hold_list_test_app TEST SOURCES generation_hold_list_test.cpp diff --git a/vespalib/src/tests/util/generation_hold_list/generation_hold_list_test.cpp b/vespalib/src/tests/util/generation_hold_list/generation_hold_list_test.cpp index 7e56e17990c..2d8da961433 100644 --- a/vespalib/src/tests/util/generation_hold_list/generation_hold_list_test.cpp +++ b/vespalib/src/tests/util/generation_hold_list/generation_hold_list_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 diff --git a/vespalib/src/tests/util/generationhandler/CMakeLists.txt b/vespalib/src/tests/util/generationhandler/CMakeLists.txt index fdf54c59854..10cb0b00060 100644 --- a/vespalib/src/tests/util/generationhandler/CMakeLists.txt +++ b/vespalib/src/tests/util/generationhandler/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_generationhandler_test_app TEST SOURCES generationhandler_test.cpp diff --git a/vespalib/src/tests/util/generationhandler/generationhandler_test.cpp b/vespalib/src/tests/util/generationhandler/generationhandler_test.cpp index 0bc72f93a9d..383a46fbef9 100644 --- a/vespalib/src/tests/util/generationhandler/generationhandler_test.cpp +++ b/vespalib/src/tests/util/generationhandler/generationhandler_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 diff --git a/vespalib/src/tests/util/generationhandler_stress/CMakeLists.txt b/vespalib/src/tests/util/generationhandler_stress/CMakeLists.txt index 7e5a5af79b5..69670dab84c 100644 --- a/vespalib/src/tests/util/generationhandler_stress/CMakeLists.txt +++ b/vespalib/src/tests/util/generationhandler_stress/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_generation_handler_stress_test_app SOURCES generation_handler_stress_test.cpp diff --git a/vespalib/src/tests/util/generationhandler_stress/generation_handler_stress_test.cpp b/vespalib/src/tests/util/generationhandler_stress/generation_handler_stress_test.cpp index 4abae54e06f..785b7e1bb46 100644 --- a/vespalib/src/tests/util/generationhandler_stress/generation_handler_stress_test.cpp +++ b/vespalib/src/tests/util/generationhandler_stress/generation_handler_stress_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 diff --git a/vespalib/src/tests/util/hamming/CMakeLists.txt b/vespalib/src/tests/util/hamming/CMakeLists.txt index 3247f6417b2..5c317627200 100644 --- a/vespalib/src/tests/util/hamming/CMakeLists.txt +++ b/vespalib/src/tests/util/hamming/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_hamming_test_app TEST SOURCES hamming_test.cpp diff --git a/vespalib/src/tests/util/hamming/hamming_test.cpp b/vespalib/src/tests/util/hamming/hamming_test.cpp index 83cf1d4d846..7d0d275e6d4 100644 --- a/vespalib/src/tests/util/hamming/hamming_test.cpp +++ b/vespalib/src/tests/util/hamming/hamming_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 diff --git a/vespalib/src/tests/util/md5/CMakeLists.txt b/vespalib/src/tests/util/md5/CMakeLists.txt index a36c1444e2d..d401d0e2a41 100644 --- a/vespalib/src/tests/util/md5/CMakeLists.txt +++ b/vespalib/src/tests/util/md5/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_md5_test_app TEST SOURCES md5_test.cpp diff --git a/vespalib/src/tests/util/md5/md5_test.cpp b/vespalib/src/tests/util/md5/md5_test.cpp index c4bf2ec923b..ce48aeb5c7c 100644 --- a/vespalib/src/tests/util/md5/md5_test.cpp +++ b/vespalib/src/tests/util/md5/md5_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 #include diff --git a/vespalib/src/tests/util/memory_trap/CMakeLists.txt b/vespalib/src/tests/util/memory_trap/CMakeLists.txt index c3241b0ad93..cc38296a928 100644 --- a/vespalib/src/tests/util/memory_trap/CMakeLists.txt +++ b/vespalib/src/tests/util/memory_trap/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_util_memory_trap_test_app TEST SOURCES memory_trap_test.cpp diff --git a/vespalib/src/tests/util/memory_trap/memory_trap_test.cpp b/vespalib/src/tests/util/memory_trap/memory_trap_test.cpp index b06ae8f5585..a220e81f3a3 100644 --- a/vespalib/src/tests/util/memory_trap/memory_trap_test.cpp +++ b/vespalib/src/tests/util/memory_trap/memory_trap_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 diff --git a/vespalib/src/tests/util/mmap_file_allocator/CMakeLists.txt b/vespalib/src/tests/util/mmap_file_allocator/CMakeLists.txt index c055b75ff17..c671b4df572 100644 --- a/vespalib/src/tests/util/mmap_file_allocator/CMakeLists.txt +++ b/vespalib/src/tests/util/mmap_file_allocator/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_mmap_file_allocator_test_app TEST SOURCES mmap_file_allocator_test.cpp diff --git a/vespalib/src/tests/util/mmap_file_allocator/mmap_file_allocator_test.cpp b/vespalib/src/tests/util/mmap_file_allocator/mmap_file_allocator_test.cpp index c6971c0d803..cf6227de4db 100644 --- a/vespalib/src/tests/util/mmap_file_allocator/mmap_file_allocator_test.cpp +++ b/vespalib/src/tests/util/mmap_file_allocator/mmap_file_allocator_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 diff --git a/vespalib/src/tests/util/mmap_file_allocator_factory/CMakeLists.txt b/vespalib/src/tests/util/mmap_file_allocator_factory/CMakeLists.txt index 8e754575623..03fbd04821b 100644 --- a/vespalib/src/tests/util/mmap_file_allocator_factory/CMakeLists.txt +++ b/vespalib/src/tests/util/mmap_file_allocator_factory/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_mmap_file_allocator_factory_test_app TEST SOURCES mmap_file_allocator_factory_test.cpp diff --git a/vespalib/src/tests/util/mmap_file_allocator_factory/mmap_file_allocator_factory_test.cpp b/vespalib/src/tests/util/mmap_file_allocator_factory/mmap_file_allocator_factory_test.cpp index 346c415ff9b..bda19a143d3 100644 --- a/vespalib/src/tests/util/mmap_file_allocator_factory/mmap_file_allocator_factory_test.cpp +++ b/vespalib/src/tests/util/mmap_file_allocator_factory/mmap_file_allocator_factory_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 diff --git a/vespalib/src/tests/util/process_memory_stats/CMakeLists.txt b/vespalib/src/tests/util/process_memory_stats/CMakeLists.txt index 30a0f90d952..cecccc35fd9 100644 --- a/vespalib/src/tests/util/process_memory_stats/CMakeLists.txt +++ b/vespalib/src/tests/util/process_memory_stats/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_process_memory_stats_test_app TEST SOURCES process_memory_stats_test.cpp diff --git a/vespalib/src/tests/util/process_memory_stats/process_memory_stats_test.cpp b/vespalib/src/tests/util/process_memory_stats/process_memory_stats_test.cpp index 6d0917e6d15..e3960c1e5bb 100644 --- a/vespalib/src/tests/util/process_memory_stats/process_memory_stats_test.cpp +++ b/vespalib/src/tests/util/process_memory_stats/process_memory_stats_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 diff --git a/vespalib/src/tests/util/process_memory_stats/process_memory_stats_test.sh b/vespalib/src/tests/util/process_memory_stats/process_memory_stats_test.sh index 7fe5261ab2d..6c839b08e2d 100755 --- a/vespalib/src/tests/util/process_memory_stats/process_memory_stats_test.sh +++ b/vespalib/src/tests/util/process_memory_stats/process_memory_stats_test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# 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. set -e rm -f mapfile $VALGRIND ./vespalib_process_memory_stats_test_app diff --git a/vespalib/src/tests/util/rcuvector/CMakeLists.txt b/vespalib/src/tests/util/rcuvector/CMakeLists.txt index 6b29b73305b..ddc572ca825 100644 --- a/vespalib/src/tests/util/rcuvector/CMakeLists.txt +++ b/vespalib/src/tests/util/rcuvector/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_rcuvector_test_app TEST SOURCES rcuvector_test.cpp diff --git a/vespalib/src/tests/util/rcuvector/rcuvector_test.cpp b/vespalib/src/tests/util/rcuvector/rcuvector_test.cpp index 2c5af5c02ec..134c697bd3f 100644 --- a/vespalib/src/tests/util/rcuvector/rcuvector_test.cpp +++ b/vespalib/src/tests/util/rcuvector/rcuvector_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 diff --git a/vespalib/src/tests/util/size_literals/CMakeLists.txt b/vespalib/src/tests/util/size_literals/CMakeLists.txt index 178eed6b9d4..0c32d81482c 100644 --- a/vespalib/src/tests/util/size_literals/CMakeLists.txt +++ b/vespalib/src/tests/util/size_literals/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_size_literals_test_app TEST SOURCES size_literals_test.cpp diff --git a/vespalib/src/tests/util/size_literals/size_literals_test.cpp b/vespalib/src/tests/util/size_literals/size_literals_test.cpp index 65f015c9962..93a0ee5cdb7 100644 --- a/vespalib/src/tests/util/size_literals/size_literals_test.cpp +++ b/vespalib/src/tests/util/size_literals/size_literals_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 diff --git a/vespalib/src/tests/util/static_string/CMakeLists.txt b/vespalib/src/tests/util/static_string/CMakeLists.txt index 14360470b6b..508466d4c73 100644 --- a/vespalib/src/tests/util/static_string/CMakeLists.txt +++ b/vespalib/src/tests/util/static_string/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_static_string_test_app TEST SOURCES static_string_test.cpp diff --git a/vespalib/src/tests/util/static_string/static_string_test.cpp b/vespalib/src/tests/util/static_string/static_string_test.cpp index d91fb613f0a..daaf7c0dae8 100644 --- a/vespalib/src/tests/util/static_string/static_string_test.cpp +++ b/vespalib/src/tests/util/static_string/static_string_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 diff --git a/vespalib/src/tests/util/string_escape/CMakeLists.txt b/vespalib/src/tests/util/string_escape/CMakeLists.txt index 98d4e7bd253..86885fc66ef 100644 --- a/vespalib/src/tests/util/string_escape/CMakeLists.txt +++ b/vespalib/src/tests/util/string_escape/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_util_string_escape_test_app TEST SOURCES string_escape_test.cpp diff --git a/vespalib/src/tests/util/string_escape/string_escape_test.cpp b/vespalib/src/tests/util/string_escape/string_escape_test.cpp index 1ee2c08fbc3..313fc5eac60 100644 --- a/vespalib/src/tests/util/string_escape/string_escape_test.cpp +++ b/vespalib/src/tests/util/string_escape/string_escape_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