diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:12 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | 08a09191dd69e66aa56822383e84fe034d59dd3f (patch) | |
tree | 36048566f68bf46b8ad6b52925e0fac30f9f38fa /.reuse | |
parent | f1adf9a4999d80d26314565d0c1f49c4471e5851 (diff) | |
download | serd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.gz serd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.bz2 serd-08a09191dd69e66aa56822383e84fe034d59dd3f.zip |
Separate test suites and simplify licensing metadata
Diffstat (limited to '.reuse')
-rw-r--r-- | .reuse/dep5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index ecd40484..3173226a 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,14 +3,14 @@ Upstream-Name: serd Upstream-Contact: David Robillard <d@drobilla.net> Source: https://gitlab.com/drobilla/serd -Files: test/NQuadsTests/*.nq test/NQuadsTests/README test/NQuadsTests/manifest.ttl test/NTriplesTests/*.nt test/NTriplesTests/README test/NTriplesTests/manifest.ttl test/TriGTests/*.nq test/TriGTests/*.trig test/TriGTests/README test/TriGTests/manifest.ttl test/TurtleTests/*.nt test/TurtleTests/*.ttl test/TurtleTests/README +Files: test/w3c/* Copyright: 2010 World Wide Web Consortium, (MIT, ERCIM, Keio, Beihang) and others. -Comment: Standard test suites from the W3C (only required for testing) +Comment: Standard test suites from the W3C License: BSD-3-Clause -Files: test/bad/* test/full/* test/good/* test/lax/* test/qualify/* test/root/* test/prefix/* test/pretty/* +Files: test/extra/* Copyright: 2011-2023 David Robillard <d@drobilla.net> -Comment: Extra tests for serd (potential contributions to the W3C suites) +Comment: Extra test suites for serd License: BSD-3-Clause OR ISC Files: AUTHORS NEWS serd.ttl |