From a933242be9823e45991d00cdb925d0b9cccb77c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 12 Aug 2019 22:26:40 -0600 Subject: [PATCH] Package LICENSE file in the release tarball This is important when re2c is packaged in distributions, so that one can quickly check what license the re2c is distributed under. Distributions typically use the release tarball, not the git repository, and so this commit puts the LICENSE file into the release tarball also. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 40cb2e79..1d73b98e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,6 +270,7 @@ EXTRA_DIST = \ $(re2c_CUSTOM) \ $(re2c_SRC_DOC_EXT) \ CHANGELOG \ + LICENSE \ NO_WARRANTY \ README.md \ autogen.sh \ -- 2.40.0