[llvm-bugs] [Bug 25980] New: Some files in libc++/test are missing license headers
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Dec 30 18:29:38 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25980
Bug ID: 25980
Summary: Some files in libc++/test are missing license headers
Product: libc++
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Classification: Unclassified
We had a suppression checking licenses in for libc++/test because of bug 18291.
After updating libc++ (which has a fix for that bug) we tried removing this
suppression, but many files without license headers landed in the meantime:
'libc++/test/libcxx/compiler.py' has non-whitelisted license 'UNKNOWN'
'libc++/test/libcxx/test/format.py' has non-whitelisted license 'UNKNOWN'
'libc++/test/libcxx/test/config.py' has non-whitelisted license 'UNKNOWN'
'libc++/test/libcxx/test/tracing.py' has non-whitelisted license 'UNKNOWN'
'libc++/test/libcxx/test/target_info.py' has non-whitelisted license 'UNKNOWN'
'libc++/test/libcxx/test/executor.py' has non-whitelisted license 'UNKNOWN'
'libc++/test/libcxx/util.py' has non-whitelisted license 'UNKNOWN'
'libc++/test/support/count_new.hpp' has non-whitelisted license 'UNKNOWN'
'libc++/test/support/tracked_value.h' has non-whitelisted license 'UNKNOWN'
'libc++/test/support/any_helpers.h' has non-whitelisted license 'UNKNOWN'
'libc++/test/support/disable_missing_braces_warning.h' has non-whitelisted
license 'UNKNOWN'
'libc++/test/support/user_defined_integral.hpp' has non-whitelisted license
'UNKNOWN'
'libc++/test/support/nasty_macros.hpp' has non-whitelisted license 'UNKNOWN'
'libc++/test/support/cmpxchg_loop.h' has non-whitelisted license 'UNKNOWN'
'libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/function_types.h'
has non-whitelisted license 'UNKNOWN'
'libc++/test/std/utilities/function.objects/func.require/invoke_helpers.h' has
non-whitelisted license 'UNKNOWN'
'libc++/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h'
has non-whitelisted license 'UNKNOWN'
(somewhat similar to bug 25976)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151231/391e6362/attachment.html>
More information about the llvm-bugs
mailing list