fix: common/list.h is LGPL-2.1
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 23 Jan 2020 16:38:25 +0000 (11:38 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 23 Jan 2020 20:10:00 +0000 (15:10 -0500)
Add 'lgpl-2.1.txt' to the distribution tarball and correct the path to
list.h in LICENSE.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I7b3612b47da52170fc5fc2da3d38115152adcdbd
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2853
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
LICENSE
Makefile.am

diff --git a/LICENSE b/LICENSE
index dae5d84d677f6639befc37af80f5f4b6d3b38ef0..f28e7c7dc91d13313af33d359db36e2043eae82d 100644 (file)
--- 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.
index 7197944092b86733dd9bcb39629d80ec5c6442b3..7d7df790f8e60c2fe2d67ded75dd8c0a449103f3 100644 (file)
@@ -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
This page took 0.025337 seconds and 4 git commands to generate.