Add missing license headers to packetcable-driver nio
[packetcable.git] / 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 {