From 4f11a9a4998d5084acc723f1cea47fb17b84f090 Mon Sep 17 00:00:00 2001 From: sunqi310 Date: Wed, 28 Sep 2016 10:09:29 +0800 Subject: OCS-89 Modify license header Change-Id: I7ef21d3f21dbcb71d2e1aa620dd24027272d3b98 Issue-id:OCS-89 Signed-off-by: sunqi310 --- .../portal-extsys/src/main/webapp/extsys/vim/css/bootstrap.css | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/skill.css | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vim.css | 2 +- .../portal-extsys/src/main/webapp/extsys/vim/css/vimChart.css | 2 +- .../portal-extsys/src/main/webapp/extsys/vim/i18n/loadi18nApp.js | 2 +- .../main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties | 4 ++-- .../main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties | 2 +- .../portal-extsys/src/main/webapp/extsys/vim/js/client-cometd.js | 2 +- .../src/main/webapp/extsys/vim/js/jqBootstrapValidation.js | 2 +- .../portal-extsys/src/main/webapp/extsys/vim/js/vim-validate.js | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChart.js | 2 +- .../src/main/webapp/extsys/vim/js/vimChartController.js | 2 +- .../portal-extsys/src/main/webapp/extsys/vim/js/vimController.js | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimUtil.js | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vim/vimChart.html | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vim/vimView.html | 5 ++--- .../portal-extsys/src/main/webapp/extsys/vnfm/css/animate.min.css | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vnfm/css/vnfm.css | 2 +- .../main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties | 2 +- .../main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties | 2 +- .../portal-extsys/src/main/webapp/extsys/vnfm/js/commonUtil.js | 2 +- .../portal-extsys/src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js | 2 +- .../portal-extsys/src/main/webapp/extsys/vnfm/js/vnfm-validate.js | 2 +- .../portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmController.js | 2 +- .../portal-extsys/src/main/webapp/extsys/vnfm/js/vnfmUtil.js | 2 +- openo-portal/portal-extsys/src/main/webapp/extsys/vnfm/vnfmView.html | 5 ++--- 26 files changed, 29 insertions(+), 31 deletions(-) (limited to 'openo-portal/portal-extsys') diff --git a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/bootstrap.css b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/bootstrap.css index dbebe62b..2091ce96 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/bootstrap.css +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/bootstrap.css @@ -1,5 +1,5 @@ /** - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/skill.css b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/skill.css index d24a2680..53280d3f 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/skill.css +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/skill.css @@ -1,5 +1,5 @@ /** - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vim.css b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vim.css index 680919b2..5c9f677e 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vim.css +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vim.css @@ -1,5 +1,5 @@ /** - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vimChart.css b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vimChart.css index bb79d8e9..0a29b3cf 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vimChart.css +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/css/vimChart.css @@ -1,5 +1,5 @@ /** - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/loadi18nApp.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/loadi18nApp.js index bd964684..20f22dab 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/loadi18nApp.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/loadi18nApp.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties index 70d2225f..bbc33272 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties @@ -1,5 +1,5 @@ # -# Copyright 2016 [ZTE] and others. +# Copyright 2016 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ ############## vimView.html i18n ############## com_zte_ums_eco_roc_vim_checking_status=Checking vim status... -com_zte_ums_eco_roc_vim_name=Display name +com_zte_ums_eco_roc_vim_name=Name com_zte_ums_eco_roc_vim_auth_url=Auth URL com_zte_ums_eco_roc_vim_username=Username com_zte_ums_eco_roc_vim_password=Password diff --git a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties index d2c5e9f3..c12d4eb5 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties @@ -1,5 +1,5 @@ # -# Copyright 2016 [ZTE] and others. +# Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/client-cometd.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/client-cometd.js index d7373668..7a477691 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/client-cometd.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/client-cometd.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/jqBootstrapValidation.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/jqBootstrapValidation.js index 7efebf89..e0be4afc 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/jqBootstrapValidation.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/jqBootstrapValidation.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vim-validate.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vim-validate.js index e62cc106..dacb7dab 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vim-validate.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vim-validate.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChart.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChart.js index 255d39aa..9ceb9f45 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChart.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChart.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChartController.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChartController.js index dc9f3ad1..4f7a17a8 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChartController.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimChartController.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimController.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimController.js index dfeb5dd8..06479d49 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimController.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimController.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimUtil.js b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimUtil.js index 5def3101..8be275cd 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimUtil.js +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/js/vimUtil.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 [ZTE] and others. + * Copyright 2016 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/openo-portal/portal-extsys/src/main/webapp/extsys/vim/vimChart.html b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/vimChart.html index c39cc408..3999983c 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/vim/vimChart.html +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/vim/vimChart.html @@ -1,7 +1,7 @@