Build system: use SPDX identifiers
[urcu.git] / include / Makefile.am
index b55bcf0271290e6e440c5b66ce87089dd5903063..859bccd6d6f3eb3e63bb59a954c44ecf1cfd7182 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
+#
+# SPDX-License-Identifier: MIT
+
 nobase_include_HEADERS = \
        urcu/arch/aarch64.h \
        urcu/arch/alpha.h \
@@ -87,7 +91,8 @@ nobase_include_HEADERS = \
        urcu/urcu-signal.h \
        urcu/wfcqueue.h \
        urcu/wfqueue.h \
-       urcu/wfstack.h
+       urcu/wfstack.h \
+       urcu/urcu-poll.h
 
 # Don't distribute generated headers
 nobase_nodist_include_HEADERS = urcu/config.h
This page took 0.022437 seconds and 4 git commands to generate.