Add missing license headers to packetcable-driver gates 45/31445/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:25:37 +0000 (10:25 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Dec 2015 15:25:51 +0000 (10:25 -0500)
Change-Id: I694943fd0e25e75698d9bbe8615ffc28dfb7655b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
27 files changed:
packetcable-driver/src/main/java/org/pcmm/gates/IAMID.java
packetcable-driver/src/main/java/org/pcmm/gates/IClassifier.java
packetcable-driver/src/main/java/org/pcmm/gates/IExtendedClassifier.java
packetcable-driver/src/main/java/org/pcmm/gates/IGateID.java
packetcable-driver/src/main/java/org/pcmm/gates/IGateSpec.java
packetcable-driver/src/main/java/org/pcmm/gates/IIPv6Classifier.java
packetcable-driver/src/main/java/org/pcmm/gates/IPCMMError.java
packetcable-driver/src/main/java/org/pcmm/gates/IPCMMGate.java
packetcable-driver/src/main/java/org/pcmm/gates/ISessionClassID.java
packetcable-driver/src/main/java/org/pcmm/gates/ISubscriberID.java
packetcable-driver/src/main/java/org/pcmm/gates/ITrafficProfile.java
packetcable-driver/src/main/java/org/pcmm/gates/ITransactionID.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/AMID.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/BEEnvelop.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/BestEffortService.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/Classifier.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/DOCSISServiceClassNameTrafficProfile.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/ExtendedClassifier.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/GateID.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/GateSpec.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/IPv6Classifier.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/PCMMError.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/PCMMGateReq.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/SessionClassID.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/SubscriberID.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/TransactionID.java
packetcable-driver/src/main/java/org/pcmm/gates/impl/package-info.java

index 6cfb72a1fbf50a5f0785e4cff82b50d81547d050..ffb6e956f141d4f95c8bbaa54c2b1e350eb07498 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index dcac12ed032dd98d3561caa17f6cc9ed3afef210..cc2f2a64755afcd388b78e3d5cb24b8ae54c7ccb 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index b98bda6aace952ed654d5304b005e4f04314244d..508cb9d5af98c46186a4adc59a8900f69f673ccc 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index 0a5da3b4930e19deab7d5b3cb92439961a21e389..247108dac531bed2819c9c2ff28eaac20f83fde1 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index b31c98e3eb6ff1f9704fbc7b77edad097a59e479..f54303db5e376d0564453e3bace6bf54a33dd4bf 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index bc6870dbcd8b5a1dfc9c955040c9e404d453b25b..212f66385bfb04f20239ab3b91c758daee247a9f 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index 47dd0d67200acb902d0a798136e9e5cd39ede24f..75af85bde6c82a4888f351d14e63d989333b15b2 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index 7e4cd96a49cbfb57a5f6cf0c853fe888168f246b..5f8cbe183c3fbd9656ca0cb3957adf871dc1908f 100644 (file)
@@ -1,8 +1,11 @@
-/**
- @header@
+/*
+ * Copyright (c) 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.gates;
 
 
index fabe09761c69d66624c14193a0871043cc0a7f95..363bec78e6430474e5474ccac2226bebd9b0c5bd 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index 082f52ac9d30c4193b6818c35e16de06b957dbcc..36062bdcfca47ee33512022b03178763df238c4b 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index 3360ecd268c1f69bd941ca641072ae949a7cba79..80f6ea3391c1e4126f3b4717ff71fcdf1107ebf6 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index f44618dcf548774112549cd3b90f8db297fd2bd4..c9fc5c8e30fdce147eadba7add3a93d45ce85454 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates;
index 678dab26cda5f94b19b884ff5443db81df9ef7ad..f2124c9e9afc4f271b277933012af276a2f168a6 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 4552550e2206c18ccce02b26886c321a51c13376..220e92a6e0a1370b7258dbfd00bbe1e2f9780ed2 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index d7d7e8bc523fb4c302136d6bedce0f0826817de4..2b9b55b6efc481a951523308822d118cb6daeec3 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index d5d4d71d09a28859e1552ee1b4e49b7ab0b60e65..1b8590bea71c47d0d8812195e1bce1205b1fdf28 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 528bb2357aff19007a5268ead102f053528d3bd5..c3ab8b93fb523928f68baebec181b597ea63b8c2 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index ce8e9bc181d9dff8a08f2bc378d6bf64d819377a..338e7d8df26dab6507eb351095bb799a7d284e79 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index f45df91b3606fbee0011d52721da63188881aeea..44792d79a6495096bbae6f57e918dd64cc27bfb0 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 5be3c9fd6505f146c8682c7bd57080206b201c02..558ec61ff3691c3d9292811c256bc0b1eec7bdec 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 1f875ccb29c55b9ddc5ad55eab1b9ac58c855884..5eb6df4867e22de1c13ab0fa7504d85fae6f45ec 100644 (file)
@@ -1,12 +1,11 @@
-/**
-
- * Copyright (c) 2014 CableLabs.  All rights reserved.
+/*
+ * 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.gates.impl;
 
 import com.google.common.primitives.Bytes;
index 2e203eda39a0a7d1715d552f2a610a4395b44258..39137471d0b5e22d9cff1fb8b3a56876c35dacca 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 9322a416101f10a594c3492c1744d7c1893578f4..eda3da0c68ca2a61cc781bcb071a6054962dcfd7 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 8c5ec22acf4be4cc74319a46868d8301f0ddd71a..e1bccabc9efcad625d2e16f3668396cff3b6f2de 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 135482f3d92ce36fade65947c47001fa428fad61..c0d11ccf05e234e09e8402657a9cc58e0819fec8 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index 29b2b64e54c52dc65d9da5a26b99b5e747e276cb..c793f189f484864fec466cf3787b88a424e43324 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2015 Cable Television Laboratories, Inc.  All rights reserved.
+ * Copyright (c) 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.gates.impl;
index d845cbff98391ae07fce973b0941bb3e54cd3517..f1cd5e5227e5c3478f53ff5a72ebecbb053a694a 100644 (file)
@@ -1,7 +1,9 @@
-/**
- *
- */
-/**
+/*
+ * Copyright (c) 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.gates.impl;