summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-07 11:16:25 +0200
committerGitHub <noreply@github.com>2021-10-07 11:16:25 +0200
commitdd1f85033c5c28360e46fadebbd5eeac3855e2d2 (patch)
tree187e24d0518ccee0dd79c55472778e963d8a01a3 /client
parent9267c34bc474f86b2caee5b871a7e8da0324f573 (diff)
parentb6a46f86103ab216ac91930648147fbac42881b7 (diff)
Merge pull request #19453 from vespa-engine/update-copyrights
Update copyrights
Diffstat (limited to 'client')
-rw-r--r--client/README.md2
-rw-r--r--client/go/Makefile2
-rw-r--r--client/pom.xml2
-rw-r--r--client/src/main/java/ai/vespa/client/dsl/Text.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/client/README.md b/client/README.md
index 047276455ec..dd149aa4948 100644
--- a/client/README.md
+++ b/client/README.md
@@ -1,4 +1,4 @@
-<!-- Copyright Verizon Media. 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_query_dsl
This lib is used for composing vespa YQL queries
diff --git a/client/go/Makefile b/client/go/Makefile
index 49b7c64f5e7..fffc37a68a1 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -1,4 +1,4 @@
-# Copyright Verizon Media. 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.
# The version to release. Defaults to the current tag or revision.
# Use env VERSION=X.Y.Z make ... to override
diff --git a/client/pom.xml b/client/pom.xml
index ccf980f11dc..816941d7b7f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright Verizon Media. 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. -->
<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/xsd/maven-4.0.0.xsd">
diff --git a/client/src/main/java/ai/vespa/client/dsl/Text.java b/client/src/main/java/ai/vespa/client/dsl/Text.java
index 98138e5e61a..aca43d40b6a 100644
--- a/client/src/main/java/ai/vespa/client/dsl/Text.java
+++ b/client/src/main/java/ai/vespa/client/dsl/Text.java
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. 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 ai.vespa.client.dsl;