summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-10-11 12:03:59 +0200
committerGitHub <noreply@github.com>2023-10-11 12:03:59 +0200
commit8effe89cf75cdf5bff1e3877879ddf02082032e7 (patch)
treedb45462027514403cc257f070ab4a1a12751fb12 /controller-server/src/main/java/com
parentb865f6c966f050b9345056e4154df4fa33e26723 (diff)
parent73c438b12343df5ff7142b7b3d3da6ba14e96c1f (diff)
Merge pull request #28865 from vespa-engine/geirst/update-copyright
Update copyright.
Diffstat (limited to 'controller-server/src/main/java/com')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandler.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandler.java
index 8cb1140134f..459d966698b 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandler.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandler.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.vespa.hosted.controller.restapi.pricing;
import com.yahoo.collections.Pair;