Skip to content

Commit

Permalink
fix: common/list.h is LGPL-2.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mjeanson authored and jgalar committed Jan 24, 2020
1 parent 531c3c7 commit e7ced9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7ced9c

Please sign in to comment.