[glib: 2/3] fuzzing: Mark .corpus and .dict files as not copyrightable




commit b82e3ffcbe62e607734453f777f92ae148f7f94c
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed May 18 09:45:55 2022 +0100

    fuzzing: Mark .corpus and .dict files as not copyrightable
    
    They are lists of keywords, and don’t contain original copyrightable
    content.
    
    This can’t be indicated by a copyright header inside the files, as the
    format doesn’t easily allow for that.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1415

 .reuse/dep5 | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.reuse/dep5 b/.reuse/dep5
index a9476ff5d0..293cfc8a48 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -7,6 +7,8 @@ Source: https://gitlab.gnome.org/GNOME/glib/
 # copyright/licensing headers to them (or beside them in a .license file) may
 # affect the tests
 Files:
+ fuzzing/*.corpus
+ fuzzing/*.dict
  gio/tests/cert-tests/*.p12
  gio/tests/cert-tests/*.pem
  gio/tests/desktop-files/**.desktop


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]