From: Thanh Ha Date: Wed, 16 Dec 2015 15:38:54 +0000 (-0500) Subject: Add missing license headers to packetcable-driver state X-Git-Tag: release/beryllium~8 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0183db0134db9f4cbde62f6cb55ed8e69e102c8b;hp=dd443a5b706a313f1deebed91eb45e04d92de5e9;p=packetcable.git Add missing license headers to packetcable-driver state Change-Id: Iefc6fb24ed70ff86850f2f87eb5303433fff8e90 Signed-off-by: Thanh Ha --- diff --git a/packetcable-driver/src/main/java/org/pcmm/state/IPCMMRecordKeepingServer.java b/packetcable-driver/src/main/java/org/pcmm/state/IPCMMRecordKeepingServer.java index b4d4f1f..b8d7b3f 100644 --- a/packetcable-driver/src/main/java/org/pcmm/state/IPCMMRecordKeepingServer.java +++ b/packetcable-driver/src/main/java/org/pcmm/state/IPCMMRecordKeepingServer.java @@ -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; /** diff --git a/packetcable-driver/src/main/java/org/pcmm/state/IState.java b/packetcable-driver/src/main/java/org/pcmm/state/IState.java index 5f3cb6e..1324bff 100644 --- a/packetcable-driver/src/main/java/org/pcmm/state/IState.java +++ b/packetcable-driver/src/main/java/org/pcmm/state/IState.java @@ -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; /** diff --git a/packetcable-driver/src/main/java/org/pcmm/state/IStateful.java b/packetcable-driver/src/main/java/org/pcmm/state/IStateful.java index e0a64f7..950a67c 100644 --- a/packetcable-driver/src/main/java/org/pcmm/state/IStateful.java +++ b/packetcable-driver/src/main/java/org/pcmm/state/IStateful.java @@ -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; /** diff --git a/packetcable-driver/src/main/java/org/pcmm/state/package-info.java b/packetcable-driver/src/main/java/org/pcmm/state/package-info.java index 76b19c0..b8f3356 100644 --- a/packetcable-driver/src/main/java/org/pcmm/state/package-info.java +++ b/packetcable-driver/src/main/java/org/pcmm/state/package-info.java @@ -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;