Add missing license headers to packetcable-driver base
[packetcable.git] / packetcable-driver / src / main / java / org / pcmm / base / IAdapter.java
index 42cdd47eefc7ba894e2caa820da826ad2e5a4ce6..0a25fd60373035b858591e85a30f8ab23d659e0f 100644 (file)
@@ -1,11 +1,16 @@
-/**
- * 
+/*
+ * 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.base;
 
 /**
  * Adapter interface
- * 
+ *
  */
 public interface IAdapter<Type> {