Skip to content

Commit

Permalink
refactor(client): missing license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Neubauer <Stephanie.Neubauer@bosch.io>
  • Loading branch information
neubs-bsi committed Dec 7, 2020
1 parent dd480dd commit 70f8721
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/testForLicenseHeaders.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/*')"
Expand Down
9 changes: 9 additions & 0 deletions clients/client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="UTF-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
-->
<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">
Expand Down
5 changes: 5 additions & 0 deletions clients/client/src/site/markdown/sw360-data-model.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
9 changes: 9 additions & 0 deletions clients/http-support/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="UTF-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
-->
<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">
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright Siemens AG, 2013-2017, 2019, 2020. Part of the SW360 Portal Project.
~ Copyright Bosch.IO GmbH 2020.
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
Expand Down

0 comments on commit 70f8721

Please sign in to comment.