summaryrefslogtreecommitdiffstats
path: root/src/editAttributes/networking
diff options
context:
space:
mode:
Diffstat (limited to 'src/editAttributes/networking')
-rw-r--r--src/editAttributes/networking/NetworkCalls.js6
-rw-r--r--src/editAttributes/networking/NetworkConstants.js6
-rw-r--r--src/editAttributes/networking/NetworkUtils.js7
3 files changed, 6 insertions, 13 deletions
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,