diff options
Diffstat (limited to 'cos/cosbase/src/test/java/com')
-rw-r--r-- | cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClientTest.java | 9 | ||||
-rw-r--r-- | cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRepositoryTest.java | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClientTest.java b/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClientTest.java index cbf5516..cd5b9e9 100644 --- a/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClientTest.java +++ b/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClientTest.java @@ -1,3 +1,12 @@ +/******************************************************************************* +* Copyright (c) 2015 CableLabs Inc. and others. +* +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Apache License, Version 2.0 +* which accompanies this distribution, and is available at +* http://www.apache.org/licenses/LICENSE-2.0 +*******************************************************************************/ + package com.cablelabs.vcpe.cos.cosbase.client; import com.cablelabs.vcpe.common.Dbg; diff --git a/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRepositoryTest.java b/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRepositoryTest.java index 0c46737..be8d144 100644 --- a/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRepositoryTest.java +++ b/cos/cosbase/src/test/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRepositoryTest.java @@ -1,3 +1,12 @@ +/******************************************************************************* +* Copyright (c) 2015 CableLabs Inc. and others. +* +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Apache License, Version 2.0 +* which accompanies this distribution, and is available at +* http://www.apache.org/licenses/LICENSE-2.0 +*******************************************************************************/ + package com.cablelabs.vcpe.cos.cosbase.repository; import com.cablelabs.vcpe.cos.cosbase.model.CoS; |