aboutsummaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-07 11:07:28 +0200
committergjoranv <gv@verizonmedia.com>2021-10-07 11:10:10 +0200
commitf061d579390d7daea241be3c746988fc43fa3e78 (patch)
tree558f80d212213b1362616cb1f63287e6f7729898 /metrics
parenta416818f9074006ed0a6f98dfd1f887eebc05141 (diff)
Update Verizon Media copyright notices.
Diffstat (limited to 'metrics')
-rw-r--r--metrics/src/vespa/metrics/common/CMakeLists.txt2
-rw-r--r--metrics/src/vespa/metrics/updatehook.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/metrics/src/vespa/metrics/common/CMakeLists.txt b/metrics/src/vespa/metrics/common/CMakeLists.txt
index 50183655dad..3819994af4c 100644
--- a/metrics/src/vespa/metrics/common/CMakeLists.txt
+++ b/metrics/src/vespa/metrics/common/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright Verizon Media. 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.
vespa_add_library(metrics_common OBJECT
SOURCES
memory_usage_metrics.cpp
diff --git a/metrics/src/vespa/metrics/updatehook.cpp b/metrics/src/vespa/metrics/updatehook.cpp
index b627d55b09e..4282cc98fb2 100644
--- a/metrics/src/vespa/metrics/updatehook.cpp
+++ b/metrics/src/vespa/metrics/updatehook.cpp
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. 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.
#include "updatehook.h"