Merge "Add license in missing .http and .properties files"
authorAndy Mayer <am803u@att.com>
Wed, 11 Apr 2018 14:01:00 +0000 (14:01 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Apr 2018 14:01:00 +0000 (14:01 +0000)
LICENSE.TXT
pom.xml
restclient/onap.http
restclient/serviceOrder.http
src/main/resources/application-docker.properties
src/main/resources/application-localhost.properties
src/main/resources/application.properties
src/test/resources/application.properties

index 6c885dd..38ee766 100644 (file)
@@ -1,4 +1,3 @@
-
     Copyright (c) 2017 Orange.  All rights reserved.
 
     Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pom.xml b/pom.xml
index 80f0002..555a218 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <configuration>
                                        <header>LICENSE.TXT</header>
                                        <includes>
-                                               <include>src/main/java/**</include>
-                                               <include>src/test/java/**</include>
+                                               <include>restclient/**</include>
+                                               <include>src/**</include>
                                                <include>pom.xml</include>
                                        </includes>
                                        <skipExistingHeaders>true</skipExistingHeaders>
                                        <skip>false</skip>
+                                       <mapping>
+                                               <http>SCRIPT_STYLE</http>
+                                       </mapping>
                                </configuration>
                                <executions>
                                        <execution>
index cbec294..846df6d 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.
+#
+
 
 ## SDC Get catalog service list
 
index c8c6905..f6d69b9 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.
+#
+
 ### Create REJECTED
 POST  {{serviceOrder.url}}/serviceOrder
     ?fields=id,state,description,relatedParty.id,toto
index 01070d4..4a2a15e 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.
+#
+
 # LOGGING
 logging.level.org.onap.nbi=INFO
 
index 6a210a7..8470a93 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.
+#
+
 # LOGGING
 logging.level.org.onap.nbi=INFO
 
index 61f2d0c..4917ece 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.
+#
+
 # SERVER
 server.contextPath=/nbi/api/v1
 server.port = 8080
index 793da56..743f438 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.
+#
+
 # SERVER
 server.contextPath=/nbi/api/v1
 server.port = 8080