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

index a0862b32ecf31ab0de3f0ed647235ecf52dc68df..406b440077b82ce3e55765523515962f74491b06 100644 (file)
@@ -1,5 +1,9 @@
-/**
- @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.scd;
@@ -24,14 +28,14 @@ package org.pcmm.scd;
  * may deny the request based upon additional Service Control Domain policies or
  * may pass the request on to the Policy Server.
  * </p>
- * 
- * 
+ *
+ *
  */
 public interface IApplicationServer {
 
        /**
         * sets the Application Server's id
-        * 
+        *
         * @param id
         *            : the id of the AS
         */
@@ -39,7 +43,7 @@ public interface IApplicationServer {
 
        /**
         * gets the AS id
-        * 
+        *
         * @return AS id
         */
        String getASId();
index 41213d0a072606331f99a68f76e1414067ff9564..fe529f1d429d85dc81823c53b17dfa4d2d58d1fa 100644 (file)
@@ -1,7 +1,9 @@
-/**
- *
- */
-/**
+/*
+ * 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.scd.impl;
index b6c86518f9af28ae23a6cea6e192d172ccc71713..5475e870a507e3a77d7925d76397c20800d4c8ba 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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
+ */
+
 /**
  * <p>
  * The Service Control Domain (SCD) is defined as a logical grouping of elements that offer applications and content to service subscribers.