diff options
Diffstat (limited to 'src/editAttributes')
-rw-r--r-- | src/editAttributes/AppStore.js | 6 | ||||
-rw-r--r-- | src/editAttributes/Application.jsx | 6 | ||||
-rw-r--r-- | src/editAttributes/EditAttributeActions.js | 6 | ||||
-rw-r--r-- | src/editAttributes/EditAttributeConstants.js | 6 | ||||
-rw-r--r-- | src/editAttributes/EditAttributeReducer.js | 6 | ||||
-rw-r--r-- | src/editAttributes/EditAttributes.jsx | 6 | ||||
-rw-r--r-- | src/editAttributes/changeAttributeForm/ChangeAttributeForm.jsx | 6 | ||||
-rw-r--r-- | src/editAttributes/changeAttributeForm/ChangeAttributeFormConstants.js | 6 | ||||
-rw-r--r-- | src/editAttributes/changeAttributeForm/ChangeAttributeFormReducer.js | 6 | ||||
-rw-r--r-- | src/editAttributes/changeAttributeForm/validate.js | 6 | ||||
-rw-r--r-- | src/editAttributes/index.html | 6 | ||||
-rw-r--r-- | src/editAttributes/main.app.jsx | 6 | ||||
-rw-r--r-- | src/editAttributes/networking/NetworkCalls.js | 6 | ||||
-rw-r--r-- | src/editAttributes/networking/NetworkConstants.js | 6 | ||||
-rw-r--r-- | src/editAttributes/networking/NetworkUtils.js | 7 |
15 files changed, 30 insertions, 61 deletions
diff --git a/src/editAttributes/AppStore.js b/src/editAttributes/AppStore.js index 4403596..888c659 100644 --- a/src/editAttributes/AppStore.js +++ b/src/editAttributes/AppStore.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 {combineReducers, createStore, compose, applyMiddleware} from 'redux'; import thunkMiddleware from 'redux-thunk'; diff --git a/src/editAttributes/Application.jsx b/src/editAttributes/Application.jsx index b1dbda4..0817795 100644 --- a/src/editAttributes/Application.jsx +++ b/src/editAttributes/Application.jsx @@ -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 React, {Component} from 'react'; import {Provider} from 'react-redux'; diff --git a/src/editAttributes/EditAttributeActions.js b/src/editAttributes/EditAttributeActions.js index 26f8694..468d7f4 100644 --- a/src/editAttributes/EditAttributeActions.js +++ b/src/editAttributes/EditAttributeActions.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 NetworkCalls from './networking/NetworkCalls.js'; import { diff --git a/src/editAttributes/EditAttributeConstants.js b/src/editAttributes/EditAttributeConstants.js index 92f2744..c0a35ed 100644 --- a/src/editAttributes/EditAttributeConstants.js +++ b/src/editAttributes/EditAttributeConstants.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 keyMirror from 'utils/KeyMirror.js'; import { diff --git a/src/editAttributes/EditAttributeReducer.js b/src/editAttributes/EditAttributeReducer.js index b1166d4..90c959d 100644 --- a/src/editAttributes/EditAttributeReducer.js +++ b/src/editAttributes/EditAttributeReducer.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 {setAttributesActionTypes} from './EditAttributeConstants.js'; import { diff --git a/src/editAttributes/EditAttributes.jsx b/src/editAttributes/EditAttributes.jsx index 48b3d1e..6aa390f 100644 --- a/src/editAttributes/EditAttributes.jsx +++ b/src/editAttributes/EditAttributes.jsx @@ -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 React, {Component} from 'react'; import {connect} from 'react-redux'; diff --git a/src/editAttributes/changeAttributeForm/ChangeAttributeForm.jsx b/src/editAttributes/changeAttributeForm/ChangeAttributeForm.jsx index a496bdb..b97d6bd 100644 --- a/src/editAttributes/changeAttributeForm/ChangeAttributeForm.jsx +++ b/src/editAttributes/changeAttributeForm/ChangeAttributeForm.jsx @@ -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 React, {Component} from 'react'; import {Field, Fields, reduxForm, propTypes} from 'redux-form'; diff --git a/src/editAttributes/changeAttributeForm/ChangeAttributeFormConstants.js b/src/editAttributes/changeAttributeForm/ChangeAttributeFormConstants.js index 4d0d047..ae6eee5 100644 --- a/src/editAttributes/changeAttributeForm/ChangeAttributeFormConstants.js +++ b/src/editAttributes/changeAttributeForm/ChangeAttributeFormConstants.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. */ export const LABEL_NODE_URI = 'Target Entity URI'; export const LABEL_PROV_STATUS = 'prov-status'; diff --git a/src/editAttributes/changeAttributeForm/ChangeAttributeFormReducer.js b/src/editAttributes/changeAttributeForm/ChangeAttributeFormReducer.js index 5242e93..4edd1eb 100644 --- a/src/editAttributes/changeAttributeForm/ChangeAttributeFormReducer.js +++ b/src/editAttributes/changeAttributeForm/ChangeAttributeFormReducer.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 { combineReducers } from 'redux' import { reducer as formReducer } from 'redux-form' diff --git a/src/editAttributes/changeAttributeForm/validate.js b/src/editAttributes/changeAttributeForm/validate.js index 962f721..450bb02 100644 --- a/src/editAttributes/changeAttributeForm/validate.js +++ b/src/editAttributes/changeAttributeForm/validate.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 i18n from 'utils/i18n/i18n'; diff --git a/src/editAttributes/index.html b/src/editAttributes/index.html index 0bd1bb1..afd9a22 100644 --- a/src/editAttributes/index.html +++ b/src/editAttributes/index.html @@ -3,8 +3,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. @@ -19,8 +19,6 @@ limitations under the License. ============LICENSE_END========================================================= - ECOMP is a trademark and service mark of AT&T Intellectual Property. - --> <html> <head> diff --git a/src/editAttributes/main.app.jsx b/src/editAttributes/main.app.jsx index 698c579..17a4b18 100644 --- a/src/editAttributes/main.app.jsx +++ b/src/editAttributes/main.app.jsx @@ -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 React from 'react'; import ReactDOM from 'react-dom'; diff --git a/src/editAttributes/networking/NetworkCalls.js b/src/editAttributes/networking/NetworkCalls.js index 4f759a3..7038e5e 100644 --- a/src/editAttributes/networking/NetworkCalls.js +++ b/src/editAttributes/networking/NetworkCalls.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. */ export default { fetchRequest(URL, CREDENTIALS, METHOD, HEADER, BODY) { diff --git a/src/editAttributes/networking/NetworkConstants.js b/src/editAttributes/networking/NetworkConstants.js index fe842b5..09629fc 100644 --- a/src/editAttributes/networking/NetworkConstants.js +++ b/src/editAttributes/networking/NetworkConstants.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. */ export const POST = 'POST'; export const POST_HEADER = { diff --git a/src/editAttributes/networking/NetworkUtils.js b/src/editAttributes/networking/NetworkUtils.js index b11d05a..c8e65cb 100644 --- a/src/editAttributes/networking/NetworkUtils.js +++ b/src/editAttributes/networking/NetworkUtils.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,10 +17,7 @@ * 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 function createEditEntityAttributeRequestObject(uri, attributes) { return { 'entity-uri': uri, |