summaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-28 20:34:01 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-28 20:34:01 +0200
commit0a41b826c16a5a0a079c308118ffcf7926df1f45 (patch)
tree712087e1d8fa159df80f7ea4e025a0ffca5ff747 /REUSE.toml
parenta92eaa4c1bffc97db037328249b52a0740651a07 (diff)
downloadturns-0a41b826c16a5a0a079c308118ffcf7926df1f45.tar.xz
turns-0a41b826c16a5a0a079c308118ffcf7926df1f45.zip
gui: add valgrind pango suppression file
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/REUSE.toml b/REUSE.toml
index 17bfd9a..3c6efb4 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -25,4 +25,12 @@ path = [
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Felix Morgner <felix.morgner@gmail.com>"
-SPDX-License-Identifier = "CC0-1.0" \ No newline at end of file
+SPDX-License-Identifier = "CC0-1.0"
+
+[[annotations]]
+path = [
+ "gui/valgrind/pango.supp",
+]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "Matthias Clasen"
+SPDX-License-Identifier = "LGPL-2.0-only"