summaryrefslogtreecommitdiffstats
path: root/esr-core/distribution/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'esr-core/distribution/standalone')
-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
10 files changed, 10 insertions, 10 deletions
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.