aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/main/java/ai/vespa/client/dsl/EndQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/main/java/ai/vespa/client/dsl/EndQuery.java')
-rw-r--r--client/src/main/java/ai/vespa/client/dsl/EndQuery.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/main/java/ai/vespa/client/dsl/EndQuery.java b/client/src/main/java/ai/vespa/client/dsl/EndQuery.java
index d1d4b6eb883..03ad6a5921d 100644
--- a/client/src/main/java/ai/vespa/client/dsl/EndQuery.java
+++ b/client/src/main/java/ai/vespa/client/dsl/EndQuery.java
@@ -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.
package ai.vespa.client.dsl;
import java.util.ArrayList;
@@ -192,4 +192,4 @@ public class EndQuery {
return sb.toString();
}
-} \ No newline at end of file
+}