Hello,
Thank you for the quick reply.
Now the license of audit libraries are clear!!
Regards,
 ----- Original Message -----
 
 From: "Steve Grubb" <sgrubb(a)redhat.com>
 To: "linux-audit(a)redhat.com" <linux-audit(a)redhat.com>
 Cc: "hiroaki.fuse(a)ymail.ne.jp" <hiroaki.fuse(a)ymail.ne.jp>; "布施
博明" <hfuse(a)yahoo.co.jp>
 Date: 2023/02/02 木 07:09
 Subject: Re: audit library license
 
 
 Hello,
 
 On Wednesday, February 1, 2023 1:00:37 AM EST 布施 博明 wrote:
 > Thank you for the comment.
 > I also find following commit.
 >   -
 > 
https://github.com/linux-audit/audit-userspace/commit/e63a8b16281701510164
 > 70075396e3697dd57a9b
 > 
 > BTW, I found another license question.
 > 
 > The libauparse.so are created following source codes.
 > 
 > In 'auparse/Makefile.am'
 > 
 > AM_CPPFLAGS = -I. -I${top_srcdir} -I${top_srcdir}/src -I${top_srcdir}/lib
 > -I${top_srcdir}/common
 > 
 > libauparse_la_SOURCES = lru.c interpret.c nvlist.c ellist.c		\
 > 	auparse.c auditd-config.c message.c data_buf.c 			\
 > 	auparse-defs.h	auparse-idata.h data_buf.h 			\
 > 	nvlist.h auparse.h ellist.h					\
 > 	internal.h lru.h rnode.h interpret.h				\
 > 	private.h expression.c expression.h tty_named_keys.h		\
 > 	normalize.c normalize-llist.c normalize-llist.h 		\
 > 	normalize-internal.h normalize_obj_kind_map.h			\
 > 	normalize_record_map.h normalize_syscall_map.h
 > 
 > We can find following line in internal.h
 > 
 > #include "auditd-config.h"
 > 
 > I can find src/auditd-config.h file which is GPLv2.
 > 
 > The "src/auditd-config.h" should be also LGPLv2.1
 
 That file is also mislabeled. It is now corrected. Thanks for the review.
 
 -Steve