aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/process
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/vespa/vespalib/process')
-rw-r--r--vespalib/src/vespa/vespalib/process/CMakeLists.txt2
-rw-r--r--vespalib/src/vespa/vespalib/process/close_all_files.cpp2
-rw-r--r--vespalib/src/vespa/vespalib/process/close_all_files.h2
-rw-r--r--vespalib/src/vespa/vespalib/process/pipe.cpp2
-rw-r--r--vespalib/src/vespa/vespalib/process/pipe.h2
-rw-r--r--vespalib/src/vespa/vespalib/process/process.cpp2
-rw-r--r--vespalib/src/vespa/vespalib/process/process.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/vespalib/src/vespa/vespalib/process/CMakeLists.txt b/vespalib/src/vespa/vespalib/process/CMakeLists.txt
index 95aa21b54c9..cc013c8ee09 100644
--- a/vespalib/src/vespa/vespalib/process/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/process/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_library(vespalib_vespalib_process OBJECT
SOURCES
close_all_files.cpp
diff --git a/vespalib/src/vespa/vespalib/process/close_all_files.cpp b/vespalib/src/vespa/vespalib/process/close_all_files.cpp
index 4c2fd223b4b..5cf20af58ba 100644
--- a/vespalib/src/vespa/vespalib/process/close_all_files.cpp
+++ b/vespalib/src/vespa/vespalib/process/close_all_files.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 "close_all_files.h"
#include <unistd.h>
diff --git a/vespalib/src/vespa/vespalib/process/close_all_files.h b/vespalib/src/vespa/vespalib/process/close_all_files.h
index 7ffb366574e..2c18b9b8c7d 100644
--- a/vespalib/src/vespa/vespalib/process/close_all_files.h
+++ b/vespalib/src/vespa/vespalib/process/close_all_files.h
@@ -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.
#pragma once
diff --git a/vespalib/src/vespa/vespalib/process/pipe.cpp b/vespalib/src/vespa/vespalib/process/pipe.cpp
index ad8c6969d87..924e05c8f4e 100644
--- a/vespalib/src/vespa/vespalib/process/pipe.cpp
+++ b/vespalib/src/vespa/vespalib/process/pipe.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 "pipe.h"
#include <unistd.h>
diff --git a/vespalib/src/vespa/vespalib/process/pipe.h b/vespalib/src/vespa/vespalib/process/pipe.h
index 2d100956fe2..a767e37b1f4 100644
--- a/vespalib/src/vespa/vespalib/process/pipe.h
+++ b/vespalib/src/vespa/vespalib/process/pipe.h
@@ -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.
#pragma once
diff --git a/vespalib/src/vespa/vespalib/process/process.cpp b/vespalib/src/vespa/vespalib/process/process.cpp
index 5827546d0b4..58478f6e2ca 100644
--- a/vespalib/src/vespa/vespalib/process/process.cpp
+++ b/vespalib/src/vespa/vespalib/process/process.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 "process.h"
#include "pipe.h"
diff --git a/vespalib/src/vespa/vespalib/process/process.h b/vespalib/src/vespa/vespalib/process/process.h
index d15784f5d31..abddfb352f9 100644
--- a/vespalib/src/vespa/vespalib/process/process.h
+++ b/vespalib/src/vespa/vespalib/process/process.h
@@ -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.
#pragma once