From a937838f9f200334659948d30b8a97efc137fb79 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 14 Jun 2017 16:05:19 +0200 Subject: Update copyright headers --- frtstream/src/example/CMakeLists.txt | 2 +- frtstream/src/example/simple.cpp | 2 +- frtstream/src/example/test.cpp | 2 +- frtstream/src/vespa/frtstream/CMakeLists.txt | 2 +- frtstream/src/vespa/frtstream/frtclientstream.cpp | 2 +- frtstream/src/vespa/frtstream/frtclientstream.h | 2 +- frtstream/src/vespa/frtstream/frtserverstream.h | 2 +- frtstream/src/vespa/frtstream/frtstream.cpp | 2 +- frtstream/src/vespa/frtstream/frtstream.h | 2 +- frtstream/src/vespa/frtstream/frtstreamTemplateImp.hpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'frtstream/src') 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 #include 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 #include 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 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 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 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 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. -- cgit v1.2.3