From 7803be46b1c56e4c81ebe3f6a187302af620987e Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 7 Oct 2021 10:50:13 +0200 Subject: Update 2018 copyright notices. --- .../src/main/java/com/yahoo/vespa/http/client/FeedConnectException.java | 2 +- .../main/java/com/yahoo/vespa/http/client/FeedEndpointException.java | 2 +- .../main/java/com/yahoo/vespa/http/client/FeedProtocolException.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vespa-http-client') diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedConnectException.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedConnectException.java index 7ef585e814f..c2f3bb089c5 100644 --- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedConnectException.java +++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedConnectException.java @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.http.client; import com.yahoo.vespa.http.client.config.Endpoint; diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedEndpointException.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedEndpointException.java index 3a67c80224f..b696864749c 100644 --- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedEndpointException.java +++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedEndpointException.java @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.http.client; import com.yahoo.vespa.http.client.config.Endpoint; diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedProtocolException.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedProtocolException.java index dd5aa902c1a..b428259fdf1 100644 --- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedProtocolException.java +++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/FeedProtocolException.java @@ -1,4 +1,4 @@ -// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.http.client; import com.yahoo.vespa.http.client.config.Endpoint; -- cgit v1.2.3