summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2019-03-25 22:36:31 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2019-03-25 22:36:31 +0000
commit3bc703d5380cfe4f3aacd4c5f124e0d0f6cf3727 (patch)
tree93b66f8aba60470a88f91a2a83ecfbb65c5e487e
parent7ca09056c744352a0921de79762a952f880db924 (diff)
downloadbcm5719-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.h12
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"
OpenPOWER on IntegriCloud