Philipp Hörist pushed to branch master at gajim / gajim
Commits:
983a848a by Philipp Hörist at 2024-11-16T21:34:26+01:00
other: Add REUSE config
- - - - -
2 changed files:
- .pre-commit-config.yaml
- + REUSE.toml
Changes:
=====================================
.pre-commit-config.yaml
=====================================
@@ -37,3 +37,9 @@ repos:
rev: 'refs/tags/24.10.0:refs/tags/24.10.0'
hooks:
- id: black
+
+ - repo: https://github.com/fsfe/reuse-tool
+ rev: v5.0.2
+ hooks:
+ - id: reuse
+ stages: [manual]
=====================================
REUSE.toml
=====================================
@@ -0,0 +1,28 @@
+version = 1
+
+[[annotations]]
+path = [
+ ".chglog/**/*",
+ ".ci/*",
+ ".githooks/*",
+ ".gitlab/**/*",
+ "data/*",
+ "debian/**/*",
+ "flatpak/*",
+ "typings/**/*"
+]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Gajim Team <https://gajim.org/>"
+SPDX-License-Identifier = "GPL-3.0-or-later"
+
+[[annotations]]
+path = [ "po/**/*" ]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Gajim Team <https://gajim.org/>"
+SPDX-License-Identifier = "GPL-3.0-or-later"
+
+[[annotations]]
+path = [ "gajim/data/gui/*.ui" ]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Gajim Team <https://gajim.org/>"
+SPDX-License-Identifier = "GPL-3.0-or-later"
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/983a848a3a9f9cc05cf3b79178737dee52db49e8
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/983a848a3a9f9cc05cf3b79178737dee52db49e8
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]