aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-stress-and-validate-memory
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/apps/vespa-stress-and-validate-memory')
-rw-r--r--vespalib/src/apps/vespa-stress-and-validate-memory/CMakeLists.txt2
-rw-r--r--vespalib/src/apps/vespa-stress-and-validate-memory/stress_and_validate_memory.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/apps/vespa-stress-and-validate-memory/CMakeLists.txt b/vespalib/src/apps/vespa-stress-and-validate-memory/CMakeLists.txt
index 17ea9d709df..e5935fd54fc 100644
--- a/vespalib/src/apps/vespa-stress-and-validate-memory/CMakeLists.txt
+++ b/vespalib/src/apps/vespa-stress-and-validate-memory/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_stress-and-validate-memory_app
SOURCES
stress_and_validate_memory.cpp
diff --git a/vespalib/src/apps/vespa-stress-and-validate-memory/stress_and_validate_memory.cpp b/vespalib/src/apps/vespa-stress-and-validate-memory/stress_and_validate_memory.cpp
index e31f5e6413e..e278af51a2e 100644
--- a/vespalib/src/apps/vespa-stress-and-validate-memory/stress_and_validate_memory.cpp
+++ b/vespalib/src/apps/vespa-stress-and-validate-memory/stress_and_validate_memory.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/mmap_file_allocator.h>
#include <vespa/vespalib/util/size_literals.h>