Skip to content

Commit

Permalink
Merge pull request #14 from KDAB/work/winterz/reuse_convert
Browse files Browse the repository at this point in the history
reuse - convert to REUSE.toml
  • Loading branch information
Allen Winter authored Nov 22, 2024
2 parents 6f5227b + 85d46cd commit 3e72b2e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
# SPDX-License-Identifier: MIT

name: CI

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
# SPDX-License-Identifier: MIT

name: Deploy doxygen to GitHub Pages

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.1
rev: v4.0.3
hooks:
- id: reuse
19 changes: 0 additions & 19 deletions .reuse/dep5

This file was deleted.

24 changes: 24 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version = 1
SPDX-PackageName = "KDSpdSetup"
SPDX-PackageSupplier = "<[email protected]>"

# config files
[[annotations]]
path = [".clang-format", ".gitignore", ".gitreview", ".pre-commit-config.yaml", ".cmake-format.py", ".krazy", ".mdlrc", ".mdlrc.rb", "CMakePresets.json", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>"
SPDX-License-Identifier = "MIT"

# toml examples from spdlog_setup
[[annotations]]
path = ["examples/example.toml", "tests/full/full-linux.toml", "tests/full/full-win32.toml", "tests/pre/pre.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2017 guangie88"
SPDX-License-Identifier = "MIT"

# doxygen awesome
[[annotations]]
path = "docs/doxygen-awesome.css"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 - 2023 jothepro"
SPDX-License-Identifier = "MIT"

0 comments on commit 3e72b2e

Please sign in to comment.