aboutsummaryrefslogtreecommitdiffstats
path: root/testutil/src/main/java/com/yahoo/test/json
diff options
context:
space:
mode:
Diffstat (limited to 'testutil/src/main/java/com/yahoo/test/json')
-rw-r--r--testutil/src/main/java/com/yahoo/test/json/JsonBuilder.java2
-rw-r--r--testutil/src/main/java/com/yahoo/test/json/JsonNodeFormatter.java2
-rw-r--r--testutil/src/main/java/com/yahoo/test/json/JsonTestHelper.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/testutil/src/main/java/com/yahoo/test/json/JsonBuilder.java b/testutil/src/main/java/com/yahoo/test/json/JsonBuilder.java
index bbb8586a290..c77d7f78476 100644
--- a/testutil/src/main/java/com/yahoo/test/json/JsonBuilder.java
+++ b/testutil/src/main/java/com/yahoo/test/json/JsonBuilder.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 com.yahoo.test.json;
import com.fasterxml.jackson.core.io.JsonStringEncoder;
diff --git a/testutil/src/main/java/com/yahoo/test/json/JsonNodeFormatter.java b/testutil/src/main/java/com/yahoo/test/json/JsonNodeFormatter.java
index d0e07e66e0b..8e7b23c7f93 100644
--- a/testutil/src/main/java/com/yahoo/test/json/JsonNodeFormatter.java
+++ b/testutil/src/main/java/com/yahoo/test/json/JsonNodeFormatter.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 com.yahoo.test.json;
import com.fasterxml.jackson.databind.JsonNode;
diff --git a/testutil/src/main/java/com/yahoo/test/json/JsonTestHelper.java b/testutil/src/main/java/com/yahoo/test/json/JsonTestHelper.java
index 589cc3ab4ef..575c2f52b88 100644
--- a/testutil/src/main/java/com/yahoo/test/json/JsonTestHelper.java
+++ b/testutil/src/main/java/com/yahoo/test/json/JsonTestHelper.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 com.yahoo.test.json;
import com.fasterxml.jackson.core.JsonProcessingException;