Add missing license headers to packetcable-driver objects 52/31452/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:34:49 +0000 (10:34 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:49:26 +0000 (10:49 -0500)
Change-Id: I7c3e2ceed3b8dafcdc173556ec688cdc6d0ee63e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packetcable-driver/src/main/java/org/pcmm/objects/MMVersionInfo.java
packetcable-driver/src/main/java/org/pcmm/objects/PCMMIDHolder.java
packetcable-driver/src/main/java/org/pcmm/objects/PCMMResource.java
packetcable-driver/src/main/java/org/pcmm/objects/PCMMResourceSet.java
packetcable-driver/src/main/java/org/pcmm/objects/PCMMResourcesMapper.java
packetcable-driver/src/main/java/org/pcmm/objects/SyncOptions.java

index 47120f573a4ed5aa992c2f16d0b12a3898cc3162..9e6cf1fd38911e0ddeea1387d3b18fbc20e67a21 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.objects;
index ce35dee31493bad859982b994b8498a45f1cc892..92054541f43e2e3fde018a903e373a57f6c9a726 100644 (file)
@@ -1,6 +1,11 @@
-/**
- @header@
+/*
+ * Copyright (c) 2014 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.objects;
 
 /**
index 5fc796639f538e25445902e8b6437eb38275d6db..6bc7bcb6ffc1b9a7ab2d82fa74763f0431f486d1 100644 (file)
@@ -1,13 +1,18 @@
-/**
- @header@
+/*
+ * Copyright (c) 2014 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.objects;
 
 /**
  *
  * This class is a holder for PCMM objects. This class is intended to be
  * sub-classed
+
  *
  */
 public class PCMMResource {
index a401fe86d2c1878e5b081140ec6ff4e05d1339ef..33283ad59d263a04123acee7025fdef3a029d113 100644 (file)
@@ -1,6 +1,11 @@
-/**
- @header@
+/*
+ * Copyright (c) 2014 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.objects;
 
 import java.util.HashMap;
index 69468fd1a0d366af5fb3faa9da9b6bf5a3b62d75..1cf3a8fa5434903ca412261e0c84c40e4da423f9 100644 (file)
@@ -1,6 +1,11 @@
-/**
- @header@
+/*
+ * Copyright (c) 2014 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.objects;
 
 /**
index 8a386f0e30b2934cdc19a68e681fb45786d54c7a..182a16ecd6463e145375d0479f183b352bba5ab3 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.objects;