From 30e71ed82e356f8f81272285d245f4d742eeef29 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 16 Dec 2015 10:40:55 -0500 Subject: [PATCH 1/1] Add missing license headers to packetcable-driver utils Change-Id: I0ea1ec4bed3d61ba617d97606763075a8f8af8d0 Signed-off-by: Thanh Ha --- .../src/main/java/org/pcmm/utils/PCMMException.java | 8 ++++++-- .../src/main/java/org/pcmm/utils/PCMMUtils.java | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/packetcable-driver/src/main/java/org/pcmm/utils/PCMMException.java b/packetcable-driver/src/main/java/org/pcmm/utils/PCMMException.java index 3737e1b..d82228a 100644 --- a/packetcable-driver/src/main/java/org/pcmm/utils/PCMMException.java +++ b/packetcable-driver/src/main/java/org/pcmm/utils/PCMMException.java @@ -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.utils; @@ -8,7 +12,7 @@ import org.pcmm.gates.IPCMMError; /** * Defines the Exception that could be thrown by the API. - * + * */ public class PCMMException extends Exception { diff --git a/packetcable-driver/src/main/java/org/pcmm/utils/PCMMUtils.java b/packetcable-driver/src/main/java/org/pcmm/utils/PCMMUtils.java index bb2abe5..bdded52 100644 --- a/packetcable-driver/src/main/java/org/pcmm/utils/PCMMUtils.java +++ b/packetcable-driver/src/main/java/org/pcmm/utils/PCMMUtils.java @@ -1,6 +1,11 @@ -/** - @header@ +/* + * 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.utils; import org.slf4j.Logger; -- 2.36.6