From cedacfeac5330e4acd7a49bcbb37a1d8de9b6348 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 14 Jun 2017 18:25:40 +0200 Subject: Update copyright headers --- fbench/src/fbench/CMakeLists.txt | 2 +- fbench/src/fbench/client.cpp | 2 +- fbench/src/fbench/client.h | 2 +- fbench/src/fbench/description.html | 2 +- fbench/src/fbench/fbench.cpp | 2 +- fbench/src/fbench/fbench.h | 2 +- fbench/src/filterfile/CMakeLists.txt | 2 +- fbench/src/filterfile/description.html | 2 +- fbench/src/filterfile/filterfile.cpp | 2 +- fbench/src/geturl/CMakeLists.txt | 2 +- fbench/src/geturl/description.html | 2 +- fbench/src/geturl/geturl.cpp | 2 +- fbench/src/httpclient/CMakeLists.txt | 2 +- fbench/src/httpclient/httpclient.cpp | 2 +- fbench/src/httpclient/httpclient.h | 2 +- fbench/src/splitfile/CMakeLists.txt | 2 +- fbench/src/splitfile/description.html | 2 +- fbench/src/splitfile/splitfile.cpp | 2 +- fbench/src/test/CMakeLists.txt | 2 +- fbench/src/test/clientstatus.cpp | 2 +- fbench/src/test/filereader.cpp | 2 +- fbench/src/test/httpclient.cpp | 2 +- fbench/src/test/httpclient_splitstring.cpp | 2 +- fbench/src/util/CMakeLists.txt | 2 +- fbench/src/util/clientstatus.cpp | 2 +- fbench/src/util/clientstatus.h | 2 +- fbench/src/util/description.html | 2 +- fbench/src/util/filereader.cpp | 2 +- fbench/src/util/filereader.h | 2 +- fbench/src/util/timer.cpp | 2 +- fbench/src/util/timer.h | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) (limited to 'fbench/src') diff --git a/fbench/src/fbench/CMakeLists.txt b/fbench/src/fbench/CMakeLists.txt index 85318a69c07..8c50d55a172 100644 --- a/fbench/src/fbench/CMakeLists.txt +++ b/fbench/src/fbench/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_executable(fbench_app SOURCES client.cpp diff --git a/fbench/src/fbench/client.cpp b/fbench/src/fbench/client.cpp index 94d0a78631b..5c828fc4282 100644 --- a/fbench/src/fbench/client.cpp +++ b/fbench/src/fbench/client.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 #include diff --git a/fbench/src/fbench/client.h b/fbench/src/fbench/client.h index 052978766ff..107b4997d93 100644 --- a/fbench/src/fbench/client.h +++ b/fbench/src/fbench/client.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/fbench/src/fbench/description.html b/fbench/src/fbench/description.html index 3b5eabb86d3..007b04fedda 100644 --- a/fbench/src/fbench/description.html +++ b/fbench/src/fbench/description.html @@ -1,2 +1,2 @@ - + The actual benchmarking program. diff --git a/fbench/src/fbench/fbench.cpp b/fbench/src/fbench/fbench.cpp index 599ac87233d..c840797fc4e 100644 --- a/fbench/src/fbench/fbench.cpp +++ b/fbench/src/fbench/fbench.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 #include diff --git a/fbench/src/fbench/fbench.h b/fbench/src/fbench/fbench.h index dcf56ce6336..4c5885d8988 100644 --- a/fbench/src/fbench/fbench.h +++ b/fbench/src/fbench/fbench.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/fbench/src/filterfile/CMakeLists.txt b/fbench/src/filterfile/CMakeLists.txt index a97b81eef92..f1480b4c81d 100644 --- a/fbench/src/filterfile/CMakeLists.txt +++ b/fbench/src/filterfile/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_executable(fbench_filterfile_app SOURCES filterfile.cpp diff --git a/fbench/src/filterfile/description.html b/fbench/src/filterfile/description.html index 1efa0063328..27f71cd30a4 100644 --- a/fbench/src/filterfile/description.html +++ b/fbench/src/filterfile/description.html @@ -1,2 +1,2 @@ - + Program used to extract query urls from fastserver logs. diff --git a/fbench/src/filterfile/filterfile.cpp b/fbench/src/filterfile/filterfile.cpp index 61f79c6a607..a9c05c9ba42 100644 --- a/fbench/src/filterfile/filterfile.cpp +++ b/fbench/src/filterfile/filterfile.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 #include diff --git a/fbench/src/geturl/CMakeLists.txt b/fbench/src/geturl/CMakeLists.txt index 85ae66bc0e3..2c6ecf1f7bc 100644 --- a/fbench/src/geturl/CMakeLists.txt +++ b/fbench/src/geturl/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_executable(fbench_geturl_app SOURCES geturl.cpp diff --git a/fbench/src/geturl/description.html b/fbench/src/geturl/description.html index d38e29dc805..894f1df8d0b 100644 --- a/fbench/src/geturl/description.html +++ b/fbench/src/geturl/description.html @@ -1,2 +1,2 @@ - + Program used to fetch the content of an URL. diff --git a/fbench/src/geturl/geturl.cpp b/fbench/src/geturl/geturl.cpp index d6bcdc6dd3b..aadba320b30 100644 --- a/fbench/src/geturl/geturl.cpp +++ b/fbench/src/geturl/geturl.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/fbench/src/httpclient/CMakeLists.txt b/fbench/src/httpclient/CMakeLists.txt index 25140e02b57..2260ae47cfd 100644 --- a/fbench/src/httpclient/CMakeLists.txt +++ b/fbench/src/httpclient/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(fbench_httpclient STATIC SOURCES httpclient.cpp diff --git a/fbench/src/httpclient/httpclient.cpp b/fbench/src/httpclient/httpclient.cpp index 8974435a030..56d8baa4264 100644 --- a/fbench/src/httpclient/httpclient.cpp +++ b/fbench/src/httpclient/httpclient.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 "httpclient.h" #define FETCH_BUFLEN 5120 diff --git a/fbench/src/httpclient/httpclient.h b/fbench/src/httpclient/httpclient.h index d7e7d45424d..783545744d5 100644 --- a/fbench/src/httpclient/httpclient.h +++ b/fbench/src/httpclient/httpclient.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/fbench/src/splitfile/CMakeLists.txt b/fbench/src/splitfile/CMakeLists.txt index e7be0d79033..6a9456b652f 100644 --- a/fbench/src/splitfile/CMakeLists.txt +++ b/fbench/src/splitfile/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_executable(fbench_splitfile_app SOURCES splitfile.cpp diff --git a/fbench/src/splitfile/description.html b/fbench/src/splitfile/description.html index b38cb5e8f65..ba0891d10e1 100644 --- a/fbench/src/splitfile/description.html +++ b/fbench/src/splitfile/description.html @@ -1,2 +1,2 @@ - + Program used to split query url files. diff --git a/fbench/src/splitfile/splitfile.cpp b/fbench/src/splitfile/splitfile.cpp index 8bd2ddc5c29..1e86ab6bf5c 100644 --- a/fbench/src/splitfile/splitfile.cpp +++ b/fbench/src/splitfile/splitfile.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 #include diff --git a/fbench/src/test/CMakeLists.txt b/fbench/src/test/CMakeLists.txt index ef8a7c75ad3..0bc8e22e276 100644 --- a/fbench/src/test/CMakeLists.txt +++ b/fbench/src/test/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_executable(fbench_httpclient_splitstring_app TEST SOURCES httpclient_splitstring.cpp diff --git a/fbench/src/test/clientstatus.cpp b/fbench/src/test/clientstatus.cpp index 1ab35557278..751c578e4d3 100644 --- a/fbench/src/test/clientstatus.cpp +++ b/fbench/src/test/clientstatus.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 #include diff --git a/fbench/src/test/filereader.cpp b/fbench/src/test/filereader.cpp index 01bfba0693a..e85ef6c5821 100644 --- a/fbench/src/test/filereader.cpp +++ b/fbench/src/test/filereader.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 #include diff --git a/fbench/src/test/httpclient.cpp b/fbench/src/test/httpclient.cpp index afa1419a018..31e3f8297c4 100644 --- a/fbench/src/test/httpclient.cpp +++ b/fbench/src/test/httpclient.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 #include diff --git a/fbench/src/test/httpclient_splitstring.cpp b/fbench/src/test/httpclient_splitstring.cpp index ddac28c9709..655738170bd 100644 --- a/fbench/src/test/httpclient_splitstring.cpp +++ b/fbench/src/test/httpclient_splitstring.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 diff --git a/fbench/src/util/CMakeLists.txt b/fbench/src/util/CMakeLists.txt index 74c6666bee1..47cc46ffc8f 100644 --- a/fbench/src/util/CMakeLists.txt +++ b/fbench/src/util/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(fbench_util STATIC SOURCES filereader.cpp diff --git a/fbench/src/util/clientstatus.cpp b/fbench/src/util/clientstatus.cpp index e6decc42c09..9e03068e13c 100644 --- a/fbench/src/util/clientstatus.cpp +++ b/fbench/src/util/clientstatus.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 "clientstatus.h" #include #include diff --git a/fbench/src/util/clientstatus.h b/fbench/src/util/clientstatus.h index 5248f2618c5..9b15cdf4095 100644 --- a/fbench/src/util/clientstatus.h +++ b/fbench/src/util/clientstatus.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/fbench/src/util/description.html b/fbench/src/util/description.html index 4ac9f11ca21..37e80a0c3f7 100644 --- a/fbench/src/util/description.html +++ b/fbench/src/util/description.html @@ -1,2 +1,2 @@ - + Library containing utility classes. diff --git a/fbench/src/util/filereader.cpp b/fbench/src/util/filereader.cpp index e59e9966899..0cb03a23e9c 100644 --- a/fbench/src/util/filereader.cpp +++ b/fbench/src/util/filereader.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 "filereader.h" #include #include diff --git a/fbench/src/util/filereader.h b/fbench/src/util/filereader.h index 7fd1943d65d..5a4f6886d34 100644 --- a/fbench/src/util/filereader.h +++ b/fbench/src/util/filereader.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/fbench/src/util/timer.cpp b/fbench/src/util/timer.cpp index c96a52a1d70..22c2a781704 100644 --- a/fbench/src/util/timer.cpp +++ b/fbench/src/util/timer.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 "timer.h" #include #include diff --git a/fbench/src/util/timer.h b/fbench/src/util/timer.h index 2771f6e00cc..6e4d5dafc97 100644 --- a/fbench/src/util/timer.h +++ b/fbench/src/util/timer.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 -- cgit v1.2.3