Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / compile / api0 / hello.cxx / Makefile.am
index 282f92135ba7ba867849a8a67d64e04e574a5ffe..7b3e12953576b74488360834a1459a68e909de50 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 AM_CPPFLAGS += -I$(srcdir)
@@ -5,3 +7,5 @@ AM_CPPFLAGS += -I$(srcdir)
 noinst_PROGRAMS = hello
 hello_SOURCES = hello.cpp tp-cpp.cpp ust_tests_hello.h
 hello_LDADD = $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la $(DL_LIBS)
+
+EXTRA_DIST = README.md
This page took 0.023713 seconds and 4 git commands to generate.