diff options
author | Attaranasl, Salma (sa669h) <salma.attaran@amdocs.com> | 2018-03-16 10:15:23 -0400 |
---|---|---|
committer | Attaranasl, Salma (sa669h) <salma.attaran@amdocs.com> | 2018-03-16 10:15:32 -0400 |
commit | 47b85e9b95e0a0a3570f0cea4d3ee4645c911a8b (patch) | |
tree | 039b793e7b7e0f416a2abd036959021755a5660e /src/utils | |
parent | cc044fcbea7f5c374874777d89da938560556c52 (diff) |
changed the header and license
updated the date in the all license headers
Change-Id: Ifdb0359256bf096fe32d30c6d2ace1008f4e0acf
Signed-off-by: Attaranasl, Salma (sa669h) <salma.attaran@amdocs.com>
Issue-ID: AAI-872
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/Crypto.js | 6 | ||||
-rw-r--r-- | src/utils/DateTimeChartUtil.js | 6 | ||||
-rw-r--r-- | src/utils/GlobalConstants.js | 6 | ||||
-rw-r--r-- | src/utils/KeyMirror.js | 6 | ||||
-rw-r--r-- | src/utils/Routes.js | 6 | ||||
-rw-r--r-- | src/utils/SpinnerContainer.jsx | 20 | ||||
-rw-r--r-- | src/utils/i18n/i18n.js | 6 |
7 files changed, 32 insertions, 24 deletions
diff --git a/src/utils/Crypto.js b/src/utils/Crypto.js index 7f9408e..c84ca76 100644 --- a/src/utils/Crypto.js +++ b/src/utils/Crypto.js @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,8 +17,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ /** * Created by salmaat on 7/13/2017. diff --git a/src/utils/DateTimeChartUtil.js b/src/utils/DateTimeChartUtil.js index e3489ce..262f59e 100644 --- a/src/utils/DateTimeChartUtil.js +++ b/src/utils/DateTimeChartUtil.js @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,8 +17,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ let moment = require('moment'); let d3Scale = require('d3-scale'); diff --git a/src/utils/GlobalConstants.js b/src/utils/GlobalConstants.js index c75efae..56de6eb 100644 --- a/src/utils/GlobalConstants.js +++ b/src/utils/GlobalConstants.js @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,8 +17,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ import {FilterBarConstants} from 'filter-bar-utils'; diff --git a/src/utils/KeyMirror.js b/src/utils/KeyMirror.js index 8450e82..13c0344 100644 --- a/src/utils/KeyMirror.js +++ b/src/utils/KeyMirror.js @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,8 +17,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ var keyMirror = function (obj) { var ret = {}; diff --git a/src/utils/Routes.js b/src/utils/Routes.js index 12e8091..3d1b4cf 100644 --- a/src/utils/Routes.js +++ b/src/utils/Routes.js @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,8 +17,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ import {encrypt } from './Crypto.js'; import { decrypt } from '../utils/Crypto.js'; diff --git a/src/utils/SpinnerContainer.jsx b/src/utils/SpinnerContainer.jsx index 448999c..d787554 100644 --- a/src/utils/SpinnerContainer.jsx +++ b/src/utils/SpinnerContainer.jsx @@ -1,3 +1,23 @@ +/* + * ============LICENSE_START======================================================= + * org.onap.aai + * ================================================================================ + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs + * ================================================================================ + * 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. + * ============LICENSE_END========================================================= + */ import React, { Component } from 'react'; import { ClipLoader } from 'react-spinners'; import {COLOR_BLUE} from 'utils/GlobalConstants.js'; diff --git a/src/utils/i18n/i18n.js b/src/utils/i18n/i18n.js index 58f6ab6..ba61ef0 100644 --- a/src/utils/i18n/i18n.js +++ b/src/utils/i18n/i18n.js @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,5 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ export default str => str; |