Skip to content

Commit

Permalink
Use Reuse for license
Browse files Browse the repository at this point in the history
Signed-off-by: Olamide Ojo <peterojoolamide@gmail.com>
  • Loading branch information
olamidepeterojo committed Dec 21, 2024
1 parent 1deca92 commit d7ba3fa
Show file tree
Hide file tree
Showing 123 changed files with 731 additions and 932 deletions.
3 changes: 3 additions & 0 deletions .fmf/version
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
SPDX-FileCopyrightText: 2024 Red Hat, Inc
SPDX-License-Identifier: GPL-2.0-or-later

1
4 changes: 4 additions & 0 deletions .github/renovate.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2024 2024 Red Hat, Inc
SPDX-FileCopyrightText: 2024 Red Hat, Inc

SPDX-License-Identifier: GPL-2.0-or-later
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Red Hat, Inc
#
# SPDX-License-Identifier: GPL-2.0-or-later

name: Test & Build

on:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Red Hat, Inc
#
# SPDX-License-Identifier: GPL-2.0-or-later

# Local config file
config.toml

Expand Down
4 changes: 4 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Red Hat, Inc
#
# SPDX-License-Identifier: GPL-2.0-or-later

[allowlist]
paths = [
"configs/fedora-key.pem",
Expand Down
90 changes: 0 additions & 90 deletions .mergify.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Red Hat, Inc
#
# SPDX-License-Identifier: GPL-2.0-or-later

# See the documentation for more information:
# https://packit.dev/docs/configuration/

Expand Down
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Red Hat, Inc
#
# SPDX-License-Identifier: GPL-2.0-or-later

repos:
# Generic hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -24,7 +28,7 @@ repos:
# Ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff

Expand All @@ -33,3 +37,8 @@ repos:
hooks:
- id: rstcheck
additional_dependencies: [sphinx, tomli]

- repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2
hooks:
- id: reuse
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Red Hat, Inc
#
# SPDX-License-Identifier: GPL-2.0-or-later

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
---
Expand Down
4 changes: 4 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2024 Red Hat, Inc
#
# SPDX-License-Identifier: GPL-2.0-or-later

* @fedora-infra/fedmsg-maintainers
Loading

0 comments on commit d7ba3fa

Please sign in to comment.