X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=ee64c83329f77536e183a3661e22562cebb7b78e;hp=613e1cd58c0e13b44e003075984059c00dd65642;hb=d001c88633f6a58e94eb73f4814976d13f61bd77;hpb=65eaf4b646f566324b92c25c8760a204bfbdffa8 diff --git a/Makefile.am b/Makefile.am index 613e1cd..ee64c83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: