Remove 'All rights reserved.' on apache 2 license 89/42689/1
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>
Fri, 13 Apr 2018 08:44:18 +0000 (10:44 +0200)
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>
Fri, 13 Apr 2018 08:44:18 +0000 (10:44 +0200)
- mvn license:remove
- update LICENSE.TXT
- mvn license:format

Change-Id: I2e7b1c78936b40a7cd181df7a1084535a09eac8c
Issue-ID: EXTAPI-53
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
104 files changed:
LICENSE.TXT
pom.xml
restclient/onap.http
restclient/serviceOrder.http
src/main/java/org/onap/nbi/Application.java
src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java
src/main/java/org/onap/nbi/apis/RestConfiguration.java
src/main/java/org/onap/nbi/apis/servicecatalog/SdcClient.java
src/main/java/org/onap/nbi/apis/servicecatalog/ServiceSpecificationResource.java
src/main/java/org/onap/nbi/apis/servicecatalog/ServiceSpecificationService.java
src/main/java/org/onap/nbi/apis/servicecatalog/ToscaInfosProcessor.java
src/main/java/org/onap/nbi/apis/servicecatalog/jolt/FindServiceSpecJsonTransformer.java
src/main/java/org/onap/nbi/apis/servicecatalog/jolt/GetServiceSpecJsonTransformer.java
src/main/java/org/onap/nbi/apis/serviceinventory/AaiClient.java
src/main/java/org/onap/nbi/apis/serviceinventory/BaseClient.java
src/main/java/org/onap/nbi/apis/serviceinventory/NbiClient.java
src/main/java/org/onap/nbi/apis/serviceinventory/ServiceInventoryResource.java
src/main/java/org/onap/nbi/apis/serviceinventory/ServiceInventoryService.java
src/main/java/org/onap/nbi/apis/serviceinventory/jolt/FindServiceInventoryJsonTransformer.java
src/main/java/org/onap/nbi/apis/serviceinventory/jolt/GetServiceInventoryJsonTransformer.java
src/main/java/org/onap/nbi/apis/serviceorder/MultiClient.java
src/main/java/org/onap/nbi/apis/serviceorder/MultiCriteriaRequestBuilder.java
src/main/java/org/onap/nbi/apis/serviceorder/ServiceCatalogUrl.java
src/main/java/org/onap/nbi/apis/serviceorder/ServiceInventoryUrl.java
src/main/java/org/onap/nbi/apis/serviceorder/ServiceOrderResource.java
src/main/java/org/onap/nbi/apis/serviceorder/SoClient.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java
src/main/java/org/onap/nbi/apis/serviceorder/model/AppointmentRef.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ErrorRepresentation.java
src/main/java/org/onap/nbi/apis/serviceorder/model/Note.java
src/main/java/org/onap/nbi/apis/serviceorder/model/OrderItemRef.java
src/main/java/org/onap/nbi/apis/serviceorder/model/OrderItemRelationship.java
src/main/java/org/onap/nbi/apis/serviceorder/model/OrderRelationship.java
src/main/java/org/onap/nbi/apis/serviceorder/model/Place.java
src/main/java/org/onap/nbi/apis/serviceorder/model/RelatedParty.java
src/main/java/org/onap/nbi/apis/serviceorder/model/RelationshipType.java
src/main/java/org/onap/nbi/apis/serviceorder/model/Service.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ServiceCharacteristic.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ServiceOrder.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ServiceOrderItem.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ServiceRef.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ServiceRelationship.java
src/main/java/org/onap/nbi/apis/serviceorder/model/ServiceSpecificationRef.java
src/main/java/org/onap/nbi/apis/serviceorder/model/StateType.java
src/main/java/org/onap/nbi/apis/serviceorder/model/TargetServiceSchema.java
src/main/java/org/onap/nbi/apis/serviceorder/model/Value.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/CloudConfiguration.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/CreateServiceInstanceResponse.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/GetRequestStatusResponse.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/ModelInfo.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/Request.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestDetails.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestInfo.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestParameters.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestReference.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestState.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/RequestStatus.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/SubscriberInfo.java
src/main/java/org/onap/nbi/apis/serviceorder/model/consumer/UserParams.java
src/main/java/org/onap/nbi/apis/serviceorder/model/orchestrator/ExecutionTask.java
src/main/java/org/onap/nbi/apis/serviceorder/model/orchestrator/ServiceOrderInfo.java
src/main/java/org/onap/nbi/apis/serviceorder/model/orchestrator/ServiceOrderInfoJson.java
src/main/java/org/onap/nbi/apis/serviceorder/model/orchestrator/ServiceOrderItemInfo.java
src/main/java/org/onap/nbi/apis/serviceorder/repositories/ExecutionTaskRepository.java
src/main/java/org/onap/nbi/apis/serviceorder/repositories/ServiceOrderInfoRepository.java
src/main/java/org/onap/nbi/apis/serviceorder/repositories/ServiceOrderRepository.java
src/main/java/org/onap/nbi/apis/serviceorder/serviceordervalidator/ServiceOrderValidator.java
src/main/java/org/onap/nbi/apis/serviceorder/serviceordervalidator/ValidServiceOrder.java
src/main/java/org/onap/nbi/apis/serviceorder/utils/JsonEntityConverter.java
src/main/java/org/onap/nbi/apis/serviceorder/workflow/CheckOrderConsistenceManager.java
src/main/java/org/onap/nbi/apis/serviceorder/workflow/CreateAAICustomerManager.java
src/main/java/org/onap/nbi/apis/serviceorder/workflow/CreateAAIServiceTypeManager.java
src/main/java/org/onap/nbi/apis/serviceorder/workflow/SOTaskManager.java
src/main/java/org/onap/nbi/apis/serviceorder/workflow/SOTaskProcessor.java
src/main/java/org/onap/nbi/apis/status/StatusResource.java
src/main/java/org/onap/nbi/apis/status/StatusService.java
src/main/java/org/onap/nbi/apis/status/StatusServiceImpl.java
src/main/java/org/onap/nbi/apis/status/model/ApplicationStatus.java
src/main/java/org/onap/nbi/apis/status/model/StatusType.java
src/main/java/org/onap/nbi/commons/BeanUtils.java
src/main/java/org/onap/nbi/commons/JacksonFilter.java
src/main/java/org/onap/nbi/commons/JsonRepresentation.java
src/main/java/org/onap/nbi/commons/Query.java
src/main/java/org/onap/nbi/commons/QueryParserUtils.java
src/main/java/org/onap/nbi/commons/ReservedKeys.java
src/main/java/org/onap/nbi/commons/Resource.java
src/main/java/org/onap/nbi/commons/ResourceManagement.java
src/main/java/org/onap/nbi/exceptions/ApiError.java
src/main/java/org/onap/nbi/exceptions/ApiException.java
src/main/java/org/onap/nbi/exceptions/ApiExceptionHandler.java
src/main/java/org/onap/nbi/exceptions/BackendErrorHandler.java
src/main/java/org/onap/nbi/exceptions/BackendFunctionalException.java
src/main/java/org/onap/nbi/exceptions/TechnicalException.java
src/main/java/org/onap/nbi/exceptions/ValidationException.java
src/main/resources/application-docker.properties
src/main/resources/application-localhost.properties
src/main/resources/application.properties
src/test/java/org/onap/nbi/apis/ApiTest.java
src/test/java/org/onap/nbi/apis/ServiceOrderRepositoryTest.java
src/test/java/org/onap/nbi/apis/StatusResourceTest.java
src/test/java/org/onap/nbi/apis/assertions/ServiceCatalogAssertions.java
src/test/java/org/onap/nbi/apis/assertions/ServiceInventoryAssertions.java
src/test/java/org/onap/nbi/apis/assertions/ServiceOrderAssertions.java
src/test/resources/application.properties

index 38ee766..9a13a04 100644 (file)
@@ -1,4 +1,4 @@
-    Copyright (c) 2017 Orange.  All rights reserved.
+    Copyright (c) 2018 Orange
 
     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/pom.xml b/pom.xml
index 505777a..9066b0f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-
-        Copyright (c) 2017 Orange.  All rights reserved.
+        Copyright (c) 2018 Orange
 
         Licensed under the Apache License, Version 2.0 (the "License");
         you may not use this file except in compliance with the License.
                        <plugin>
                             <groupId>org.jacoco</groupId>
                             <artifactId>jacoco-maven-plugin</artifactId>
-                            <version>0.7.7.201606060606</version>
+                            <version>0.8.1</version>
                             <configuration>
                                  <dumpOnExit>true</dumpOnExit>
                                  <includes>
index 846df6d..90f3d2f 100644 (file)
@@ -1,5 +1,5 @@
 #
-#     Copyright (c) 2017 Orange.  All rights reserved.
+#     Copyright (c) 2018 Orange
 #
 #     Licensed under the Apache License, Version 2.0 (the "License");
 #     you may not use this file except in compliance with the License.
index f6d69b9..5496e89 100644 (file)
@@ -1,5 +1,5 @@
 #
-#     Copyright (c) 2017 Orange.  All rights reserved.
+#     Copyright (c) 2018 Orange
 #
 #     Licensed under the Apache License, Version 2.0 (the "License");
 #     you may not use this file except in compliance with the License.
index c9049c4..6a9bcbe 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 4fc8c67..989df02 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 6a89539..d9e3206 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 701f01e..65d5b9c 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 1034433..2d1b35f 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 48988a0..e89960a 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index bbd7a87..cc07f6f 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 3ff812e..0046adb 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index a0f63df..d4c47a2 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 1a231a8..8fd3002 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 0ba6d04..c973f32 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 3f5d994..509bb7f 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index c46ec14..26c9d98 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 808d43f..707c9e9 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index d836877..326248e 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 3817b60..33a7edf 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index f4c9fe1..8c0b2be 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 941d6c0..635be7c 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 1cedcf5..9831b67 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 978e77a..69b8f42 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 96e372c..4530528 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 98295cc..c3e41f4 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index cfd1d27..6f3499f 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index e9bc104..8535e13 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 581939d..57e1872 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index f51664f..edd485f 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index ca3925f..c4860f1 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 23ee50e..ecb3116 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 5e73de8..9732fe2 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 133d389..dbd17bc 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index a49f5b2..4f7474c 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index c340949..2ebd3fb 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 0f9488d..8a65269 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 4d8d6ec..8b2c307 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index e32fc26..e8d1e97 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 36bd635..e03713e 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 68ce155..e39abe6 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index a682fb7..e8370e9 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 6d3284a..33033b6 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 58a9e7d..764c7f1 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index a987760..c0e2517 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 4ae4971..2f1fa7f 100755 (executable)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 3c17a6c..9cb6b40 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index d4b7d6b..bfda46e 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 2684551..0f95e8d 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index f2e97b6..3479f85 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index d9c205a..11298b9 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index e8a258c..da5b1ad 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 083ff9d..6d3d5d5 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 7be6f05..31a1853 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 2991771..2d0b7c9 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 62dcdc1..90ea666 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 1a3dc8d..27cfc96 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 74db09e..3e0ce49 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index f5ce8e8..4bcdcb6 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 9c5585f..1aeab20 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 95db5ca..b873cdc 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index c492ecb..cb22040 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 11fbc51..a6f3c84 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index ed52705..31f395a 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 4508fb4..f3eca16 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 29a54f0..aff55f9 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index fedde49..92955e3 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 07e34b9..eeb0bfc 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index eb22467..9e8d87e 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 67f03fc..1fb57ef 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 8eeb7c6..516444a 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index b12229b..f98eef5 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index a09be70..c3f29b1 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 2cbfd32..f1d7915 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 42883d2..7235d2c 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index d30f2a1..8f285bf 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index e53ce32..5a19e48 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index e452ed9..3e1a60f 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index dbaf329..4b577d2 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index af174fd..9cab9f7 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 2509e63..21628e0 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 019d23b..7f1f1db 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index f6dda34..9821606 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index d360e8c..53a0e61 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index aabbe8b..e0fc952 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 1379e29..768a771 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 46c5eb9..e90c2b0 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index cb06112..71111ea 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 002c77e..f51d9d2 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 8fce965..acc556e 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 9f81e56..56496b8 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 722e787..47257cc 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index f24fb8d..956a15a 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 39348e5..e077333 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 4a2a15e..098b43f 100644 (file)
@@ -1,5 +1,5 @@
 #
-#     Copyright (c) 2017 Orange.  All rights reserved.
+#     Copyright (c) 2018 Orange
 #
 #     Licensed under the Apache License, Version 2.0 (the "License");
 #     you may not use this file except in compliance with the License.
index bc4d56d..f542f60 100644 (file)
@@ -1,5 +1,5 @@
 #
-#     Copyright (c) 2017 Orange.  All rights reserved.
+#     Copyright (c) 2018 Orange
 #
 #     Licensed under the Apache License, Version 2.0 (the "License");
 #     you may not use this file except in compliance with the License.
index 4917ece..4ddd54f 100644 (file)
@@ -1,5 +1,5 @@
 #
-#     Copyright (c) 2017 Orange.  All rights reserved.
+#     Copyright (c) 2018 Orange
 #
 #     Licensed under the Apache License, Version 2.0 (the "License");
 #     you may not use this file except in compliance with the License.
index 259543c..c65f60b 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 0832787..9c030bd 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index fdd106b..d9309be 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 5b68783..648241d 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 28a9686..56a6180 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index d21b016..feec313 100644 (file)
@@ -1,6 +1,5 @@
 /**
- *
- *     Copyright (c) 2017 Orange.  All rights reserved.
+ *     Copyright (c) 2018 Orange
  *
  *     Licensed under the Apache License, Version 2.0 (the "License");
  *     you may not use this file except in compliance with the License.
index 743f438..0128997 100644 (file)
@@ -1,5 +1,5 @@
 #
-#     Copyright (c) 2017 Orange.  All rights reserved.
+#     Copyright (c) 2018 Orange
 #
 #     Licensed under the Apache License, Version 2.0 (the "License");
 #     you may not use this file except in compliance with the License.