aboutsummaryrefslogtreecommitdiff
path: root/lib/libgeom/geom_xml2tree.c
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2021-07-07 19:52:20 +0000
committerAlan Somers <asomers@FreeBSD.org>2021-07-27 17:57:17 +0000
commit1b58943ef8679ce862a10ebc9f6fcb1d5d394db9 (patch)
tree24d19a29b8e157f787ec069c84b36fe9e477ee77 /lib/libgeom/geom_xml2tree.c
parentc7fe00ae403f08b17e8376cc98195171234bf3d9 (diff)
[skip ci] correct a few SPDX license tags
These were all incorrectly labeled as 2-clause BSD licenses by a semi-automated process, when in fact they are 3-clause. Discussed with: pfg, imp Sponsored by: Axcient (cherry picked from commit 3874c0abb0afaea6adc24ac96dc9dc5043f2b69e)
Diffstat (limited to 'lib/libgeom/geom_xml2tree.c')
-rw-r--r--lib/libgeom/geom_xml2tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgeom/geom_xml2tree.c b/lib/libgeom/geom_xml2tree.c
index 5f4636f9368b..824800070933 100644
--- a/lib/libgeom/geom_xml2tree.c
+++ b/lib/libgeom/geom_xml2tree.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-3-Clause-FreeBSD
*
* Copyright (c) 2003 Poul-Henning Kamp
* All rights reserved.