diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-28 20:34:01 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-28 20:34:01 +0200 |
| commit | 0a41b826c16a5a0a079c308118ffcf7926df1f45 (patch) | |
| tree | 712087e1d8fa159df80f7ea4e025a0ffca5ff747 /REUSE.toml | |
| parent | a92eaa4c1bffc97db037328249b52a0740651a07 (diff) | |
| download | turns-0a41b826c16a5a0a079c308118ffcf7926df1f45.tar.xz turns-0a41b826c16a5a0a079c308118ffcf7926df1f45.zip | |
gui: add valgrind pango suppression file
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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" |
