mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
Reuse Version update from dep to toml
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
This folder is used by the workflow defined in ``.github/workflows/reuse-tool-license-updates.yml``
|
||||
and produces machine-readable licensing information for the entire repository into the dep5 file
|
||||
in this same folder.
|
||||
-60
@@ -1,60 +0,0 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: sailing-analytics
|
||||
Upstream-Contact: SAP Open Source Program Office ospo@sap.com
|
||||
Source: https://github.com/SAP/sailing-analytics
|
||||
|
||||
Files: java/com.google.gwt.servlet/*
|
||||
Copyright: 2024 com.google.gwt.servlet contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/net.sf.marineapi/doc/*
|
||||
Copyright: 2024 doc contributors.
|
||||
License: GPL-3.0-only
|
||||
|
||||
Files: java/com.google.gwt.user/*
|
||||
Copyright: 2024 com.google.gwt.user contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/com.googlecode.java-diff-utils.test/*
|
||||
Copyright: 2024 com.googlecode.java-diff-utils.test contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: *
|
||||
Copyright: 2024 SAP SE or an SAP affiliate company and sailing-analytics contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/com.google.gwt.dev/*
|
||||
Copyright: 2024 com.google.gwt.dev contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/org.mp4parser.isoparser/*
|
||||
Copyright: 2024 org.mp4parser.isoparser contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/elemental2/*
|
||||
Copyright: 2024 elemental2 contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/org.json.simple/*
|
||||
Copyright: 2024 org.json.simple contributors.
|
||||
License: MIT
|
||||
|
||||
Files: java/org.openqa.selenium.osgi/*
|
||||
Copyright: 2024 org.openqa.selenium.osgi contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/com.google.gwt.ajaxloader/*
|
||||
Copyright: 2024 com.google.gwt.ajaxloader contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/com.googlecode.java-diff-utils/*
|
||||
Copyright: 2024 com.googlecode.java-diff-utils contributors.
|
||||
License: Apache-2.0
|
||||
|
||||
Files: java/com.sap.sailing.gwt.ui/qrcode/*
|
||||
Copyright: 2024 qrcode contributors.
|
||||
License: MIT
|
||||
|
||||
Files: ios/SAPTracker/src/xcode/SAPTracker/flags/*
|
||||
Copyright: 2024 flags contributors.
|
||||
License: MIT
|
||||
+88
@@ -0,0 +1,88 @@
|
||||
version = 1
|
||||
SPDX-PackageName = "sailing-analytics"
|
||||
SPDX-PackageSupplier = "SAP Open Source Program Office ospo@sap.com"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/SAP/sailing-analytics"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/com.google.gwt.servlet/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 com.google.gwt.servlet contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/net.sf.marineapi/doc/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 doc contributors."
|
||||
SPDX-License-Identifier = "GPL-3.0-only"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/com.google.gwt.user/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 com.google.gwt.user contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/com.googlecode.java-diff-utils.test/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 com.googlecode.java-diff-utils.test contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and sailing-analytics contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/com.google.gwt.dev/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 com.google.gwt.dev contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/org.mp4parser.isoparser/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 org.mp4parser.isoparser contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/elemental2/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 elemental2 contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/org.json.simple/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 org.json.simple contributors."
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/org.openqa.selenium.osgi/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 org.openqa.selenium.osgi contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/com.google.gwt.ajaxloader/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 com.google.gwt.ajaxloader contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/com.googlecode.java-diff-utils/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 com.googlecode.java-diff-utils contributors."
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "java/com.sap.sailing.gwt.ui/qrcode/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 qrcode contributors."
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "ios/SAPTracker/src/xcode/SAPTracker/flags/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2024 flags contributors."
|
||||
SPDX-License-Identifier = "MIT"
|
||||
Reference in New Issue
Block a user