From f0feff7916d49e568a91a17ce3019f07954b6e66 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 23 Jan 2020 11:38:25 -0500 Subject: [PATCH] fix: common/list.h is LGPL-2.1 Add 'lgpl-2.1.txt' to the distribution tarball and correct the path to list.h in LICENSE. Signed-off-by: Michael Jeanson Change-Id: I7b3612b47da52170fc5fc2da3d38115152adcdbd Reviewed-on: https://review.lttng.org/c/babeltrace/+/2853 Reviewed-by: Simon Marchi Tested-by: jenkins --- LICENSE | 2 +- Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index dae5d84d..f28e7c7d 100644 --- a/LICENSE +++ b/LICENSE @@ -16,7 +16,7 @@ per-file license. See gpl-2.0.txt for details. * LGPLv2.1 -The file src/bt-list.h is licensed under LGPLv2.1. It only +The file src/common/list.h is licensed under LGPLv2.1. It only contains trivial static inline functions and macros, and, therefore, including it does not make babeltrace a derivative work on this header. Please refer to the LGPLv2.1 license for details. diff --git a/Makefile.am b/Makefile.am index 71979440..7d7df790 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = \ doc \ tests -dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \ +dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt lgpl-2.1.txt \ std-ext-lib.txt README.adoc CONTRIBUTING.adoc dist_noinst_DATA = CodingStyle -- 2.34.1