aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-05-16 15:59:24 +0200
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-05-16 15:59:24 +0200
commit66ae93888527919b56123593243d4ac0e2e32af0 (patch)
treec17e4b0950f8cc9fb496b68db200821726aa1700
parent9d353deac4cbdeada20028515817314bfed02f0c (diff)
Codebase license scan results, May 2018
Change-Id: I85320efd75b1ba66481c427a240c8915fe42ce0a Issue-ID: EXTAPI-87 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
-rw-r--r--.env16
-rw-r--r--.gitignore16
-rw-r--r--.maven-dockerignore16
-rw-r--r--Dockerfile16
-rw-r--r--INFO.yaml16
-rw-r--r--docker-compose.yml16
-rw-r--r--pom.xml5
-rw-r--r--src/main/resources/certificate/AAF_RootCA.cer15
-rw-r--r--src/main/resources/certificate/aai.api.simpledemo.openecomp.org15
-rw-r--r--version.properties16
10 files changed, 146 insertions, 1 deletions
diff --git a/.env b/.env
index c4a3655..b084635 100644
--- 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
diff --git a/.gitignore b/.gitignore
index a05f4a2..9f87b08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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 ###
*~
diff --git a/.maven-dockerignore b/.maven-dockerignore
index 07fa861..20d7722 100644
--- a/.maven-dockerignore
+++ b/.maven-dockerignore
@@ -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/
diff --git a/Dockerfile b/Dockerfile
index af70549..ecd59f5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
diff --git a/INFO.yaml b/INFO.yaml
index 1a246ae..d575217 100644
--- 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'
diff --git a/docker-compose.yml b/docker-compose.yml
index 569f166..ead0801 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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
--- a/pom.xml
+++ b/pom.xml
@@ -297,7 +297,10 @@
<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>
diff --git a/src/main/resources/certificate/AAF_RootCA.cer b/src/main/resources/certificate/AAF_RootCA.cer
index e9a50d7..fbd12d8 100644
--- a/src/main/resources/certificate/AAF_RootCA.cer
+++ b/src/main/resources/certificate/AAF_RootCA.cer
@@ -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
diff --git a/src/main/resources/certificate/aai.api.simpledemo.openecomp.org b/src/main/resources/certificate/aai.api.simpledemo.openecomp.org
index 85ae8a7..31a9389 100644
--- a/src/main/resources/certificate/aai.api.simpledemo.openecomp.org
+++ b/src/main/resources/certificate/aai.api.simpledemo.openecomp.org
@@ -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-----
MIIDyzCCArMCCQDrA8zzZKXznDANBgkqhkiG9w0BAQsFADCBrTELMAkGA1UEBhMC
VVMxCzAJBgNVBAgMAk5KMRMwEQYDVQQHDApCZWRtaW5zdGVyMRIwEAYDVQQKDAlP
diff --git a/version.properties b/version.properties
index d3e09bb..aeb4b21 100644
--- a/version.properties
+++ b/version.properties
@@ -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...