diff --git a/.travis/testForLicenseHeaders.sh b/.travis/testForLicenseHeaders.sh index 35ecc35412..2613ac882c 100755 --- a/.travis/testForLicenseHeaders.sh +++ b/.travis/testForLicenseHeaders.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # ----------------------------------------------------------------------------- # Copyright Siemens AG, 2017. +# Copyright Bosch.IO 2020. # Part of the SW360 Portal Project. # # This program and the accompanying materials are made @@ -30,7 +31,7 @@ while read file ; do echo "$(tput bold)ERROR: no EPL-2.0 licensing is specified in $file$(tput sgr0)" failure=true done <<< "$(git ls-files \ - | grep -Ev '\.(csv|rdf|ent|dtd|lar|png|gif|psd|ico|jpg|docx|gitignore|cert|jks|spdx|rdf|MockMaker)' \ + | grep -Ev '\.(csv|rdf|ent|dtd|lar|png|gif|psd|ico|jpg|docx|gitignore|cert|jks|spdx|rdf|MockMaker|json)' \ | grep -Ev '(LICENSE|NOTICE|README|CHANGELOG|Language|Language_vi)' \ | grep -v 'id_rsa' \ | grep -Ev '*/asciidoc/*')" diff --git a/clients/client/pom.xml b/clients/client/pom.xml index ef195c4e72..d524913a2c 100644 --- a/clients/client/pom.xml +++ b/clients/client/pom.xml @@ -1,4 +1,13 @@ + diff --git a/clients/client/src/site/markdown/sw360-data-model.md b/clients/client/src/site/markdown/sw360-data-model.md index f1448f5016..dcb63c5483 100644 --- a/clients/client/src/site/markdown/sw360-data-model.md +++ b/clients/client/src/site/markdown/sw360-data-model.md @@ -1,3 +1,8 @@ +[//]: # (Copyright Bosch.IO GmbH 2020) +[//]: # (This program and the accompanying materials are made) +[//]: # (available under the terms of the Eclipse Public License 2.0) +[//]: # (which is available at https://www.eclipse.org/legal/epl-2.0/) +[//]: # (SPDX-License-Identifier: EPL-2.0) # SW360 Data Model The sw360 client is capable of interacting with your instance of [SW360](https://www.eclipse.org/sw360/). diff --git a/clients/http-support/pom.xml b/clients/http-support/pom.xml index a27afe33ed..02e62a9e75 100644 --- a/clients/http-support/pom.xml +++ b/clients/http-support/pom.xml @@ -1,4 +1,13 @@ + diff --git a/clients/http-support/src/site/markdown/index_http.md.vm b/clients/http-support/src/site/markdown/index_http.md similarity index 98% rename from clients/http-support/src/site/markdown/index_http.md.vm rename to clients/http-support/src/site/markdown/index_http.md index d8a96966a0..022ddc7e07 100644 --- a/clients/http-support/src/site/markdown/index_http.md.vm +++ b/clients/http-support/src/site/markdown/index_http.md @@ -1,3 +1,8 @@ +[//]: # (Copyright Bosch.IO GmbH 2020) +[//]: # (This program and the accompanying materials are made) +[//]: # (available under the terms of the Eclipse Public License 2.0) +[//]: # (which is available at https://www.eclipse.org/legal/epl-2.0/) +[//]: # (SPDX-License-Identifier: EPL-2.0) # The HTTP support library During an sw360 client execution it is typically necessary to communicate with diff --git a/pom.xml b/pom.xml index 570480ad77..0aa8543b0c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@