summaryrefslogtreecommitdiffstats
path: root/frtstream
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-14 18:25:40 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-14 18:25:40 +0200
commitcedacfeac5330e4acd7a49bcbb37a1d8de9b6348 (patch)
treef81f4112051da0bfb5c840c6cee3891991f5a8e3 /frtstream
parent84560e700ad98068e2fa360c97ed5e99d826efd2 (diff)
Update copyright headers
Diffstat (limited to 'frtstream')
-rw-r--r--frtstream/CMakeLists.txt2
-rw-r--r--frtstream/src/example/CMakeLists.txt2
-rw-r--r--frtstream/src/example/simple.cpp2
-rw-r--r--frtstream/src/example/test.cpp2
-rw-r--r--frtstream/src/vespa/frtstream/CMakeLists.txt2
-rw-r--r--frtstream/src/vespa/frtstream/frtclientstream.cpp2
-rw-r--r--frtstream/src/vespa/frtstream/frtclientstream.h2
-rw-r--r--frtstream/src/vespa/frtstream/frtserverstream.h2
-rw-r--r--frtstream/src/vespa/frtstream/frtstream.cpp2
-rw-r--r--frtstream/src/vespa/frtstream/frtstream.h2
-rw-r--r--frtstream/src/vespa/frtstream/frtstreamTemplateImp.hpp2
11 files changed, 11 insertions, 11 deletions
diff --git a/frtstream/CMakeLists.txt b/frtstream/CMakeLists.txt
index 49a299926ec..0359827d338 100644
--- a/frtstream/CMakeLists.txt
+++ b/frtstream/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
DEPENDS
fastos
diff --git a/frtstream/src/example/CMakeLists.txt b/frtstream/src/example/CMakeLists.txt
index 2a9a5f6cc47..7bd758a866c 100644
--- a/frtstream/src/example/CMakeLists.txt
+++ b/frtstream/src/example/CMakeLists.txt
@@ -1,2 +1,2 @@
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Ignored!
diff --git a/frtstream/src/example/simple.cpp b/frtstream/src/example/simple.cpp
index 5d4a5d067c7..921f278b794 100644
--- a/frtstream/src/example/simple.cpp
+++ b/frtstream/src/example/simple.cpp
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/fastos/app.h>
#include <vespa/frtstream/frtclientstream.h>
diff --git a/frtstream/src/example/test.cpp b/frtstream/src/example/test.cpp
index 0c230f2d5bf..8cbe8b74944 100644
--- a/frtstream/src/example/test.cpp
+++ b/frtstream/src/example/test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/frtstream/frtclientstream.h>
#include <iostream>
diff --git a/frtstream/src/vespa/frtstream/CMakeLists.txt b/frtstream/src/vespa/frtstream/CMakeLists.txt
index 046118a9204..ef2dd58b211 100644
--- a/frtstream/src/vespa/frtstream/CMakeLists.txt
+++ b/frtstream/src/vespa/frtstream/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(frtstream STATIC
SOURCES
frtclientstream.cpp
diff --git a/frtstream/src/vespa/frtstream/frtclientstream.cpp b/frtstream/src/vespa/frtstream/frtclientstream.cpp
index e9e17b8e02b..a9fa140eb86 100644
--- a/frtstream/src/vespa/frtstream/frtclientstream.cpp
+++ b/frtstream/src/vespa/frtstream/frtclientstream.cpp
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "frtclientstream.h"
#include <vespa/fnet/frt/target.h>
diff --git a/frtstream/src/vespa/frtstream/frtclientstream.h b/frtstream/src/vespa/frtstream/frtclientstream.h
index b06a6af890d..7c0eb6f720a 100644
--- a/frtstream/src/vespa/frtstream/frtclientstream.h
+++ b/frtstream/src/vespa/frtstream/frtclientstream.h
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
diff --git a/frtstream/src/vespa/frtstream/frtserverstream.h b/frtstream/src/vespa/frtstream/frtserverstream.h
index bb7a2e90e23..aefe2c8639b 100644
--- a/frtstream/src/vespa/frtstream/frtserverstream.h
+++ b/frtstream/src/vespa/frtstream/frtserverstream.h
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include <vespa/frtstream/frtstream.h>
diff --git a/frtstream/src/vespa/frtstream/frtstream.cpp b/frtstream/src/vespa/frtstream/frtstream.cpp
index 9b549a90120..6a3a3b72641 100644
--- a/frtstream/src/vespa/frtstream/frtstream.cpp
+++ b/frtstream/src/vespa/frtstream/frtstream.cpp
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "frtstream.h"
#include <algorithm>
diff --git a/frtstream/src/vespa/frtstream/frtstream.h b/frtstream/src/vespa/frtstream/frtstream.h
index 43bcf1aa8f1..aec57598578 100644
--- a/frtstream/src/vespa/frtstream/frtstream.h
+++ b/frtstream/src/vespa/frtstream/frtstream.h
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include <vespa/fnet/frt/values.h>
diff --git a/frtstream/src/vespa/frtstream/frtstreamTemplateImp.hpp b/frtstream/src/vespa/frtstream/frtstreamTemplateImp.hpp
index 0f89b42e401..bea6d2a9fac 100644
--- a/frtstream/src/vespa/frtstream/frtstreamTemplateImp.hpp
+++ b/frtstream/src/vespa/frtstream/frtstreamTemplateImp.hpp
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
//template functions that must be included in the
//header file, since the full definition needs to be
//available to users.