From: Thanh Ha Date: Wed, 16 Dec 2015 15:13:03 +0000 (-0500) Subject: Add missing license headers to packetcable-emulator X-Git-Tag: release/beryllium~17 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=5b17f72b1882a36f818e632e968dd758a0457399;hp=563673d89dc08ac0d1d930dac0187ce39dd12d72;p=packetcable.git Add missing license headers to packetcable-emulator Change-Id: I73e1d5d080c30ac8b1179429ede2228ad97dc147 Signed-off-by: Thanh Ha --- diff --git a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CMTS.java b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CMTS.java index e53439e..4f1770a 100644 --- a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CMTS.java +++ b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CMTS.java @@ -1,5 +1,9 @@ /* - * (c) 2015 Cable Television Laboratories, Inc. All rights reserved. + * Copyright (c) 2015 Cable Television Laboratories, Inc. 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.rcd.impl; diff --git a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsDataProcessor.java b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsDataProcessor.java index c13a154..b11abbf 100644 --- a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsDataProcessor.java +++ b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsDataProcessor.java @@ -1,5 +1,9 @@ /* - * (c) 2015 Cable Television Laboratories, Inc. All rights reserved. + * Copyright (c) 2015 Cable Television Laboratories, Inc. 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.rcd.impl; diff --git a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPcmmClientHandler.java b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPcmmClientHandler.java index e54af54..f2e549a 100644 --- a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPcmmClientHandler.java +++ b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPcmmClientHandler.java @@ -1,5 +1,9 @@ /* - * (c) 2015 Cable Television Laboratories, Inc. All rights reserved. + * Copyright (c) 2015 Cable Television Laboratories, Inc. 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.rcd.impl; diff --git a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPepReqStateMan.java b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPepReqStateMan.java index 19ef270..959b7a2 100644 --- a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPepReqStateMan.java +++ b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/CmtsPepReqStateMan.java @@ -1,5 +1,9 @@ /* - * (c) 2015 Cable Television Laboratories, Inc. All rights reserved. + * Copyright (c) 2015 Cable Television Laboratories, Inc. 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.rcd.impl; diff --git a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/PcmmCmtsConnection.java b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/PcmmCmtsConnection.java index 8e3b365..ee11316 100644 --- a/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/PcmmCmtsConnection.java +++ b/packetcable-emulator/src/main/java/org/pcmm/rcd/impl/PcmmCmtsConnection.java @@ -1,5 +1,9 @@ /* - * (c) 2015 Cable Television Laboratories, Inc. All rights reserved. + * Copyright (c) 2015 Cable Television Laboratories, Inc. 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.rcd.impl;