aboutsummaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-03-18 22:25:24 +0100
committerJon Bratseth <bratseth@gmail.com>2021-03-18 22:25:24 +0100
commitb01135e588df52e3367997b9e0e3578bea00609d (patch)
tree78071a496436618f522816bb2ac40dff63d3092c /fastos
parent2ea8409175d21a203f75dc62fbb66b7016a3fddc (diff)
Add copyright headers
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/file_rw_ops.cpp1
-rw-r--r--fastos/src/vespa/fastos/file_rw_ops.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/fastos/src/vespa/fastos/file_rw_ops.cpp b/fastos/src/vespa/fastos/file_rw_ops.cpp
index f5d81eab1cf..a9784f12879 100644
--- a/fastos/src/vespa/fastos/file_rw_ops.cpp
+++ b/fastos/src/vespa/fastos/file_rw_ops.cpp
@@ -1,3 +1,4 @@
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// Copyright 2020 Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "file_rw_ops.h"
diff --git a/fastos/src/vespa/fastos/file_rw_ops.h b/fastos/src/vespa/fastos/file_rw_ops.h
index 9328bdbf9b4..cd9c73cb92f 100644
--- a/fastos/src/vespa/fastos/file_rw_ops.h
+++ b/fastos/src/vespa/fastos/file_rw_ops.h
@@ -1,3 +1,4 @@
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// Copyright 2020 Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once