summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-09-24 10:48:31 +0200
committerHenning Baldersheim <balder@oath.com>2018-09-24 10:48:31 +0200
commit31c2b504da0b672715b2d4d68efa5cdf6c487a99 (patch)
tree584804c3c56626616e90773345976af8e12bb805 /searchlib
parent950e355e0fe616a89b4e7a9ddd73251da1bea92e (diff)
Update lisence year
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/docstore/value.cpp2
-rw-r--r--searchlib/src/vespa/searchlib/docstore/value.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/searchlib/src/vespa/searchlib/docstore/value.cpp b/searchlib/src/vespa/searchlib/docstore/value.cpp
index 61fcf8bac06..8750413e3bc 100644
--- a/searchlib/src/vespa/searchlib/docstore/value.cpp
+++ b/searchlib/src/vespa/searchlib/docstore/value.cpp
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "value.h"
#include <vespa/vespalib/data/databuffer.h>
diff --git a/searchlib/src/vespa/searchlib/docstore/value.h b/searchlib/src/vespa/searchlib/docstore/value.h
index cd60cac726a..8121ed452a0 100644
--- a/searchlib/src/vespa/searchlib/docstore/value.h
+++ b/searchlib/src/vespa/searchlib/docstore/value.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
@@ -13,7 +13,7 @@ public:
using CompressionConfig = vespalib::compression::CompressionConfig;
using Result = std::pair<vespalib::DataBuffer, bool>;
- Value();
+ Value();
Value(uint64_t syncToken);
Value(Value &&rhs) = default;