[Openmp-dev] License of OMPT implementation

Jonas Hahnfeld via Openmp-dev openmp-dev at lists.llvm.org
Thu Apr 12 12:27:38 PDT 2018


Yes, from my understanding all files and contributions fall under the 
general LICENSE.txt in the project's root directory. Adding a header to 
all source and header files is generally recommended and ensures that 
the license is closely coupled with the implementation, for example with 
regard to code reuse.

Jonas

Am 2018-04-12 17:34, schrieb Joachim Protze via Openmp-dev:
> Hi all,
> 
> Simone was pointing out, that there is no license header in the OMPT
> implementation. My understanding was that this implementation is under
> the same license as all other parts of the OpenMP runtime.
> 
> All files but the OMPT source files (including ompt.h) have this 
> license header:
> 
> 
> //===----------------------------------------------------------------------===//
> //
> //                     The LLVM Compiler Infrastructure
> //
> // This file is dual licensed under the MIT and the University of 
> Illinois Open
> // Source Licenses. See LICENSE.txt for details.
> //
> //===----------------------------------------------------------------------===//
> 
> 
> If no one objects, I will update all OMPT files and include this 
> license header.
> 
> Best
> Joachim
> _______________________________________________
> Openmp-dev mailing list
> Openmp-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev


More information about the Openmp-dev mailing list