mirror of https://github.com/CGAL/cgal
Update to REUSE tools v4 (#8350)
This commit is contained in:
commit
07d33dc316
|
|
@ -12,15 +12,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: REUSE version
|
- name: REUSE version
|
||||||
uses: fsfe/reuse-action@v3
|
uses: fsfe/reuse-action@v4
|
||||||
with:
|
with:
|
||||||
args: --version
|
args: --version
|
||||||
- name: REUSE lint
|
- name: REUSE lint
|
||||||
uses: fsfe/reuse-action@v3
|
uses: fsfe/reuse-action@v4
|
||||||
with:
|
with:
|
||||||
args: --include-submodules lint
|
args: --include-submodules lint
|
||||||
- name: REUSE SPDX SBOM
|
- name: REUSE SPDX SBOM
|
||||||
uses: fsfe/reuse-action@v3
|
uses: fsfe/reuse-action@v4
|
||||||
with:
|
with:
|
||||||
args: spdx
|
args: spdx
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
|
@ -30,6 +30,6 @@ jobs:
|
||||||
mkdir -p ./release
|
mkdir -p ./release
|
||||||
cmake -DDESTINATION=./release -DCGAL_VERSION=9.9 -P ./Scripts/developer_scripts/cgal_create_release_with_cmake.cmake
|
cmake -DDESTINATION=./release -DCGAL_VERSION=9.9 -P ./Scripts/developer_scripts/cgal_create_release_with_cmake.cmake
|
||||||
- name: REUSE lint release tarball
|
- name: REUSE lint release tarball
|
||||||
uses: fsfe/reuse-action@v3
|
uses: fsfe/reuse-action@v4
|
||||||
with:
|
with:
|
||||||
args: --root ./release/CGAL-9.9 --include-submodules lint
|
args: --root ./release/CGAL-9.9 --include-submodules lint
|
||||||
|
|
|
||||||
12
.reuse/dep5
12
.reuse/dep5
|
|
@ -1,12 +0,0 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: CGAL
|
|
||||||
Upstream-Contact: CGAL Editorial Board <info@cgal.org>
|
|
||||||
Source: https://github.com/CGAL/cgal
|
|
||||||
|
|
||||||
Files: .* *.cmake *.md .github/* Maintenance/* */TODO */doc/* */deb/* */applications/* */doc_html/* */scripts/* */developer_scripts/* */demo/* */examples/* */src/* */test/* */benchmarks/* */benchmark/* */package_info/* */data/* */cmake/*
|
|
||||||
Copyright: 1995-2023 The CGAL Project
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: CMakeLists.txt GraphicsView/include/CGAL/Qt/ImageInterface.ui GraphicsView/include/CGAL/Qt/resources/qglviewer-icon.xpm Installation/AUTHORS Installation/CMakeLists.txt Installation/README Installation/auxiliary/cgal_create_cmake_script.1 Installation/auxiliary/gmp/README Installation/include/CGAL/license/gpl_package_list.txt MacOSX/auxiliary/cgal_app.icns copyright
|
|
||||||
Copyright: 1995-2023 The CGAL Project
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: CGAL
|
|
||||||
Upstream-Contact: CGAL Editorial Board <info@cgal.org>
|
|
||||||
Source: https://github.com/CGAL/cgal
|
|
||||||
|
|
||||||
Files: *.cmake *.md doc/* doc_html/* scripts/* developer_scripts/* package_info/* demo/* examples/* src/* test/* benchmarks/* benchmark/* data/* cmake/*
|
|
||||||
Copyright: 1995-2023 The CGAL Project
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: include/CGAL/Qt/ImageInterface.ui include/CGAL/Qt/resources/qglviewer-icon.xpm AUTHORS CMakeLists.txt README auxiliary/cgal_create_cmake_script.1 auxiliary/gmp/README include/CGAL/license/gpl_package_list.txt auxiliary/cgal_app.icns copyright VERSION
|
|
||||||
Copyright: 1995-2023 The CGAL Project
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
version = 1
|
||||||
|
SPDX-PackageName = "CGAL"
|
||||||
|
SPDX-PackageSupplier = "CGAL Editorial Board <info@cgal.org>"
|
||||||
|
SPDX-PackageDownloadLocation = "https://github.com/CGAL/cgal"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = ["**.cmake", "**.md", "doc/**", "doc_html/**", "scripts/**", "developer_scripts/**", "package_info/**", "demo/**", "examples/**", "src/**", "test/**", "benchmarks/**", "benchmark/**", "data/**", "cmake/**"]
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = ["REUSE.toml", "lib/cmake/CGAL/CGALConfig-installation-dirs.cmake.in", "include/CGAL/Qt/ImageInterface.ui", "include/CGAL/Qt/resources/qglviewer-icon.xpm", "AUTHORS", "CMakeLists.txt", "README", "auxiliary/cgal_create_cmake_script.1", "auxiliary/gmp/README", "include/CGAL/license/gpl_package_list.txt", "auxiliary/cgal_app.icns", "copyright", "VERSION"]
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
version = 1
|
||||||
|
SPDX-PackageName = "CGAL"
|
||||||
|
SPDX-PackageSupplier = "CGAL Editorial Board <info@cgal.org>"
|
||||||
|
SPDX-PackageDownloadLocation = "https://github.com/CGAL/cgal"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = [".**", "**.cmake", "**.md", ".github/**", "Maintenance/**", "**/TODO", "**/doc/**", "**/deb/**", "**/applications/**", "**/doc_html/**", "**/scripts/**", "**/developer_scripts/**", "**/demo/**", "**/examples/**", "**/src/**", "**/test/**", "**/benchmarks/**", "**/benchmark/**", "**/package_info/**", "**/data/**", "**/cmake/**"]
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = ["REUSE.toml", "CMakeLists.txt", "cmake_uninstall.cmake.in", "GraphicsView/include/CGAL/Qt/ImageInterface.ui", "GraphicsView/include/CGAL/Qt/resources/qglviewer-icon.xpm", "Installation/AUTHORS", "Installation/CMakeLists.txt", "Installation/README", "Installation/auxiliary/cgal_create_cmake_script.1", "Installation/auxiliary/gmp/README", "Installation/include/CGAL/license/gpl_package_list.txt", "MacOSX/auxiliary/cgal_app.icns", "copyright"]
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "1995-2024 The CGAL Project"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
Loading…
Reference in New Issue