summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-05-18 14:29:11 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2022-11-29 13:33:53 +0000
commiteae69d2c1afacebe6deff65b3720c25815eeb305 (patch)
treee9d8f495ff7107fbe8a48342349735e8c2ab5841 /dbus
parentd0d4d4d3d33ece5e1e86222c04a4b83b9e746495 (diff)
downloaddbus-eae69d2c1afacebe6deff65b3720c25815eeb305.tar.gz
dbus-hash: Add (AFL-2.1 OR GPL-2.0-or-later) AND TCL SPDX license identifier
The TCL-derived code is under its own license, so the overall license of the file is (AFL-2.1 OR GPL-2.0-or-later) AND TCL. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-hash.c b/dbus/dbus-hash.c
index f04b0d11..2635a154 100644
--- a/dbus/dbus-hash.c
+++ b/dbus/dbus-hash.c
@@ -9,6 +9,7 @@
* Copyright 2010 Fridrich Štrba
* Copyright 2016 Ralf Habacker
* Copyright 2017 Endless Mobile, Inc.
+ * SPDX-License-Identifier: (AFL-2.1 OR GPL-2.0-or-later) AND TCL
*
* Hash table implementation based on generic/tclHash.c from the Tcl
* source code. The original Tcl license applies to portions of the