1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/llvm-devel/Makefile.LICENSE
Brooks Davis c94b9734eb Update to a new snapshot.
Update LICENSE data per mailing list feedback and move to a seperate
Makefile.LICENSE for use by other llvm ports.
2018-10-02 16:45:39 +00:00

30 lines
1.1 KiB
Makefile

# $FreeBSD$
#
# The "LLVM Release License" is largely a copy of the NCSA license, but
# it contains extra verbiage about its interaction with third party
# licenses so it is handled as a seperate license.
#
# Third party software licenses in the LLVM tree include:
# Program License
# ------- -------
# Google Test BSD3CLAUSE
# OpenBSD regex REGEX
# pyyaml tests MIT
# ARM contributions ARM
# md5 contributions PD
LICENSE= ARM BSD3CLAUSE LLVM MIT PD REGEX
LICENSE_COMB= multi
LICENSE_FILE_ARM= ${WRKSRC}/lib/Target/ARM/LICENSE.TXT
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/utils/unittest/googletest/LICENSE.TXT
LICENSE_FILE_LLVM= ${WRKSRC}/LICENSE.TXT
LICENSE_FILE_MIT= ${WRKSRC}/test/YAMLParser/LICENSE.txt
LICENSE_FILE_REGEX= ${WRKSRC}/lib/Support/COPYRIGHT.regex
LICENSE_NAME_ARM= ARM Limited license
LICENSE_NAME_LLVM= LLVM Release License
LICENSE_NAME_REGEX= OpenBSD Regex License
LICENSE_PERMS_ARM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_PERMS_REGEX= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept