Codebase license scan results, May 2018 29/47829/1
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>
Wed, 16 May 2018 13:59:24 +0000 (15:59 +0200)
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>
Wed, 16 May 2018 13:59:24 +0000 (15:59 +0200)
Change-Id: I85320efd75b1ba66481c427a240c8915fe42ce0a
Issue-ID: EXTAPI-87
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
.env
.gitignore
.maven-dockerignore
Dockerfile
INFO.yaml
docker-compose.yml
pom.xml
src/main/resources/certificate/AAF_RootCA.cer
src/main/resources/certificate/aai.api.simpledemo.openecomp.org
version.properties

diff --git a/.env b/.env
index c4a3655..b084635 100644 (file)
--- a/.env
+++ b/.env
@@ -1,3 +1,19 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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.
+#
+
 # APPLICATION
 SERVER_CONTEXTPATH=/nbi/api/v1
 SERVER_PORT=8080
index a05f4a2..9f87b08 100644 (file)
@@ -1,3 +1,19 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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.
+#
+
 #### OS related ####
 ### Linux related ###
 *~
index 07fa861..20d7722 100644 (file)
@@ -1 +1,17 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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.
+#
+
 target/docker/
index af70549..ecd59f5 100644 (file)
@@ -1,3 +1,19 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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.
+#
+
 FROM openjdk:8-jre-alpine
 
 ARG SERVER_PORT
index 1a246ae..d575217 100644 (file)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -1,3 +1,19 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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: 'externalapi-nbi'
 project_creation_date: '2017-06-29'
index 569f166..ead0801 100644 (file)
@@ -1,3 +1,19 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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.
+#
+
 version: "2"
 services:
   mongo:
diff --git a/pom.xml b/pom.xml
index 4c62fbe..d7b2401 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <includes>
                                                <include>restclient/**</include>
                                                <include>src/**</include>
-                                               <include>pom.xml</include>
+                                               <include>./**/*.xml</include>
+                                               <include>./**/*.xml</include>
+                                               <include>./**/*.yml</include>
+                                               <include>./**/*.yaml</include>
                                        </includes>
                                        <skipExistingHeaders>true</skipExistingHeaders>
                                        <skip>false</skip>
index e9a50d7..fbd12d8 100644 (file)
@@ -1,3 +1,18 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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.
+#
 -----BEGIN CERTIFICATE-----
 MIIFPjCCAyagAwIBAgIJAJ6u7cCnzrWdMA0GCSqGSIb3DQEBCwUAMCwxDjAMBgNV
 BAsMBU9TQUFGMQ0wCwYDVQQKDARPTkFQMQswCQYDVQQGEwJVUzAeFw0xODA0MDUx
index 85ae8a7..31a9389 100644 (file)
@@ -1,3 +1,18 @@
+#\r
+#     Copyright (c) 2018 Orange\r
+#\r
+#     Licensed under the Apache License, Version 2.0 (the "License");\r
+#     you may not use this file except in compliance with the License.\r
+#     You may obtain a copy of the License at\r
+#\r
+#         http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+#     Unless required by applicable law or agreed to in writing, software\r
+#     distributed under the License is distributed on an "AS IS" BASIS,\r
+#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+#     See the License for the specific language governing permissions and\r
+#     limitations under the License.\r
+#\r
 -----BEGIN CERTIFICATE-----\r
 MIIDyzCCArMCCQDrA8zzZKXznDANBgkqhkiG9w0BAQsFADCBrTELMAkGA1UEBhMC\r
 VVMxCzAJBgNVBAgMAk5KMRMwEQYDVQQHDApCZWRtaW5zdGVyMRIwEAYDVQQKDAlP\r
index d3e09bb..aeb4b21 100644 (file)
@@ -1,3 +1,19 @@
+#
+#     Copyright (c) 2018 Orange
+#
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+#     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.
+#
+
 # Versioning variables
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support...