From 7ef05860ee88e6621bed2002f008de656e62927d Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Tue, 7 Apr 2020 12:19:49 +0200 Subject: [PATCH] Fixes #4751 - Refresh NetworkTraffic* classes. Added missing license header. Signed-off-by: Simone Bordet --- .../NetworkTrafficSocketChannelEndPoint.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/jetty-io/src/main/java/org/eclipse/jetty/io/NetworkTrafficSocketChannelEndPoint.java b/jetty-io/src/main/java/org/eclipse/jetty/io/NetworkTrafficSocketChannelEndPoint.java index f8d74e0acfc9..5d8d63f5806d 100644 --- a/jetty-io/src/main/java/org/eclipse/jetty/io/NetworkTrafficSocketChannelEndPoint.java +++ b/jetty-io/src/main/java/org/eclipse/jetty/io/NetworkTrafficSocketChannelEndPoint.java @@ -1,3 +1,21 @@ +// +// ======================================================================== +// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others. +// ------------------------------------------------------------------------ +// All rights reserved. This program and the accompanying materials +// are made available under the terms of the Eclipse Public License v1.0 +// and Apache License v2.0 which accompanies this distribution. +// +// The Eclipse Public License is available at +// http://www.eclipse.org/legal/epl-v10.html +// +// The Apache License v2.0 is available at +// http://www.opensource.org/licenses/apache2.0.php +// +// You may elect to redistribute this code under either of these licenses. +// ======================================================================== +// + package org.eclipse.jetty.io; import java.io.IOException;