From: Michael Jeanson Date: Thu, 23 Jan 2020 16:38:25 +0000 (-0500) Subject: fix: common/list.h is LGPL-2.1 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=f0feff7916d49e568a91a17ce3019f07954b6e66 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 --- 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