Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into codeql
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
CharlesDuboisSAP committed Aug 14, 2024
2 parents e5424d6 + f26c035 commit 9c3d1c1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'

- name: "REUSE Compliance Check"
uses: fsfe/reuse-action@v4

- name: "Format code"
run: |
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} spotless:apply"
Expand Down
2 changes: 1 addition & 1 deletion .pipeline/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stages:
class: 67
codeCheck:
checkstyle:
high: '5'# Open tasks (to do or fix me)
high: '3'# Open tasks (to do or fix me)
normal: '0'
low: '0'
spotbugs:
Expand Down
29 changes: 0 additions & 29 deletions .reuse/dep5

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![build](https://github.com/SAP/ai-sdk-java/actions/workflows/continuous-integration.yaml/badge.svg)
![CodeQL](https://github.com/SAP/ai-sdk-java/actions/workflows/github-code-scanning/codeql/badge.svg)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ai-sdk-java)](https://api.reuse.software/info/github.com/SAP/ai-sdk-java)
[![REUSE status](https://api.reuse.software/badge/git.fsfe.org/reuse/api)](https://api.reuse.software/info/git.fsfe.org/reuse/api)

# AI SDK for Java

Expand Down
11 changes: 11 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version = 1
SPDX-PackageName = "ai-sdk-java"
SPDX-PackageSupplier = "[email protected]"
SPDX-PackageDownloadLocation = "https://github.com/SAP/ai-sdk-java"
SPDX-PackageComment = "The code in this project may include calls to APIs (\"API Calls\") of SAP or third-party products or services developed outside of this project (\"External Products\"). \"APIs\" means application programming interfaces, as well as their respective specifications and implementing code that allows software to communicate with other software. API Calls to External Products are not licensed under the open source license that governs this project. The use of such API Calls and related External Products are subject to applicable additional agreements with the relevant provider of the External Products. In no event shall the open source license that governs this project grant any rights in or to any External Products,or alter, expand or supersede any terms of the applicable additional agreements. If you have a valid license agreement with SAP for the use of a particular SAP External Product, then you may make use of any API Calls included in this project's code for that SAP External Product, subject to the terms of such license agreement. If you do not have a valid license agreement for the use of a particular SAP External Product, then you may only make use of any API Calls in this project for that SAP External Product for your internal, non-productive and non-commercial test and evaluation of such API Calls. Nothing herein grants you any rights to use or access any SAP External Product, or provide any third parties the right to use of access any SAP External Product, through API Calls."

[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and ai-sdk-java contributors"
SPDX-License-Identifier = "Apache-2.0"

0 comments on commit 9c3d1c1

Please sign in to comment.