summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-08-10 10:40:11 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-08-10 10:40:11 +0800
commit04bbf4c42d323ffa6027e820f570d3c733299dea (patch)
tree09143223532ffb623c9de07710dd5c6c5efdd0f2
parent6b8d734e71fc1677c68d85c9d78c8fa014e2b7d5 (diff)
Modify the license of esr-server.
Change-Id: I82b87fba6714ec4de3918d719de3b51873264558 Issue-ID: AAI-145 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
-rw-r--r--esr-core/distribution/pom.xml2
-rw-r--r--esr-core/distribution/standalone/pom.xml2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/bin/find_kill_process.bat2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/bin/initDB.bat2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/bin/initDB.sh2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/bin/run.bat2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/bin/run.sh2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/bin/stop.bat2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/bin/stop.sh2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/conf/extsys.yml2
-rw-r--r--esr-core/distribution/standalone/src/main/assembly/dbscripts/mysql/onap-common-extsys-createobj.sql2
-rw-r--r--esr-core/esr-mgr/dependency-reduced-pom.xml18
-rw-r--r--esr-core/esr-mgr/pom.xml2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysApp.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Config.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ExtSysResuorceType.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Parameters.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ServiceRegistrer.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/BaseDao.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/CommonDao.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/DaoManager.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/EmsDao.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/SdncDao.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VimDao.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VnfmDao.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/BaseData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/EmsData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/SdncData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VimData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VnfmData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/BaseRestData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/EmsRestData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/SdncRestData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VimRestData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VnfmRestData.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceNode.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceRegisterEntity.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusConsumer.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusRest.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/BaseHandler.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/CommonHandler.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/EmsHandler.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/SdncHandler.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VimHandler.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VnfmHandler.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleAgent.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleExt.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/CommonManager.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/EmsManager.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/SdncManager.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/ExtsysDbUtil.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/HqlFactory.java2
-rw-r--r--esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/RestResponseUtil.java2
-rw-r--r--esr-core/esr-mgr/src/main/resources/api-doc/index.html2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/CommonManagerTest.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/EmsManagerTest.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/SdncManagerTest.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimManagerTest.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VnfmManagerTest.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/CatalogDbUtilTest.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServer.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServerUtil.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HibernateSession.java2
-rw-r--r--esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HqlFactoryTest.java2
-rw-r--r--esr-core/pom.xml2
69 files changed, 86 insertions, 68 deletions
diff --git a/esr-core/distribution/pom.xml b/esr-core/distribution/pom.xml
index 0885982..26678a8 100644
--- a/esr-core/distribution/pom.xml
+++ b/esr-core/distribution/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2016 ZTE Corporation.
+ Copyright 2016-2017 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/pom.xml b/esr-core/distribution/standalone/pom.xml
index 686ff28..5d03005 100644
--- a/esr-core/distribution/standalone/pom.xml
+++ b/esr-core/distribution/standalone/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2016 ZTE Corporation.
+ Copyright 2016-2017 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/bin/find_kill_process.bat b/esr-core/distribution/standalone/src/main/assembly/bin/find_kill_process.bat
index 1dffb1c..d93ab46 100644
--- a/esr-core/distribution/standalone/src/main/assembly/bin/find_kill_process.bat
+++ b/esr-core/distribution/standalone/src/main/assembly/bin/find_kill_process.bat
@@ -1,5 +1,5 @@
@REM
-@REM Copyright 2016 ZTE Corporation.
+@REM Copyright 2016-2017 ZTE Corporation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/bin/initDB.bat b/esr-core/distribution/standalone/src/main/assembly/bin/initDB.bat
index c72b2ff..dde251c 100644
--- a/esr-core/distribution/standalone/src/main/assembly/bin/initDB.bat
+++ b/esr-core/distribution/standalone/src/main/assembly/bin/initDB.bat
@@ -1,5 +1,5 @@
@REM
-@REM Copyright 2016 ZTE Corporation.
+@REM Copyright 2016-2017 ZTE Corporation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/bin/initDB.sh b/esr-core/distribution/standalone/src/main/assembly/bin/initDB.sh
index 5008e82..60f7be0 100644
--- a/esr-core/distribution/standalone/src/main/assembly/bin/initDB.sh
+++ b/esr-core/distribution/standalone/src/main/assembly/bin/initDB.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2016 ZTE Corporation.
+# Copyright 2016-2017 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/bin/run.bat b/esr-core/distribution/standalone/src/main/assembly/bin/run.bat
index 4923ee6..b79cbee 100644
--- a/esr-core/distribution/standalone/src/main/assembly/bin/run.bat
+++ b/esr-core/distribution/standalone/src/main/assembly/bin/run.bat
@@ -1,5 +1,5 @@
@REM
-@REM Copyright 2016 ZTE Corporation.
+@REM Copyright 2016-2017 ZTE Corporation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/bin/run.sh b/esr-core/distribution/standalone/src/main/assembly/bin/run.sh
index b55e3c2..d12fec5 100644
--- a/esr-core/distribution/standalone/src/main/assembly/bin/run.sh
+++ b/esr-core/distribution/standalone/src/main/assembly/bin/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2016 ZTE Corporation.
+# Copyright 2016-2017 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/bin/stop.bat b/esr-core/distribution/standalone/src/main/assembly/bin/stop.bat
index 60f1a13..e024625 100644
--- a/esr-core/distribution/standalone/src/main/assembly/bin/stop.bat
+++ b/esr-core/distribution/standalone/src/main/assembly/bin/stop.bat
@@ -1,5 +1,5 @@
@REM
-@REM Copyright 2016 ZTE Corporation.
+@REM Copyright 2016-2017 ZTE Corporation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/bin/stop.sh b/esr-core/distribution/standalone/src/main/assembly/bin/stop.sh
index 1ebb1b3..a7aab04 100644
--- a/esr-core/distribution/standalone/src/main/assembly/bin/stop.sh
+++ b/esr-core/distribution/standalone/src/main/assembly/bin/stop.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2016 ZTE Corporation.
+# Copyright 2016-2017 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/conf/extsys.yml b/esr-core/distribution/standalone/src/main/assembly/conf/extsys.yml
index cc8b6be..46529d8 100644
--- a/esr-core/distribution/standalone/src/main/assembly/conf/extsys.yml
+++ b/esr-core/distribution/standalone/src/main/assembly/conf/extsys.yml
@@ -1,5 +1,5 @@
#
-# Copyright 2016 ZTE Corporation.
+# Copyright 2016-2017 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/esr-core/distribution/standalone/src/main/assembly/dbscripts/mysql/onap-common-extsys-createobj.sql b/esr-core/distribution/standalone/src/main/assembly/dbscripts/mysql/onap-common-extsys-createobj.sql
index 73f2ea0..c489c0e 100644
--- a/esr-core/distribution/standalone/src/main/assembly/dbscripts/mysql/onap-common-extsys-createobj.sql
+++ b/esr-core/distribution/standalone/src/main/assembly/dbscripts/mysql/onap-common-extsys-createobj.sql
@@ -1,5 +1,5 @@
--
--- Copyright 2016 ZTE Corporation.
+-- Copyright 2016-2017 ZTE Corporation.
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/dependency-reduced-pom.xml b/esr-core/esr-mgr/dependency-reduced-pom.xml
index 1091fc7..70782ac 100644
--- a/esr-core/esr-mgr/dependency-reduced-pom.xml
+++ b/esr-core/esr-mgr/dependency-reduced-pom.xml
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2016-2017 ZTE Corporation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>esr-core-parent</artifactId>
diff --git a/esr-core/esr-mgr/pom.xml b/esr-core/esr-mgr/pom.xml
index 99cc729..37f2497 100644
--- a/esr-core/esr-mgr/pom.xml
+++ b/esr-core/esr-mgr/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2016 ZTE Corporation.
+ Copyright 2016-2017 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysApp.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysApp.java
index 3678922..f95d551 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysApp.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysApp.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java
index d687c01..5e3bdf6 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/ExtsysAppConfiguration.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Config.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Config.java
index bb27dc2..3826bf8 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Config.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Config.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ExtSysResuorceType.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ExtSysResuorceType.java
index cfde136..650cca8 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ExtSysResuorceType.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ExtSysResuorceType.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Parameters.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Parameters.java
index c97e97b..0e80e24 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Parameters.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/Parameters.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ServiceRegistrer.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ServiceRegistrer.java
index f61a25b..867a203 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ServiceRegistrer.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/common/ServiceRegistrer.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/BaseDao.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/BaseDao.java
index 5580911..649c9bd 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/BaseDao.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/BaseDao.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/CommonDao.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/CommonDao.java
index c536812..e9fa4a7 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/CommonDao.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/CommonDao.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/DaoManager.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/DaoManager.java
index 8c2f225..f64713d 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/DaoManager.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/DaoManager.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/EmsDao.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/EmsDao.java
index bb65b3a..b4c43bd 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/EmsDao.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/EmsDao.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/SdncDao.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/SdncDao.java
index 7163959..d4f94ce 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/SdncDao.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/SdncDao.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VimDao.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VimDao.java
index 11ed896..28582fe 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VimDao.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VimDao.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VnfmDao.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VnfmDao.java
index 100e2a2..6dde814 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VnfmDao.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/dao/VnfmDao.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/BaseData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/BaseData.java
index fd99b28..2f24d38 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/BaseData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/BaseData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/EmsData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/EmsData.java
index 9b35a4a..d7fd988 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/EmsData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/EmsData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/SdncData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/SdncData.java
index 3924910..c0ff392 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/SdncData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/SdncData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VimData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VimData.java
index 1b1f1a4..6c50b2d 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VimData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VimData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VnfmData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VnfmData.java
index 312910a..6f44ef6 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VnfmData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/db/VnfmData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/BaseRestData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/BaseRestData.java
index e6c1d28..7134e46 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/BaseRestData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/BaseRestData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/EmsRestData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/EmsRestData.java
index 6229348..574fcf1 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/EmsRestData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/EmsRestData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/SdncRestData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/SdncRestData.java
index 5ae73d2..61a1fb8 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/SdncRestData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/SdncRestData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VimRestData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VimRestData.java
index ffd31df..388ad2b 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VimRestData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VimRestData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VnfmRestData.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VnfmRestData.java
index 9e93c95..f498997 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VnfmRestData.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/entity/rest/VnfmRestData.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java
index 0ac013e..acfa459 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/exception/ExtsysException.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceNode.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceNode.java
index 234d262..13b9ea3 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceNode.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceNode.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceRegisterEntity.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceRegisterEntity.java
index 16e6a55..50fd9f1 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceRegisterEntity.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/entity/ServiceRegisterEntity.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusConsumer.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusConsumer.java
index a72aed0..290d2d4 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusConsumer.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusConsumer.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusRest.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusRest.java
index f0344b1..381ad1a 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusRest.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/externalservice/msb/MicroserviceBusRest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/BaseHandler.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/BaseHandler.java
index 3a76700..b9cfda9 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/BaseHandler.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/BaseHandler.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/CommonHandler.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/CommonHandler.java
index da563bb..0ce8c1b 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/CommonHandler.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/CommonHandler.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/EmsHandler.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/EmsHandler.java
index 6d6d724..84fd0fa 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/EmsHandler.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/EmsHandler.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/SdncHandler.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/SdncHandler.java
index 60d0a9c..d4e14bd 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/SdncHandler.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/SdncHandler.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VimHandler.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VimHandler.java
index c4c4d4d..d1492c3 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VimHandler.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VimHandler.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VnfmHandler.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VnfmHandler.java
index 94891f1..891ff2a 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VnfmHandler.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/handle/VnfmHandler.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleAgent.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleAgent.java
index 131f199..230b839 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleAgent.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleAgent.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 [ZTE] and others.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleExt.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleExt.java
index 3ec7732..d609adc 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleExt.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/hibernate/HibernateBundleExt.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 [ZTE] and others.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/CommonManager.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/CommonManager.java
index 6fd3c64..cb9ac2e 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/CommonManager.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/CommonManager.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/EmsManager.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/EmsManager.java
index 37273b5..827197e 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/EmsManager.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/EmsManager.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/SdncManager.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/SdncManager.java
index 770cf5c..c8be3b5 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/SdncManager.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/SdncManager.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java
index 1103fb4..2b18f60 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java
index 65e74cb..7e2acb3 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/ExtsysDbUtil.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/ExtsysDbUtil.java
index f87eb22..093f3fc 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/ExtsysDbUtil.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/ExtsysDbUtil.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/HqlFactory.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/HqlFactory.java
index cff09e2..06ba344 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/HqlFactory.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/HqlFactory.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/RestResponseUtil.java b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/RestResponseUtil.java
index 8bcd7ee..3c27178 100644
--- a/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/RestResponseUtil.java
+++ b/esr-core/esr-mgr/src/main/java/org/onap/aai/esr/util/RestResponseUtil.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/main/resources/api-doc/index.html b/esr-core/esr-mgr/src/main/resources/api-doc/index.html
index 54cf8b4..eb1968f 100644
--- a/esr-core/esr-mgr/src/main/resources/api-doc/index.html
+++ b/esr-core/esr-mgr/src/main/resources/api-doc/index.html
@@ -1,6 +1,6 @@
<!--
- Copyright 2016 ZTE Corporation.
+ Copyright 2016-2017 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/CommonManagerTest.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/CommonManagerTest.java
index fbfc47b..e429f45 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/CommonManagerTest.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/CommonManagerTest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/EmsManagerTest.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/EmsManagerTest.java
index 05d1c45..01028c3 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/EmsManagerTest.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/EmsManagerTest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/SdncManagerTest.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/SdncManagerTest.java
index ab91584..f707e3a 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/SdncManagerTest.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/SdncManagerTest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimManagerTest.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimManagerTest.java
index c208181..207893d 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimManagerTest.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VimManagerTest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VnfmManagerTest.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VnfmManagerTest.java
index e4e8b9e..9a57e88 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VnfmManagerTest.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/resource/VnfmManagerTest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/CatalogDbUtilTest.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/CatalogDbUtilTest.java
index 4080c26..6458737 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/CatalogDbUtilTest.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/CatalogDbUtilTest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServer.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServer.java
index 39980cd..4746fad 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServer.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServer.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServerUtil.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServerUtil.java
index 8954d67..b3bb743 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServerUtil.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/H2DbServerUtil.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HibernateSession.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HibernateSession.java
index fd3f36b..f3c786f 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HibernateSession.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HibernateSession.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HqlFactoryTest.java b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HqlFactoryTest.java
index e3a40b4..267d3a2 100644
--- a/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HqlFactoryTest.java
+++ b/esr-core/esr-mgr/src/test/java/org/onap/aai/esr/db/util/HqlFactoryTest.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/esr-core/pom.xml b/esr-core/pom.xml
index f1c8425..bba8bb3 100644
--- a/esr-core/pom.xml
+++ b/esr-core/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2016 ZTE Corporation.
+ Copyright 2016-2017 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.