From: Simon McVittie Date: Fri, 24 Jun 2022 13:44:08 +0000 (+0100) Subject: build: Include license files in releases X-Git-Tag: dbus-1.15.0~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13e7b14e195e60b6a068166eb8872fa56c6328de;p=thirdparty%2Fdbus.git build: Include license files in releases Fixes: 272928b "COPYING: Move full license text into LICENSES/" Signed-off-by: Simon McVittie --- diff --git a/Makefile.am b/Makefile.am index db2a6e7c8..6078e33ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,9 @@ EXTRA_DIST = \ CONTRIBUTING.md \ dbus-1.pc.in \ cleanup-man-pages.sh \ + LICENSES/AFL-2.1.txt \ + LICENSES/GPL-2.0-or-later.txt \ + LICENSES/MIT.txt \ NEWS.pre-1-0 \ NEWS.pre-1-2 \ README.cmake \