diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-03-25 22:36:31 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-03-25 22:36:31 +0000 |
commit | 3bc703d5380cfe4f3aacd4c5f124e0d0f6cf3727 (patch) | |
tree | 93b66f8aba60470a88f91a2a83ecfbb65c5e487e | |
parent | 7ca09056c744352a0921de79762a952f880db924 (diff) | |
download | bcm5719-llvm-3bc703d5380cfe4f3aacd4c5f124e0d0f6cf3727.tar.gz bcm5719-llvm-3bc703d5380cfe4f3aacd4c5f124e0d0f6cf3727.zip |
[OpenMP] Add LLVM license header to file
This file was missing the LLVM license header
llvm-svn: 356962
-rw-r--r-- | openmp/runtime/src/kmp_dispatch_hier.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp_dispatch_hier.h b/openmp/runtime/src/kmp_dispatch_hier.h index 3f1cc617543..ce507c0a399 100644 --- a/openmp/runtime/src/kmp_dispatch_hier.h +++ b/openmp/runtime/src/kmp_dispatch_hier.h @@ -1,3 +1,15 @@ +/* + * kmp_dispatch_hier.h -- hierarchical scheduling methods and data structures + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + #ifndef KMP_DISPATCH_HIER_H #define KMP_DISPATCH_HIER_H #include "kmp.h" |