Add missing license headers to packetcable-driver state 55/31455/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:38:54 +0000 (10:38 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:49:26 +0000 (10:49 -0500)
Change-Id: Iefc6fb24ed70ff86850f2f87eb5303433fff8e90
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packetcable-driver/src/main/java/org/pcmm/state/IPCMMRecordKeepingServer.java
packetcable-driver/src/main/java/org/pcmm/state/IState.java
packetcable-driver/src/main/java/org/pcmm/state/IStateful.java
packetcable-driver/src/main/java/org/pcmm/state/package-info.java

index b4d4f1f058b63ecf5985110c4de80adcf7b03156..b8d7b3f533b507b1f66ced902635a6b1b37d6b24 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.state;
 
 /**
index 5f3cb6e628f9e305acfd9e8b6fab5eca14798241..1324bffbe8a93f794589c3b0a00ec9c5010d3838 100644 (file)
@@ -1,8 +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.state;
 
 /**
index e0a64f711a75d62201ccfa8b7e7692a040ae90c7..950a67cc2561b355d5c8128d183e8edc3f8fa7b8 100644 (file)
@@ -1,8 +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.state;
 
 /**
index 76b19c07d1f68630e9da511c22622762ab17e47d..b8f33569ffe48642368621d0c47dafd3bccbe65d 100644 (file)
@@ -1,4 +1,10 @@
-/**
+/*
+ * 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.state;