mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Migrate reuse from dep5 to REUSE.toml
This commit is contained in:
parent
1db59acf0d
commit
3af506fedb
2 changed files with 106 additions and 86 deletions
86
.reuse/dep5
86
.reuse/dep5
|
@ -1,86 +0,0 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: PGPainless
|
|
||||||
Upstream-Contact: Paul Schaub <info@pgpainless.org>
|
|
||||||
Source: https://pgpainless.org
|
|
||||||
|
|
||||||
# Sample paragraph, commented out:
|
|
||||||
#
|
|
||||||
# Files: src/*
|
|
||||||
# Copyright: $YEAR $NAME <$CONTACT>
|
|
||||||
# License: ...
|
|
||||||
|
|
||||||
# GitBlameIgnore
|
|
||||||
Files: .git-blame-ignore-revs
|
|
||||||
Copyright: 2023 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
# Documentation
|
|
||||||
Files: docs/*
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC-BY-3.0
|
|
||||||
|
|
||||||
Files: .readthedocs.yaml
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
# Gradle build tool
|
|
||||||
Files: gradle*
|
|
||||||
Copyright: 2015 the original author or authors.
|
|
||||||
License: Apache-2.0
|
|
||||||
|
|
||||||
# Editorconfig
|
|
||||||
Files: .editorconfig
|
|
||||||
Copyright: Facebook
|
|
||||||
License: Apache-2.0
|
|
||||||
|
|
||||||
# PGPainless Logo
|
|
||||||
Files: assets/repository-open-graph.png
|
|
||||||
Copyright: 2021 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC-BY-3.0
|
|
||||||
|
|
||||||
Files: assets/pgpainless.svg
|
|
||||||
Copyright: 2021 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC-BY-3.0
|
|
||||||
|
|
||||||
Files: assets/logo.png
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC-BY-3.0
|
|
||||||
|
|
||||||
Files: assets/test_vectors/*
|
|
||||||
Copyright: 2018 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: pgpainless-core/src/test/resources/*
|
|
||||||
Copyright: 2020 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: audit/*
|
|
||||||
Copyright: 2021 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
# GH Pages
|
|
||||||
Files: CNAME
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: _config.yml
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: _layouts/*
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>, 2017 Steve Smith
|
|
||||||
License: CC-BY-SA-3.0
|
|
||||||
|
|
||||||
# Man Pages
|
|
||||||
Files: pgpainless-cli/rewriteManPages.sh
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: Apache-2.0
|
|
||||||
|
|
||||||
Files: pgpainless-cli/packaging/man/*
|
|
||||||
Copyright: 2022 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: Apache-2.0
|
|
||||||
|
|
||||||
# Github Issue Templates
|
|
||||||
Files: .github/ISSUE_TEMPLATE/*
|
|
||||||
Copyright: 2024 Paul Schaub <info@pgpainless.org>
|
|
||||||
License: CC0-1.0
|
|
106
REUSE.toml
Normal file
106
REUSE.toml
Normal file
|
@ -0,0 +1,106 @@
|
||||||
|
version = 1
|
||||||
|
SPDX-PackageName = "PGPainless"
|
||||||
|
SPDX-PackageSupplier = "Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-PackageDownloadLocation = "https://pgpainless.org"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = ".git-blame-ignore-revs"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2023 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "docs/**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC-BY-3.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = ".readthedocs.yaml"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "gradle**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2015 the original author or authors."
|
||||||
|
SPDX-License-Identifier = "Apache-2.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = ".editorconfig"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "Facebook"
|
||||||
|
SPDX-License-Identifier = "Apache-2.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "assets/repository-open-graph.png"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2021 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC-BY-3.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "assets/pgpainless.svg"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2021 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC-BY-3.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "assets/logo.png"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC-BY-3.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "assets/test_vectors/**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2018 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "pgpainless-core/src/test/resources/**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2020 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "audit/**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2021 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "CNAME"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "_config.yml"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "_layouts/**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>, 2017 Steve Smith"
|
||||||
|
SPDX-License-Identifier = "CC-BY-SA-3.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "pgpainless-cli/rewriteManPages.sh"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "Apache-2.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "pgpainless-cli/packaging/man/**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "Apache-2.0"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = ".github/ISSUE_TEMPLATE/**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2024 Paul Schaub <info@pgpainless.org>"
|
||||||
|
SPDX-License-Identifier = "CC0-1.0"
|
Loading…
Add table
Add a link
Reference in a new issue