Add missing license headers to packetcable-driver nio 51/31451/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:33:47 +0000 (10:33 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:49:26 +0000 (10:49 -0500)
Change-Id: I5e48d64d589e09073eb4d704b925fe95f7e5017b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packetcable-driver/src/main/java/org/pcmm/nio/PCMMChannel.java

index ba0bc2c2a1f4131f74bb79ffd42f9dd1302d5da6..db0714297723a77bdb28f10782ff61996bcfdd97 100644 (file)
@@ -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 {