summaryrefslogtreecommitdiff
path: root/glib/tests/testing.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-11-02 12:34:19 +0000
committerSimon McVittie <smcv@collabora.com>2022-11-02 12:34:19 +0000
commit32b0dd24e3dae4a4ad967e8646f2cc049740ff7a (patch)
tree831f76d3cb45c05e172145223e279889dc03315a /glib/tests/testing.c
parent7ee767213b5cacbc8989b865eb51527cf2bf2792 (diff)
downloadglib-32b0dd24e3dae4a4ad967e8646f2cc049740ff7a.tar.gz
Add a SPDX LicenseRef for the license historically used for tests
Some of GLib's unit tests are under an apparently GLib-specific permissive license, vaguely similar to the BSD/MIT family but with the GPL's lack-of-warranty wording. This is not on SPDX's list of well-known licenses, so we need to use a custom license name prefixed with LicenseRef if we want to represent this in SPDX/REUSE syntax. Most of the newer tests seem to be licensed under LGPL-2.1-or-later instead. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'glib/tests/testing.c')
-rw-r--r--glib/tests/testing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/tests/testing.c b/glib/tests/testing.c
index 60fdb4ccd..24e8d08e4 100644
--- a/glib/tests/testing.c
+++ b/glib/tests/testing.c
@@ -2,6 +2,8 @@
* Copyright (C) 2007 Imendio AB
* Authors: Tim Janik
*
+ * SPDX-License-Identifier: LicenseRef-old-glib-tests
+ *
* This work is provided "as is"; redistribution and modification
* in whole or in part, in any medium, physical or electronic is
* permitted without restriction.