Build system: use SPDX identifiers
[urcu.git] / Makefile.am
index 613e1cd58c0e13b44e003075984059c00dd65642..ee64c83329f77536e183a3661e22562cebb7b78e 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
+#
+# SPDX-License-Identifier: MIT
+
 ACLOCAL_AMFLAGS=-I m4
 
 SUBDIRS = include src doc tests extras
@@ -5,11 +9,21 @@ SUBDIRS = include src doc tests extras
 dist_doc_DATA = LICENSE \
                README.md
 
-dist_noinst_DATA = CodingStyle
-
-EXTRA_DIST = gpl-2.0.txt \
-       lgpl-2.1.txt \
-       lgpl-relicensing.txt
+EXTRA_DIST = \
+       CodingStyle.md \
+       lgpl-relicensing.md \
+       LICENSES/Autoconf-exception-2.0.txt \
+       LICENSES/BSD-2-Clause.txt \
+       LICENSES/CC0-1.0.txt \
+       LICENSES/CC-BY-4.0.txt \
+       LICENSES/FSFAP.txt \
+       LICENSES/GPL-2.0-only.txt \
+       LICENSES/GPL-2.0-or-later.txt \
+       LICENSES/LGPL-2.1-only.txt \
+       LICENSES/LGPL-2.1-or-later.txt \
+       LICENSES/LicenseRef-Autoconf-exception-macro.txt \
+       LICENSES/LicenseRef-Boehm-GC.txt \
+       LICENSES/MIT.txt
 
 .PHONY: short_bench long_bench regtest check-loop
 short_bench:
This page took 0.022432 seconds and 4 git commands to generate.