Add Apache license header per file 97/41397/2
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>
Fri, 6 Apr 2018 15:33:07 +0000 (17:33 +0200)
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>
Fri, 6 Apr 2018 15:34:57 +0000 (17:34 +0200)
    - check
    mvn license:check
    - insert license header
    mvn license:format

Change-Id: If2dd3c2ef57527b0f38d3412e73f40b884fd3f6d
Issue-ID: EXTAPI-47
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
99 files changed:
LICENSE.TXT [new file with mode: 0644]
LICENSE.txt [deleted file]
pom.xml
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/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

diff --git a/LICENSE.TXT b/LICENSE.TXT
new file mode 100644 (file)
index 0000000..6c885dd
--- /dev/null
@@ -0,0 +1,14 @@
+
+    Copyright (c) 2017 Orange.  All rights reserved.
+
+    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.
\ No newline at end of file
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644 (file)
index e8cdcf3..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (c) 2017 Orange.  All rights reserved.
-===================================================================
-
-       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.
diff --git a/pom.xml b/pom.xml
index 6455a8f..5efc3d4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+
+        Copyright (c) 2017 Orange.  All rights reserved.
+
+        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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
                                        </dependency>
                                </dependencies>
                        </plugin>
+                       <plugin>
+                               <groupId>com.mycila</groupId>
+                               <artifactId>license-maven-plugin</artifactId>
+                               <version>3.0</version>
+                               <configuration>
+                                       <header>LICENSE.TXT</header>
+                                       <includes>
+                                               <include>src/main/java/**</include>
+                                               <include>src/test/java/**</include>
+                                               <include>pom.xml</include>
+                                       </includes>
+                                       <skipExistingHeaders>true</skipExistingHeaders>
+                                       <skip>false</skip>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <!-- Set goal to "format" to auto update license headers -->
+                                                       <goal>check</goal>
+                                               </goals>
+                                               <phase>process-sources</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
 </project>
index 0609f9c..c9049c4 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi;
 
 import org.springframework.boot.SpringApplication;
index 3214f17..4fc8c67 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi;
 
 /**
index 8152d6f..6a89539 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis;
 
 import org.onap.nbi.exceptions.BackendErrorHandler;
index 5bab982..701f01e 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.servicecatalog;
 
 import java.io.File;
index 512b088..1034433 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.servicecatalog;
 
 import java.util.LinkedHashMap;
index 3b56819..48988a0 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.servicecatalog;
 
 import java.util.LinkedHashMap;
index 4bfbd7b..bbd7a87 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.servicecatalog;
 
 import java.io.File;
index 742a3d4..3ff812e 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.servicecatalog.jolt;
 
 import com.bazaarvoice.jolt.Chainr;
index 27a8dee..a0f63df 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.servicecatalog.jolt;
 
 import com.bazaarvoice.jolt.Chainr;
index 1f5f74d..1a231a8 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceinventory;
 
 import java.util.LinkedHashMap;
index b9a93d0..0ba6d04 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceinventory;
 
 import org.slf4j.Logger;
index cbbd88d..3f5d994 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceinventory;
 
 import java.util.LinkedHashMap;
index 9092381..c46ec14 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceinventory;
 
 import java.util.LinkedHashMap;
index 886a464..808d43f 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceinventory;
 
 import java.util.ArrayList;
index 8173215..d836877 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceinventory.jolt;
 
 import java.util.List;
index f82c696..3817b60 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceinventory.jolt;
 
 import java.util.List;
index 223e408..f4c9fe1 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder;
 
 import java.util.HashMap;
index b15b1c5..941d6c0 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder;
 
 import org.onap.nbi.apis.serviceorder.model.StateType;
index d76bb2d..1cedcf5 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder;
 
 
index 7165bb0..978e77a 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder;
 
 
index 1842cfe..96e372c 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder;
 
 import java.util.Date;
index 96d9893..98295cc 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder;
 
 import org.onap.nbi.OnapComponentsUrlPaths;
index f9543e6..cfd1d27 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model;
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
index 98ac0a1..e9bc104 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index ed35a63..581939d 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 04cef33..f51664f 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 141726d..ca3925f 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 0bd296c..23ee50e 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 4856d7e..5e73de8 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index f39fa95..133d389 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index ae69f67..a49f5b2 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 396bd04..c340949 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model;
 
 /*
index 1253ce6..0f9488d 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index a0eaa86..4d8d6ec 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 1726f0e..e32fc26 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 50f9cfe..36bd635 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index e538d09..68ce155 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 2119916..a682fb7 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 2a22216..6d3284a 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 9e26a1b..58a9e7d 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 98e6052..a987760 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index 4d5acaa..4ae4971 100755 (executable)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 /*
  * API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
  * open API16.5 + applied TMF guideline 3.0
index e905c09..3c17a6c 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class CloudConfiguration {
index 46268cb..d4b7d6b 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class CreateServiceInstanceResponse {
index d3c2ccf..2684551 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 import java.util.Objects;
index 0efd4ee..f2e97b6 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class ModelInfo {
index 8f4313f..d9c205a 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 import java.util.Objects;
index 020e454..e8a258c 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class RequestDetails {
index a05e9db..083ff9d 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class RequestInfo {
index 9f66f21..7be6f05 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 import java.util.List;
index 7c7d481..2991771 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class RequestReference {
index c657f9b..62dcdc1 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 import com.fasterxml.jackson.annotation.JsonCreator;
index 06e5961..1a3dc8d 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 import java.util.Objects;
index 0a26ff8..74db09e 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class SubscriberInfo {
index 1f82744..f5ce8e8 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.consumer;
 
 public class UserParams {
index 0556939..9c5585f 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.orchestrator;
 
 import java.util.Date;
index 6a6c966..95db5ca 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.orchestrator;
 
 
index eca36ae..c492ecb 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.orchestrator;
 
 import javax.persistence.Entity;
index a37c0b5..11fbc51 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.model.orchestrator;
 
 
index 31d882b..ed52705 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.repositories;
 
 import org.onap.nbi.apis.serviceorder.model.orchestrator.ExecutionTask;
index 4689b20..4508fb4 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.repositories;
 
 
index 165ad44..29a54f0 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.repositories;
 
 import org.onap.nbi.apis.serviceorder.model.ServiceOrder;
index f26e95b..fedde49 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.serviceordervalidator;
 
 
index 105703b..07e34b9 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.serviceordervalidator;
 
 import javax.validation.Constraint;
index f63f9c5..eb22467 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.utils;
 
 import java.io.IOException;
index 44e3db0..67f03fc 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.workflow;
 
 import org.onap.nbi.apis.serviceorder.MultiClient;
index 6b8c55b..8eeb7c6 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.workflow;
 
 import org.onap.nbi.apis.serviceorder.MultiClient;
index 625a869..b12229b 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.workflow;
 
 import org.onap.nbi.apis.serviceorder.MultiClient;
index 57d3621..a09be70 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.workflow;
 
 import org.onap.nbi.apis.serviceorder.model.OrderItemRelationship;
index 0bc7185..2cbfd32 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.serviceorder.workflow;
 
 import java.io.IOException;
index f4b0bcd..42883d2 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.status;
 
 import org.onap.nbi.apis.status.model.ApplicationStatus;
index 2309da4..d30f2a1 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.status;
 
 import org.onap.nbi.apis.status.model.ApplicationStatus;
index 7262aea..e53ce32 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.status;
 
 import org.onap.nbi.apis.status.model.ApplicationStatus;
index ecaa89e..e452ed9 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.status.model;
 
 import java.util.HashSet;
index a54dc50..dbaf329 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.status.model;
 
 import com.fasterxml.jackson.annotation.JsonCreator;
index 1d14f12..af174fd 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 import org.apache.commons.beanutils.PropertyUtilsBean;
index bc173c3..2509e63 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 import java.math.BigDecimal;
index 0c71262..019d23b 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 import java.util.LinkedHashSet;
index 8ee453f..f6dda34 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 import org.springframework.util.MultiValueMap;
index 69c32df..d360e8c 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 import java.util.ArrayList;
index dad59f2..aabbe8b 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 /**
index 4b374b0..1379e29 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 
index 67c0e3e..46c5eb9 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.commons;
 
 import java.net.URI;
index d829aae..cb06112 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.exceptions;
 
 import javax.xml.bind.annotation.XmlAccessType;
index d07d9db..002c77e 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.exceptions;
 
 import java.io.Serializable;
index 1781701..8fce965 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.exceptions;
 
 import org.slf4j.Logger;
index 7c28b05..9f81e56 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.exceptions;
 
 import org.springframework.http.client.ClientHttpResponse;
index cfddb2b..722e787 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.exceptions;
 
 import org.springframework.http.HttpStatus;
index e30006e..f24fb8d 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.exceptions;
 
 import org.springframework.http.HttpStatus;
index 72ea01b..39348e5 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.exceptions;
 
 import org.springframework.validation.FieldError;
index cdd9f61..259543c 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis;
 
 
index 93c9000..0832787 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis;
 
 
index f988996..fdd106b 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis;
 
 
index 3f44640..5b68783 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.assertions;
 
 
index 426b1a1..28a9686 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.assertions;
 
 
index 2e89a8a..d21b016 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ *
+ *     Copyright (c) 2017 Orange.  All rights reserved.
+ *
+ *     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.
+ */
 package org.onap.nbi.apis.assertions;
 
 import java.util.ArrayList;