From 6702df6ac321d674b764de525ae5ea503cb46d31 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Wed, 27 Oct 2021 15:12:24 +0200 Subject: Update 2019 Oath copyrights. --- .../src/main/java/ai/vespa/metricsproxy/http/yamas/YamasHandler.java | 2 +- .../src/main/java/ai/vespa/metricsproxy/node/NodeMetricGatherer.java | 2 +- .../src/main/java/ai/vespa/metricsproxy/node/ServiceHealthGatherer.java | 2 +- .../src/main/resources/configdefinitions/application-dimensions.def | 2 +- metrics-proxy/src/main/resources/configdefinitions/consumers.def | 2 +- metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def | 2 +- metrics-proxy/src/main/resources/configdefinitions/monitoring.def | 2 +- metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def | 2 +- metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def | 2 +- metrics-proxy/src/main/resources/configdefinitions/telegraf.def | 2 +- metrics-proxy/src/main/resources/configdefinitions/vespa-services.def | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'metrics-proxy') diff --git a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/yamas/YamasHandler.java b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/yamas/YamasHandler.java index 0e1c818a7c2..822f4e0b5d5 100644 --- a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/yamas/YamasHandler.java +++ b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/yamas/YamasHandler.java @@ -1,4 +1,4 @@ -// Copyright 2019 Oath Inc. 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.metricsproxy.http.yamas; import ai.vespa.metricsproxy.core.MetricsConsumers; diff --git a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/NodeMetricGatherer.java b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/NodeMetricGatherer.java index 0e0511967a3..5aa95e9efc0 100644 --- a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/NodeMetricGatherer.java +++ b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/NodeMetricGatherer.java @@ -1,4 +1,4 @@ -// Copyright 2019 Oath Inc. 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.metricsproxy.node; import ai.vespa.metricsproxy.core.MetricsManager; diff --git a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/ServiceHealthGatherer.java b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/ServiceHealthGatherer.java index f9106b60ab2..5f8cbf0784d 100644 --- a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/ServiceHealthGatherer.java +++ b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/node/ServiceHealthGatherer.java @@ -1,4 +1,4 @@ -// Copyright 2019 Oath Inc. 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.metricsproxy.node; import ai.vespa.metricsproxy.metric.HealthMetric; diff --git a/metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def b/metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def index 41b384193e5..f2df8cc5307 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def +++ b/metrics-proxy/src/main/resources/configdefinitions/application-dimensions.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.metric.dimensions # Dimensions based on application properties diff --git a/metrics-proxy/src/main/resources/configdefinitions/consumers.def b/metrics-proxy/src/main/resources/configdefinitions/consumers.def index a1828b1320c..f4756c71fc3 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/consumers.def +++ b/metrics-proxy/src/main/resources/configdefinitions/consumers.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.core # Consumers with metric definitions diff --git a/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def b/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def index ca06148638f..a5913f6af96 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def +++ b/metrics-proxy/src/main/resources/configdefinitions/metrics-nodes.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.http.application # TODO: remove, unused diff --git a/metrics-proxy/src/main/resources/configdefinitions/monitoring.def b/metrics-proxy/src/main/resources/configdefinitions/monitoring.def index c7c00aeeaec..02cf82540d5 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/monitoring.def +++ b/metrics-proxy/src/main/resources/configdefinitions/monitoring.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.core # The rate at which metrics are passed to the monitoring system. Currently (Apr 2019) only used by SystemPoller. diff --git a/metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def b/metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def index 917cd165a9f..6932db7783b 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def +++ b/metrics-proxy/src/main/resources/configdefinitions/node-dimensions.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.metric.dimensions # Dimensions based on node properties diff --git a/metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def b/metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def index 7a8450780de..2ca4de107f2 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def +++ b/metrics-proxy/src/main/resources/configdefinitions/rpc-connector.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.rpc port int diff --git a/metrics-proxy/src/main/resources/configdefinitions/telegraf.def b/metrics-proxy/src/main/resources/configdefinitions/telegraf.def index ba58f6e6817..d92997879aa 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/telegraf.def +++ b/metrics-proxy/src/main/resources/configdefinitions/telegraf.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.telegraf isHostedVespa bool default=false diff --git a/metrics-proxy/src/main/resources/configdefinitions/vespa-services.def b/metrics-proxy/src/main/resources/configdefinitions/vespa-services.def index 146411cede4..28007307f26 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/vespa-services.def +++ b/metrics-proxy/src/main/resources/configdefinitions/vespa-services.def @@ -1,4 +1,4 @@ -# Copyright 2019 Oath Inc. 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.metricsproxy.service # Services with service id and the http port for the metrics page -- cgit v1.2.3