summaryrefslogtreecommitdiffstats
path: root/container-documentapi
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-10-09 09:44:29 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-10-09 09:44:29 +0200
commit0c55dc92a3bf889c67fac1ca855e6e33e1994904 (patch)
treefaa7492f28fce7fa4ac605985a10bf9218d019ec /container-documentapi
parentb09acf5a94ff3fe7b70381478fedcc242d965c32 (diff)
Update copyright
Diffstat (limited to 'container-documentapi')
-rw-r--r--container-documentapi/README.md4
-rw-r--r--container-documentapi/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/container-documentapi/README.md b/container-documentapi/README.md
index 50fae973d98..7884f943142 100644
--- a/container-documentapi/README.md
+++ b/container-documentapi/README.md
@@ -1,8 +1,8 @@
-<!-- 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. -->
# Documentapi
Dependency artifact for building container bundles.
To build standalone document clients, use `documentapi` instead.
The actual java code remains in `documentapi`, becuase it uses
-common test files with the C++ code in the same module. \ No newline at end of file
+common test files with the C++ code in the same module.
diff --git a/container-documentapi/pom.xml b/container-documentapi/pom.xml
index 395c91a3df2..fbccc1a5184 100644
--- a/container-documentapi/pom.xml
+++ b/container-documentapi/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- 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. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>