From b785b70b994f7910635195b40e8ce96ac5e0effe Mon Sep 17 00:00:00 2001 From: botte Date: Fri, 9 Oct 2015 22:25:20 +0000 Subject: Copyright notice for all applicable .java, .js, and .xml files. Change-Id: Ief56e5c60a643581ec333212504aaceb9c5c059c --- common/pom.xml | 8 ++++++++ cos/cosbase/pom.xml | 8 ++++++++ .../java/com/cablelabs/vcpe/cos/cosbase/client/CoSClient.java | 9 +++++++++ .../com/cablelabs/vcpe/cos/cosbase/model/BandwidthProfile.java | 9 +++++++++ .../src/main/java/com/cablelabs/vcpe/cos/cosbase/model/CoS.java | 9 +++++++++ .../cablelabs/vcpe/cos/cosbase/repository/CoSRespository.java | 9 +++++++++ .../vcpe/cos/cosbase/repository/CoSRespositoryInMem.java | 9 +++++++++ .../com/cablelabs/vcpe/cos/cosbase/client/CoSClientTest.java | 9 +++++++++ .../cablelabs/vcpe/cos/cosbase/repository/CoSRepositoryTest.java | 9 +++++++++ cos/cosmgr/pom.xml | 8 ++++++++ .../java/com/cablelabs/vcpe/cos/cosmgr/CORSResponseFilter.java | 9 +++++++++ .../java/com/cablelabs/vcpe/cos/cosmgr/CoSJaxRsApplication.java | 9 +++++++++ .../src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSService.java | 9 +++++++++ cos/pom.xml | 8 ++++++++ demo-ui/app/controllers/CosController.js | 9 +++++++++ demo-ui/app/controllers/EplController.js | 9 +++++++++ demo-ui/app/controllers/MainController.js | 9 +++++++++ demo-ui/app/controllers/MefController.js | 9 +++++++++ demo-ui/app/services/cosServices.js | 9 +++++++++ demo-ui/app/services/dbg.js | 9 +++++++++ demo-ui/app/services/eplServices.js | 9 +++++++++ demo-ui/app/services/mefServices.js | 9 +++++++++ demo-ui/app/services/model.js | 9 +++++++++ demo-ui/gruntfile.js | 9 +++++++++ demo-ui/vcpeUiServer.js | 9 +++++++++ evc/evcbase/pom.xml | 8 ++++++++ .../java/com/cablelabs/vcpe/evc/evcbase/client/EvcClient.java | 9 +++++++++ .../src/main/java/com/cablelabs/vcpe/evc/evcbase/model/Evc.java | 9 +++++++++ .../com/cablelabs/vcpe/evc/evcbase/model/EvcPerformance.java | 9 +++++++++ .../cablelabs/vcpe/evc/evcbase/repository/EvcRespository.java | 9 +++++++++ .../vcpe/evc/evcbase/repository/EvcRespositoryInMem.java | 9 +++++++++ .../com/cablelabs/vcpe/evc/evcbase/client/EvcClientTest.java | 9 +++++++++ .../cablelabs/vcpe/evc/evcbase/repository/EvcRepositoryTest.java | 9 +++++++++ evc/evcmgr/pom.xml | 8 ++++++++ .../java/com/cablelabs/vcpe/evc/evcmgr/CORSResponseFilter.java | 9 +++++++++ .../java/com/cablelabs/vcpe/evc/evcmgr/EvcJaxRsApplication.java | 9 +++++++++ .../src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcService.java | 9 +++++++++ evc/pom.xml | 8 ++++++++ pom.xml | 8 ++++++++ svc/pom.xml | 8 ++++++++ svc/svcbase/pom.xml | 8 ++++++++ .../java/com/cablelabs/vcpe/svc/svcbase/client/EplClient.java | 9 +++++++++ .../src/main/java/com/cablelabs/vcpe/svc/svcbase/model/Epl.java | 9 +++++++++ .../cablelabs/vcpe/svc/svcbase/repository/EplRespository.java | 9 +++++++++ .../vcpe/svc/svcbase/repository/EplRespositoryInMem.java | 9 +++++++++ .../com/cablelabs/vcpe/svc/svcbase/client/EplClientTest.java | 9 +++++++++ .../cablelabs/vcpe/svc/svcbase/repository/EplRepositoryTest.java | 9 +++++++++ svc/svcmgr/pom.xml | 8 ++++++++ .../java/com/cablelabs/vcpe/svc/svcmgr/CORSResponseFilter.java | 9 +++++++++ .../src/main/java/com/cablelabs/vcpe/svc/svcmgr/EplService.java | 9 +++++++++ .../java/com/cablelabs/vcpe/svc/svcmgr/SvcJaxRsApplication.java | 9 +++++++++ uni/pom.xml | 8 ++++++++ uni/unibase/pom.xml | 8 ++++++++ .../com/cablelabs/vcpe/uni/unibase/client/EvcPathClient.java | 9 +++++++++ .../java/com/cablelabs/vcpe/uni/unibase/client/UniClient.java | 9 +++++++++ .../main/java/com/cablelabs/vcpe/uni/unibase/model/EvcPath.java | 9 +++++++++ .../src/main/java/com/cablelabs/vcpe/uni/unibase/model/Uni.java | 9 +++++++++ .../com/cablelabs/vcpe/uni/unibase/client/UniClientTest.java | 9 +++++++++ uni/unimgr/dbg.js | 9 +++++++++ uni/unimgr/uniMgrEmu.js | 9 +++++++++ 60 files changed, 527 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index 0a353d6..2f929b8 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/cos/cosbase/pom.xml b/cos/cosbase/pom.xml index 6574e02..4a42827 100644 --- a/cos/cosbase/pom.xml +++ b/cos/cosbase/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClient.java b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClient.java index d47b11b..43e0bb3 100644 --- a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClient.java +++ b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/client/CoSClient.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.cos.cosbase.model.CoS; diff --git a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/BandwidthProfile.java b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/BandwidthProfile.java index 70f7313..efcaeb6 100644 --- a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/BandwidthProfile.java +++ b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/BandwidthProfile.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.model; import javax.xml.bind.annotation.XmlRootElement; diff --git a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/CoS.java b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/CoS.java index 8a4d219..9cbc903 100644 --- a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/CoS.java +++ b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/model/CoS.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.model; import com.cablelabs.vcpe.common.Dbg; diff --git a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespository.java b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespository.java index 3a58000..55fb402 100644 --- a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespository.java +++ b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespository.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; diff --git a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespositoryInMem.java b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespositoryInMem.java index 2fa44c1..ae16b25 100644 --- a/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespositoryInMem.java +++ b/cos/cosbase/src/main/java/com/cablelabs/vcpe/cos/cosbase/repository/CoSRespositoryInMem.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.common.Dbg; 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; diff --git a/cos/cosmgr/pom.xml b/cos/cosmgr/pom.xml index 9245481..ee5c515 100644 --- a/cos/cosmgr/pom.xml +++ b/cos/cosmgr/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CORSResponseFilter.java b/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CORSResponseFilter.java index 50a118a..46a5c5a 100644 --- a/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CORSResponseFilter.java +++ b/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CORSResponseFilter.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.cosmgr; import java.io.IOException; diff --git a/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSJaxRsApplication.java b/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSJaxRsApplication.java index 8d9c889..21bd015 100644 --- a/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSJaxRsApplication.java +++ b/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSJaxRsApplication.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.cosmgr; import org.glassfish.jersey.server.ResourceConfig; diff --git a/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSService.java b/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSService.java index e9390fc..78091af 100644 --- a/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSService.java +++ b/cos/cosmgr/src/main/java/com/cablelabs/vcpe/cos/cosmgr/CoSService.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.cosmgr; import com.cablelabs.vcpe.common.Dbg; diff --git a/cos/pom.xml b/cos/pom.xml index 1ad3e4b..dd5502b 100644 --- a/cos/pom.xml +++ b/cos/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/demo-ui/app/controllers/CosController.js b/demo-ui/app/controllers/CosController.js index 523f3c1..69772a2 100644 --- a/demo-ui/app/controllers/CosController.js +++ b/demo-ui/app/controllers/CosController.js @@ -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 +*******************************************************************************/ + (function() { var CosController = function($scope, $http, $interval, $log, cosServices, model, dbg ) { diff --git a/demo-ui/app/controllers/EplController.js b/demo-ui/app/controllers/EplController.js index 8dbdc90..fcae316 100644 --- a/demo-ui/app/controllers/EplController.js +++ b/demo-ui/app/controllers/EplController.js @@ -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 +*******************************************************************************/ + (function() { var EplController = function($scope, $http, $interval, $log, diff --git a/demo-ui/app/controllers/MainController.js b/demo-ui/app/controllers/MainController.js index 199048b..b7ce983 100644 --- a/demo-ui/app/controllers/MainController.js +++ b/demo-ui/app/controllers/MainController.js @@ -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 +*******************************************************************************/ + // Create our module var app = angular.module("vcpe", []); diff --git a/demo-ui/app/controllers/MefController.js b/demo-ui/app/controllers/MefController.js index 9531b49..9d89589 100644 --- a/demo-ui/app/controllers/MefController.js +++ b/demo-ui/app/controllers/MefController.js @@ -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 +*******************************************************************************/ + (function() { var MefController = function($scope, $log, mefServices, model, dbg ) { diff --git a/demo-ui/app/services/cosServices.js b/demo-ui/app/services/cosServices.js index c650b6d..fbcbb22 100644 --- a/demo-ui/app/services/cosServices.js +++ b/demo-ui/app/services/cosServices.js @@ -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 +*******************************************************************************/ + (function(){ var cosServices = function ($http, dbg) { diff --git a/demo-ui/app/services/dbg.js b/demo-ui/app/services/dbg.js index 1e12523..587387c 100644 --- a/demo-ui/app/services/dbg.js +++ b/demo-ui/app/services/dbg.js @@ -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 +*******************************************************************************/ + (function(){ var dbg = function ($log) { diff --git a/demo-ui/app/services/eplServices.js b/demo-ui/app/services/eplServices.js index 20fb7af..3a67ef8 100644 --- a/demo-ui/app/services/eplServices.js +++ b/demo-ui/app/services/eplServices.js @@ -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 +*******************************************************************************/ + (function(){ var eplServices = function ($http, dbg) { diff --git a/demo-ui/app/services/mefServices.js b/demo-ui/app/services/mefServices.js index 798ceb3..0ecfb6a 100644 --- a/demo-ui/app/services/mefServices.js +++ b/demo-ui/app/services/mefServices.js @@ -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 +*******************************************************************************/ + (function(){ var mefServices = function ($http, dbg) { diff --git a/demo-ui/app/services/model.js b/demo-ui/app/services/model.js index c41794b..ed482d2 100644 --- a/demo-ui/app/services/model.js +++ b/demo-ui/app/services/model.js @@ -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 +*******************************************************************************/ + // // For data that must be shared accross controllers // diff --git a/demo-ui/gruntfile.js b/demo-ui/gruntfile.js index 7e8bc68..b1a6556 100644 --- a/demo-ui/gruntfile.js +++ b/demo-ui/gruntfile.js @@ -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 +*******************************************************************************/ + module.exports = function (grunt) { grunt.initConfig({ diff --git a/demo-ui/vcpeUiServer.js b/demo-ui/vcpeUiServer.js index 94c5b9c..90eba6a 100644 --- a/demo-ui/vcpeUiServer.js +++ b/demo-ui/vcpeUiServer.js @@ -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 +*******************************************************************************/ + // Create express HTTP server app var express = require('express'); var app = express(); diff --git a/evc/evcbase/pom.xml b/evc/evcbase/pom.xml index 07c6464..d499121 100644 --- a/evc/evcbase/pom.xml +++ b/evc/evcbase/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClient.java b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClient.java index 25fae8b..c2daf1d 100644 --- a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClient.java +++ b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClient.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.evc.evcbase.client; import com.cablelabs.vcpe.evc.evcbase.model.Evc; diff --git a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/Evc.java b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/Evc.java index f44af27..7ad2e3b 100644 --- a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/Evc.java +++ b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/Evc.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.evc.evcbase.model; import com.cablelabs.vcpe.common.Dbg; diff --git a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/EvcPerformance.java b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/EvcPerformance.java index e1bd19e..2962b46 100644 --- a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/EvcPerformance.java +++ b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/model/EvcPerformance.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.evc.evcbase.model; import com.cablelabs.vcpe.common.Dbg; diff --git a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespository.java b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespository.java index 80bebc7..3defb28 100644 --- a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespository.java +++ b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespository.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.evc.evcbase.repository; import com.cablelabs.vcpe.evc.evcbase.model.Evc; diff --git a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespositoryInMem.java b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespositoryInMem.java index 158ae3f..15ee788 100644 --- a/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespositoryInMem.java +++ b/evc/evcbase/src/main/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRespositoryInMem.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.evc.evcbase.repository; import com.cablelabs.vcpe.common.Dbg; diff --git a/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClientTest.java b/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClientTest.java index 3f62320..357b102 100644 --- a/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClientTest.java +++ b/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/client/EvcClientTest.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.evc.evcbase.client; import com.cablelabs.vcpe.common.Dbg; diff --git a/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRepositoryTest.java b/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRepositoryTest.java index 402d20b..b8c4362 100644 --- a/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRepositoryTest.java +++ b/evc/evcbase/src/test/java/com/cablelabs/vcpe/evc/evcbase/repository/EvcRepositoryTest.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.evc.evcbase.repository; import com.cablelabs.vcpe.cos.cosbase.model.CoS; diff --git a/evc/evcmgr/pom.xml b/evc/evcmgr/pom.xml index 1a16633..1e28084 100644 --- a/evc/evcmgr/pom.xml +++ b/evc/evcmgr/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/CORSResponseFilter.java b/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/CORSResponseFilter.java index c224252..d53b74b 100644 --- a/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/CORSResponseFilter.java +++ b/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/CORSResponseFilter.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.evc.evcmgr; import javax.ws.rs.container.ContainerRequestContext; diff --git a/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcJaxRsApplication.java b/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcJaxRsApplication.java index 5d46297..95d010a 100644 --- a/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcJaxRsApplication.java +++ b/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcJaxRsApplication.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.evc.evcmgr; import org.glassfish.jersey.server.ResourceConfig; diff --git a/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcService.java b/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcService.java index 781f964..43409bb 100644 --- a/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcService.java +++ b/evc/evcmgr/src/main/java/com/cablelabs/vcpe/evc/evcmgr/EvcService.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.evc.evcmgr; import com.cablelabs.vcpe.common.Dbg; diff --git a/evc/pom.xml b/evc/pom.xml index 0f73c1e..6efd78e 100644 --- a/evc/pom.xml +++ b/evc/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/pom.xml b/pom.xml index c916a54..b62deec 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/svc/pom.xml b/svc/pom.xml index 6e8f4de..118b95c 100644 --- a/svc/pom.xml +++ b/svc/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/svc/svcbase/pom.xml b/svc/svcbase/pom.xml index 40982d6..5f8dcdd 100644 --- a/svc/svcbase/pom.xml +++ b/svc/svcbase/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/client/EplClient.java b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/client/EplClient.java index 9bc7368..73cbc59 100644 --- a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/client/EplClient.java +++ b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/client/EplClient.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.svc.svcbase.client; import com.cablelabs.vcpe.svc.svcbase.model.Epl; diff --git a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/model/Epl.java b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/model/Epl.java index 254fb11..407bf81 100644 --- a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/model/Epl.java +++ b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/model/Epl.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.svc.svcbase.model; import com.cablelabs.vcpe.common.Dbg; diff --git a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespository.java b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespository.java index 1142963..77384fd 100644 --- a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespository.java +++ b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespository.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.svc.svcbase.repository; import com.cablelabs.vcpe.svc.svcbase.model.Epl; diff --git a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespositoryInMem.java b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespositoryInMem.java index af82c21..2299289 100644 --- a/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespositoryInMem.java +++ b/svc/svcbase/src/main/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRespositoryInMem.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.svc.svcbase.repository; import com.cablelabs.vcpe.common.Dbg; diff --git a/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/client/EplClientTest.java b/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/client/EplClientTest.java index f8950f9..79160fd 100644 --- a/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/client/EplClientTest.java +++ b/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/client/EplClientTest.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.svc.svcbase.client; import com.cablelabs.vcpe.common.Dbg; diff --git a/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRepositoryTest.java b/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRepositoryTest.java index ff8c892..9674d73 100644 --- a/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRepositoryTest.java +++ b/svc/svcbase/src/test/java/com/cablelabs/vcpe/svc/svcbase/repository/EplRepositoryTest.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.svc.svcbase.repository; import com.cablelabs.vcpe.cos.cosbase.model.CoS; diff --git a/svc/svcmgr/pom.xml b/svc/svcmgr/pom.xml index 2751749..5ecb63b 100644 --- a/svc/svcmgr/pom.xml +++ b/svc/svcmgr/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/CORSResponseFilter.java b/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/CORSResponseFilter.java index 69a5f44..af4736a 100644 --- a/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/CORSResponseFilter.java +++ b/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/CORSResponseFilter.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.svc.svcmgr; import javax.ws.rs.container.ContainerRequestContext; diff --git a/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/EplService.java b/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/EplService.java index 7f7510d..f2c5343 100644 --- a/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/EplService.java +++ b/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/EplService.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.svc.svcmgr; diff --git a/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/SvcJaxRsApplication.java b/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/SvcJaxRsApplication.java index 5d92220..46e9c22 100644 --- a/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/SvcJaxRsApplication.java +++ b/svc/svcmgr/src/main/java/com/cablelabs/vcpe/svc/svcmgr/SvcJaxRsApplication.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.svc.svcmgr; import org.glassfish.jersey.server.ResourceConfig; diff --git a/uni/pom.xml b/uni/pom.xml index a9d9fd2..32d568d 100644 --- a/uni/pom.xml +++ b/uni/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/uni/unibase/pom.xml b/uni/unibase/pom.xml index 839f4ad..a8d7c60 100644 --- a/uni/unibase/pom.xml +++ b/uni/unibase/pom.xml @@ -1,3 +1,11 @@ + + diff --git a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/EvcPathClient.java b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/EvcPathClient.java index 1bc41b5..0fb47d1 100644 --- a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/EvcPathClient.java +++ b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/EvcPathClient.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.uni.unibase.client; import com.cablelabs.vcpe.common.Dbg; diff --git a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/UniClient.java b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/UniClient.java index a1dcff4..a97146f 100644 --- a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/UniClient.java +++ b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/client/UniClient.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.uni.unibase.client; import com.cablelabs.vcpe.common.Dbg; diff --git a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/EvcPath.java b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/EvcPath.java index 6556fbb..469b05b 100644 --- a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/EvcPath.java +++ b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/EvcPath.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.uni.unibase.model; /** diff --git a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/Uni.java b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/Uni.java index 6d1b9c0..0fc8100 100644 --- a/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/Uni.java +++ b/uni/unibase/src/main/java/com/cablelabs/vcpe/uni/unibase/model/Uni.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.uni.unibase.model; import com.cablelabs.vcpe.common.Dbg; diff --git a/uni/unibase/src/test/java/com/cablelabs/vcpe/uni/unibase/client/UniClientTest.java b/uni/unibase/src/test/java/com/cablelabs/vcpe/uni/unibase/client/UniClientTest.java index 0160190..621c63c 100644 --- a/uni/unibase/src/test/java/com/cablelabs/vcpe/uni/unibase/client/UniClientTest.java +++ b/uni/unibase/src/test/java/com/cablelabs/vcpe/uni/unibase/client/UniClientTest.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.uni.unibase.client; import com.cablelabs.vcpe.uni.unibase.model.EvcPath; diff --git a/uni/unimgr/dbg.js b/uni/unimgr/dbg.js index f4d3416..a5804d1 100644 --- a/uni/unimgr/dbg.js +++ b/uni/unimgr/dbg.js @@ -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 +*******************************************************************************/ + (function(){ var dbgFlag = true; diff --git a/uni/unimgr/uniMgrEmu.js b/uni/unimgr/uniMgrEmu.js index f5ecb88..dc9a8bf 100644 --- a/uni/unimgr/uniMgrEmu.js +++ b/uni/unimgr/uniMgrEmu.js @@ -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 +*******************************************************************************/ + // Create express HTTP server app var express = require('express'); -- cgit 1.2.3-korg