aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageapi/buckets
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/storageapi/buckets')
-rw-r--r--storage/src/tests/storageapi/buckets/CMakeLists.txt2
-rw-r--r--storage/src/tests/storageapi/buckets/bucketinfotest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/storageapi/buckets/CMakeLists.txt b/storage/src/tests/storageapi/buckets/CMakeLists.txt
index 7d2bdb77557..daa3926c3ce 100644
--- a/storage/src/tests/storageapi/buckets/CMakeLists.txt
+++ b/storage/src/tests/storageapi/buckets/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_library(storageapi_testbuckets
SOURCES
bucketinfotest.cpp
diff --git a/storage/src/tests/storageapi/buckets/bucketinfotest.cpp b/storage/src/tests/storageapi/buckets/bucketinfotest.cpp
index 25648fa7e96..75359766823 100644
--- a/storage/src/tests/storageapi/buckets/bucketinfotest.cpp
+++ b/storage/src/tests/storageapi/buckets/bucketinfotest.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/storageapi/buckets/bucketinfo.h>
#include <gtest/gtest.h>