Displaying 2 results from an estimated 2 matches for "ef179a76".
2013 Mar 13
0
[LLVMdev] [llvm-c] Copyright notice in language bindings
...M is
distributed under the University of Illinois Open Source
License. See http://opensource.org/licenses/UoI-NCSA.php for details.
-- Moritz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130313/ef179a76/attachment.html>
2013 Mar 13
2
[LLVMdev] [llvm-c] Copyright notice in language bindings
Hi,
If I write LLVM bindings for a language X, in which I obviously
need to at least use parts of the llvm-c headers (constants, enums,
typedefs, function names and
signatures) do I need to include the LLVM copyright notice?
Whereas llvm-c has multiple headers (e.g. Analysis.h, BitReader.h,
Core.h, etc.) my bindings
only have three files constants.d, types.d and functions.d which
respectively