summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld_tls.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:25:02 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-11-27 15:25:02 +0000
commite6209940dee96d8deed5ee7c2b2663512dd55db9 (patch)
tree4836e4cd2500bf1852ba57a6ea41ab02714b398d /libexec/rtld-elf/rtld_tls.h
parent5be4479bfd0e0d494a58902c5fd47d1b54a8e50f (diff)
downloadsrc-test2-e6209940dee96d8deed5ee7c2b2663512dd55db9.tar.gz
src-test2-e6209940dee96d8deed5ee7c2b2663512dd55db9.zip
libexec: adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended.
Notes
Notes: svn path=/head/; revision=326274
Diffstat (limited to 'libexec/rtld-elf/rtld_tls.h')
-rw-r--r--libexec/rtld-elf/rtld_tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/rtld_tls.h b/libexec/rtld-elf/rtld_tls.h
index 40f71c2c38cd..67b01fb6be6d 100644
--- a/libexec/rtld-elf/rtld_tls.h
+++ b/libexec/rtld-elf/rtld_tls.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2004 Doug Rabson
* All rights reserved.
*