[PATCH] D38298: A logic to copy LLVM licences into docker images.

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 17:44:08 PDT 2017


ilya-biryukov added a comment.

In https://reviews.llvm.org/D38298#881628, @mehdi_amini wrote:

> Can you elaborate why this script is desirable/needed?


Sure, sorry for leaving out the context.

Including licences is technically required in any binary distribution of LLVM, including ones inside Docker images.
Copying the licenses could be made optional, but always putting the licenses into Docker images should not hurt either.


https://reviews.llvm.org/D38298





More information about the llvm-commits mailing list