aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-13 18:43:39 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-13 18:43:39 +0200
commit4e5d87a9baa4176a1089f7afd1f433a8da275725 (patch)
tree23f2b54901b81b5c56dbf4a8c064658985962ead /container-search-and-docproc
parent76221b9e73ad7a76a8179663e638b545a470c325 (diff)
Copyright header
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/pom.xml2
-rw-r--r--container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/ApplicationStatusHandler.java2
-rw-r--r--container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/commons/codec/binary/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/commons/codec/digest/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/commons/codec/language/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/commons/codec/net/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/commons/codec/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/auth/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/client/entity/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/client/methods/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/client/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/conn/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/conn/params/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/conn/scheme/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/conn/ssl/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/entity/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/impl/client/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/impl/conn/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/message/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/params/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/protocol/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/java/org/apache/http/util/package-info.java2
-rw-r--r--container-search-and-docproc/src/main/resources/configdefinitions/application-userdata.def2
-rw-r--r--container-search-and-docproc/src/test/java/com/yahoo/container/handler/observability/ApplicationStatusHandlerTest.java2
26 files changed, 26 insertions, 26 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index 1d2b9c65473..fb2794670a2 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- 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. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
diff --git a/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/ApplicationStatusHandler.java b/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/ApplicationStatusHandler.java
index b4627af8e4e..05d14e6e1d6 100644
--- a/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/ApplicationStatusHandler.java
+++ b/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/ApplicationStatusHandler.java
@@ -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.
package com.yahoo.container.handler.observability;
import com.google.inject.Inject;
diff --git a/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/package-info.java b/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/package-info.java
index 0f903c42562..99545e0e7fd 100644
--- a/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/package-info.java
+++ b/container-search-and-docproc/src/main/java/com/yahoo/container/handler/observability/package-info.java
@@ -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.
@ExportPackage
package com.yahoo.container.handler.observability;
diff --git a/container-search-and-docproc/src/main/java/org/apache/commons/codec/binary/package-info.java b/container-search-and-docproc/src/main/java/org/apache/commons/codec/binary/package-info.java
index f9309677f2f..80f76e6b263 100644
--- a/container-search-and-docproc/src/main/java/org/apache/commons/codec/binary/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/commons/codec/binary/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 1, minor = 4, micro = 0))
package org.apache.commons.codec.binary;
diff --git a/container-search-and-docproc/src/main/java/org/apache/commons/codec/digest/package-info.java b/container-search-and-docproc/src/main/java/org/apache/commons/codec/digest/package-info.java
index 60a67fb11e4..117120c1641 100644
--- a/container-search-and-docproc/src/main/java/org/apache/commons/codec/digest/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/commons/codec/digest/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 1, minor = 4, micro = 0))
package org.apache.commons.codec.digest;
diff --git a/container-search-and-docproc/src/main/java/org/apache/commons/codec/language/package-info.java b/container-search-and-docproc/src/main/java/org/apache/commons/codec/language/package-info.java
index 225284f9c78..de288618ad9 100644
--- a/container-search-and-docproc/src/main/java/org/apache/commons/codec/language/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/commons/codec/language/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 1, minor = 4, micro = 0))
package org.apache.commons.codec.language;
diff --git a/container-search-and-docproc/src/main/java/org/apache/commons/codec/net/package-info.java b/container-search-and-docproc/src/main/java/org/apache/commons/codec/net/package-info.java
index 43b384bb605..49510c6feac 100644
--- a/container-search-and-docproc/src/main/java/org/apache/commons/codec/net/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/commons/codec/net/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 1, minor = 4, micro = 0))
package org.apache.commons.codec.net;
diff --git a/container-search-and-docproc/src/main/java/org/apache/commons/codec/package-info.java b/container-search-and-docproc/src/main/java/org/apache/commons/codec/package-info.java
index 6f4bbeff143..c698ba0233a 100644
--- a/container-search-and-docproc/src/main/java/org/apache/commons/codec/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/commons/codec/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 1, minor = 4, micro = 0))
package org.apache.commons.codec;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/auth/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/auth/package-info.java
index 424833a69a8..dbf6d408a2f 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/auth/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/auth/package-info.java
@@ -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.
/*
* Exported due to usage in HTTPSearcher API
*/
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/client/entity/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/client/entity/package-info.java
index b81f5bb0372..c3bb1fbbf3e 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/client/entity/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/client/entity/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 6))
package org.apache.http.client.entity;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/client/methods/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/client/methods/package-info.java
index 86a30dc68aa..c938418fa71 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/client/methods/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/client/methods/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 6))
package org.apache.http.client.methods;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/client/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/client/package-info.java
index 7a989ea74e6..85e68ea27b6 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/client/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/client/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 6))
package org.apache.http.client;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/conn/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/conn/package-info.java
index ae002eb33bb..c8e606d25ee 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/conn/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/conn/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 6))
package org.apache.http.conn;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/conn/params/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/conn/params/package-info.java
index 6b8e00ea45f..9469bfc7333 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/conn/params/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/conn/params/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 6))
package org.apache.http.conn.params;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/conn/scheme/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/conn/scheme/package-info.java
index 28999dd4bb6..bd54cb060a9 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/conn/scheme/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/conn/scheme/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 6))
package org.apache.http.conn.scheme;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/conn/ssl/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/conn/ssl/package-info.java
index deebc48ceef..2dd9254cdb0 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/conn/ssl/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/conn/ssl/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 6))
package org.apache.http.conn.ssl;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/entity/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/entity/package-info.java
index 177c77da9dc..a843aa9ceb2 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/entity/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/entity/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 3))
package org.apache.http.entity;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/impl/client/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/impl/client/package-info.java
index fa0116f7eb0..89973cb6cc5 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/impl/client/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/impl/client/package-info.java
@@ -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.
/*
* Exported due to usage in HTTPSearcher API
*/
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/impl/conn/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/impl/conn/package-info.java
index b9f14170a3f..4d167d5e627 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/impl/conn/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/impl/conn/package-info.java
@@ -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.
/*
* Exported due to usage in HTTPSearcher API
*/
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/message/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/message/package-info.java
index b12addfebcb..7430e71d0c7 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/message/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/message/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 3))
package org.apache.http.message;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/package-info.java
index 9548eaafc8c..9dcfc75e5a4 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/package-info.java
@@ -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.
/*
* Exported due to usage in HTTPSearcher API
*/
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/params/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/params/package-info.java
index 25db8447659..9bfd6e48404 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/params/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/params/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 3))
package org.apache.http.params;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/protocol/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/protocol/package-info.java
index 5ee75d2dc0d..7bb784f7197 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/protocol/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/protocol/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 3))
package org.apache.http.protocol;
diff --git a/container-search-and-docproc/src/main/java/org/apache/http/util/package-info.java b/container-search-and-docproc/src/main/java/org/apache/http/util/package-info.java
index 17395c45ac0..89f73ab1a12 100644
--- a/container-search-and-docproc/src/main/java/org/apache/http/util/package-info.java
+++ b/container-search-and-docproc/src/main/java/org/apache/http/util/package-info.java
@@ -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.
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 3))
package org.apache.http.util;
diff --git a/container-search-and-docproc/src/main/resources/configdefinitions/application-userdata.def b/container-search-and-docproc/src/main/resources/configdefinitions/application-userdata.def
index 78d4522706f..0f3884b222f 100644
--- a/container-search-and-docproc/src/main/resources/configdefinitions/application-userdata.def
+++ b/container-search-and-docproc/src/main/resources/configdefinitions/application-userdata.def
@@ -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.
# Contains user generated info about one deployed application
# The values in this config are set by config overrides in vespa-services
diff --git a/container-search-and-docproc/src/test/java/com/yahoo/container/handler/observability/ApplicationStatusHandlerTest.java b/container-search-and-docproc/src/test/java/com/yahoo/container/handler/observability/ApplicationStatusHandlerTest.java
index 8e88f174adc..e42a8c3d523 100644
--- a/container-search-and-docproc/src/test/java/com/yahoo/container/handler/observability/ApplicationStatusHandlerTest.java
+++ b/container-search-and-docproc/src/test/java/com/yahoo/container/handler/observability/ApplicationStatusHandlerTest.java
@@ -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.
package com.yahoo.container.handler.observability;
import com.yahoo.component.ComponentId;