aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/logd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'logd/src/logd/CMakeLists.txt')
-rw-r--r--logd/src/logd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/src/logd/CMakeLists.txt b/logd/src/logd/CMakeLists.txt
index a28bbba56c7..ef4ac360881 100644
--- a/logd/src/logd/CMakeLists.txt
+++ b/logd/src/logd/CMakeLists.txt
@@ -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.
# logd is the only cpp module using the protobuf files for the log protocol.
# We have choosen to generate the cpp code where it is used, instead of changing the java logserver module to also generate and export cpp code just for this case.