src: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust.pc.in
index 6aee46ef1856b5cfdcb9f0915a0a02c208bde05b..77f84a82e1452f1cdd126ec3539d95ea22dbfa75 100644 (file)
@@ -1,12 +1,16 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
 Name: LTTng Userspace Tracer
-Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code. 
+Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code.
 Version: @PACKAGE_VERSION@
 Requires:
 Libs: -L${libdir} -llttng-ust -llttng-ust-common -ldl
-Cflags: -I${includedir} 
+Cflags: -I${includedir}
 
This page took 0.024888 seconds and 4 git commands to generate.