From 2caa92049c0cf8b0c88e75354dfdaba7874aa211 Mon Sep 17 00:00:00 2001 From: Øyvind Grønnesby Date: Tue, 26 Oct 2021 14:06:56 +0200 Subject: Copyright statement --- .../vespa/hosted/controller/api/integration/billing/PlanRegistry.java | 1 + 1 file changed, 1 insertion(+) (limited to 'controller-api') diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/PlanRegistry.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/PlanRegistry.java index 43d47c615c6..23fb1f20fbc 100644 --- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/PlanRegistry.java +++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/PlanRegistry.java @@ -1,3 +1,4 @@ +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.controller.api.integration.billing; import java.util.Optional; -- cgit v1.2.3