From 7803be46b1c56e4c81ebe3f6a187302af620987e Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 7 Oct 2021 10:50:13 +0200 Subject: Update 2018 copyright notices. --- document/src/main/java/com/yahoo/document/Document.java | 2 +- document/src/main/java/com/yahoo/document/DocumentGet.java | 2 +- document/src/main/java/com/yahoo/document/FixedBucketSpaces.java | 2 +- document/src/tests/document_type_repo_factory/CMakeLists.txt | 2 +- .../document_type_repo_factory/document_type_repo_factory_test.cpp | 2 +- document/src/vespa/document/repo/document_type_repo_factory.cpp | 2 +- document/src/vespa/document/repo/document_type_repo_factory.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'document/src') diff --git a/document/src/main/java/com/yahoo/document/Document.java b/document/src/main/java/com/yahoo/document/Document.java index 568fe9265d5..1a29bf29191 100644 --- a/document/src/main/java/com/yahoo/document/Document.java +++ b/document/src/main/java/com/yahoo/document/Document.java @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. 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. package com.yahoo.document; import com.yahoo.document.datatypes.FieldValue; diff --git a/document/src/main/java/com/yahoo/document/DocumentGet.java b/document/src/main/java/com/yahoo/document/DocumentGet.java index 0cf67f54b65..b35ec5e00ef 100644 --- a/document/src/main/java/com/yahoo/document/DocumentGet.java +++ b/document/src/main/java/com/yahoo/document/DocumentGet.java @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. 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. package com.yahoo.document; /** diff --git a/document/src/main/java/com/yahoo/document/FixedBucketSpaces.java b/document/src/main/java/com/yahoo/document/FixedBucketSpaces.java index a225f5aa088..e20affb80b0 100644 --- a/document/src/main/java/com/yahoo/document/FixedBucketSpaces.java +++ b/document/src/main/java/com/yahoo/document/FixedBucketSpaces.java @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. 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. package com.yahoo.document; /** diff --git a/document/src/tests/document_type_repo_factory/CMakeLists.txt b/document/src/tests/document_type_repo_factory/CMakeLists.txt index 9a9bf04fa4a..67d5b2df6de 100644 --- a/document/src/tests/document_type_repo_factory/CMakeLists.txt +++ b/document/src/tests/document_type_repo_factory/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2018 Yahoo Holdings. 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(document_document_type_repo_factory_test_app TEST SOURCES document_type_repo_factory_test.cpp diff --git a/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp b/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp index 091bca5fa8a..16080266ac0 100644 --- a/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp +++ b/document/src/tests/document_type_repo_factory/document_type_repo_factory_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. 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 #include diff --git a/document/src/vespa/document/repo/document_type_repo_factory.cpp b/document/src/vespa/document/repo/document_type_repo_factory.cpp index 7033d29c7c2..e6fc47f7e78 100644 --- a/document/src/vespa/document/repo/document_type_repo_factory.cpp +++ b/document/src/vespa/document/repo/document_type_repo_factory.cpp @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. 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 "document_type_repo_factory.h" #include "documenttyperepo.h" diff --git a/document/src/vespa/document/repo/document_type_repo_factory.h b/document/src/vespa/document/repo/document_type_repo_factory.h index eab8d7a2879..4dc75a04e38 100644 --- a/document/src/vespa/document/repo/document_type_repo_factory.h +++ b/document/src/vespa/document/repo/document_type_repo_factory.h @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. 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 -- cgit v1.2.3