From: Thanh Ha Date: Wed, 16 Dec 2015 15:40:55 +0000 (-0500) Subject: Add missing license headers to packetcable-driver utils X-Git-Tag: release/beryllium~7 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=30e71ed82e356f8f81272285d245f4d742eeef29;hp=0183db0134db9f4cbde62f6cb55ed8e69e102c8b;p=packetcable.git Add missing license headers to packetcable-driver utils Change-Id: I0ea1ec4bed3d61ba617d97606763075a8f8af8d0 Signed-off-by: Thanh Ha --- 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;