Move to kernel style SPDX license identifiers
[deliverable/lttng-ust.git] / tests / compile / hello / Makefile.example.linux
index c983f4c45f457fde9615208979817bb770291563..74fda7bbdda0031ebcc80b38bda48ca09909a48a 100644 (file)
@@ -1,4 +1,6 @@
-# Example makefile for build outside of the LTTng-UST tree.
+# SPDX-License-Identifier: LGPL-2.1-only
+#
+# Example makefile to build outside of the LTTng-UST tree.
 
 hello:
        ${CC} -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c
This page took 0.023222 seconds and 5 git commands to generate.