aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-resource-limits
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/apps/vespa-resource-limits')
-rw-r--r--vespalib/src/apps/vespa-resource-limits/CMakeLists.txt2
-rw-r--r--vespalib/src/apps/vespa-resource-limits/resource_limits.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/apps/vespa-resource-limits/CMakeLists.txt b/vespalib/src/apps/vespa-resource-limits/CMakeLists.txt
index 566b23058cf..f11849c733a 100644
--- a/vespalib/src/apps/vespa-resource-limits/CMakeLists.txt
+++ b/vespalib/src/apps/vespa-resource-limits/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.
vespa_add_executable(vespalib_vespa-resource-limits_app
SOURCES
resource_limits.cpp
diff --git a/vespalib/src/apps/vespa-resource-limits/resource_limits.cpp b/vespalib/src/apps/vespa-resource-limits/resource_limits.cpp
index 59bea7d0fd8..63847b80626 100644
--- a/vespalib/src/apps/vespa-resource-limits/resource_limits.cpp
+++ b/vespalib/src/apps/vespa-resource-limits/resource_limits.cpp
@@ -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.
#include <vespa/vespalib/util/resource_limits.h>
#include <iostream>