-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): relicensing from EPL-1.0 to EPL-2.0
Signed-off-by: Michael C. Jaeger <[email protected]>
- Loading branch information
Showing
937 changed files
with
4,704 additions
and
5,435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ | |
# Copyright Bosch Software Innovations GmbH, 2017. | ||
# Part of the SW360 Portal Project. | ||
# | ||
# All rights reserved. This configuration file is provided to you under the | ||
# terms and conditions of the Eclipse Distribution License v1.0 which | ||
# accompanies this distribution, and is available at | ||
# http://www.eclipse.org/org/documents/edl-v10.php | ||
# 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 | ||
# | ||
# initial author: [email protected] | ||
# ----------------------------------------------------------------------------- | ||
|
@@ -59,4 +60,3 @@ matrix: | |
# script: scripts/compileWithDocker.sh | ||
allow_failures: | ||
- name: mvn dependency:analyze | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ | |
# Copyright Siemens AG, 2017. | ||
# Part of the SW360 Portal Project. | ||
# | ||
# All rights reserved. This configuration file is provided to you under the | ||
# terms and conditions of the Eclipse Distribution License v1.0 which | ||
# accompanies this distribution, and is available at | ||
# http://www.eclipse.org/org/documents/edl-v10.php | ||
# 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 | ||
# | ||
# initial author: [email protected] | ||
# ----------------------------------------------------------------------------- | ||
|
@@ -19,17 +20,14 @@ while read file ; do | |
if ! head -15 $file | grep -q 'SPDX-License-Identifier:' $file; then | ||
echo "WARN: no 'SPDX-License-Identifier' in $file" | ||
fi | ||
if head -15 $file | grep -q 'http://www.eclipse.org/legal/epl-v10.html'; then | ||
if head -15 $file | grep -q 'https://www.eclipse.org/legal/epl-2.0/'; then | ||
continue # epl found | ||
fi | ||
if head -15 $file | grep -q 'http://www.eclipse.org/org/documents/edl-v10.php'; then | ||
if head -15 $file | grep -q 'SPDX-License-Identifier: EPL-2.0'; then | ||
continue # edl found | ||
fi | ||
if head -15 $file | grep -q 'Modifications applied by Siemens AG'; then | ||
continue | ||
fi | ||
|
||
echo "$(tput bold)ERROR: neither epl-1.0 nor edl-1.0 are specified in $file$(tput sgr0)" | ||
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)' \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/common/utils/BackendUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/components/summary/ComponentSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/components/summary/DocumentSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/components/summary/LicenseSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...end/src-common/src/main/java/org/eclipse/sw360/components/summary/LicenseTypeSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...c-common/src/main/java/org/eclipse/sw360/components/summary/ModerationRequestSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/components/summary/ProjectSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/components/summary/ReleaseSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/components/summary/SummaryType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
backend/src-common/src/main/java/org/eclipse/sw360/components/summary/UserSummary.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...rc-common/src/main/java/org/eclipse/sw360/datahandler/couchdb/SummaryAwareRepository.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...common/src/main/java/org/eclipse/sw360/datahandler/db/AttachmentAwareDatabaseHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...rc-common/src/main/java/org/eclipse/sw360/datahandler/db/AttachmentContentRepository.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
.../src-common/src/main/java/org/eclipse/sw360/datahandler/db/AttachmentDatabaseHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.