aboutsummaryrefslogtreecommitdiffstats
path: root/portal-extsys/src/main/webapp/extsys/vnfm
diff options
context:
space:
mode:
Diffstat (limited to 'portal-extsys/src/main/webapp/extsys/vnfm')
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/css/animate.min.css2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/css/vnfm.css2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/js/commonUtil.js2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/js/vnfm-validate.js2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmController.js2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmUtil.js2
-rw-r--r--portal-extsys/src/main/webapp/extsys/vnfm/vnfmView.html2
10 files changed, 10 insertions, 10 deletions
diff --git a/portal-extsys/src/main/webapp/extsys/vnfm/css/animate.min.css b/portal-extsys/src/main/webapp/extsys/vnfm/css/animate.min.css
index a4162eda..9b2a27d0 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/css/animate.min.css
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/css/animate.min.css
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/css/vnfm.css b/portal-extsys/src/main/webapp/extsys/vnfm/css/vnfm.css
index ae08f135..3ffb2d99 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/css/vnfm.css
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/css/vnfm.css
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties b/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties
index 2885674f..b762736c 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties b/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties
index 5558ee2f..ceb51adf 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/js/commonUtil.js b/portal-extsys/src/main/webapp/extsys/vnfm/js/commonUtil.js
index fdf3bca0..5ef7b532 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/js/commonUtil.js
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/js/commonUtil.js
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js b/portal-extsys/src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js
index 2311f6a2..04c18968 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfm-validate.js b/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfm-validate.js
index f42dd93d..33dc5b15 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfm-validate.js
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfm-validate.js
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmController.js b/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmController.js
index ed5d74f8..27e29b2c 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmController.js
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmController.js
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmUtil.js b/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmUtil.js
index 3438717b..5d61d498 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmUtil.js
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmUtil.js
@@ -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/portal-extsys/src/main/webapp/extsys/vnfm/vnfmView.html b/portal-extsys/src/main/webapp/extsys/vnfm/vnfmView.html
index 0f034d78..8dad4e9e 100644
--- a/portal-extsys/src/main/webapp/extsys/vnfm/vnfmView.html
+++ b/portal-extsys/src/main/webapp/extsys/vnfm/vnfmView.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.