Add missing license headers to packetcable-driver base
[packetcable.git] / packetcable-driver / src / main / java / org / pcmm / base / impl / PCMMBaseObject.java
index 586f2b9cb799162c935c8ec7b2d083a1e429a46e..3aaf34cd93181b6b41bdab6f9edbc5c040658e09 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * 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.impl;
@@ -16,7 +20,7 @@ import java.util.ArrayList;
 import java.util.List;
 
 /**
- * 
+ *
  * Abstract implementation of the base class {@link IPCMMBaseObject}
  * Implementations of this class are used for sending/receiving PCMM data to/from a COPS client
  */