From 26f10cec5637959f516b27a8cb0ecc0e14c9d9bf Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 16 Dec 2015 10:33:47 -0500 Subject: [PATCH] Add missing license headers to packetcable-driver nio Change-Id: I5e48d64d589e09073eb4d704b925fe95f7e5017b Signed-off-by: Thanh Ha --- .../src/main/java/org/pcmm/nio/PCMMChannel.java | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packetcable-driver/src/main/java/org/pcmm/nio/PCMMChannel.java b/packetcable-driver/src/main/java/org/pcmm/nio/PCMMChannel.java index ba0bc2c..db07142 100644 --- a/packetcable-driver/src/main/java/org/pcmm/nio/PCMMChannel.java +++ b/packetcable-driver/src/main/java/org/pcmm/nio/PCMMChannel.java @@ -1,6 +1,11 @@ -/** - * +/* + * Copyright (c) 2014, 2015 Cable Television Laboratories, Inc. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html */ + package org.pcmm.nio; import org.pcmm.PCMMProperties; @@ -17,7 +22,7 @@ import java.net.Socket; * this class provides a set of utilities to efficiently read/write data from a * stream, it could parameterized with a reading timeout or -1 for blocking * until get a message - * + * */ public class PCMMChannel { -- 2.36.6